@ts-rest/open-api
Advanced tools
Comparing version 3.14.0 to 3.15.0
{ | ||
"name": "@ts-rest/open-api", | ||
"version": "3.14.0", | ||
"version": "3.15.0", | ||
"peerDependenciesMeta": { | ||
@@ -17,3 +17,3 @@ "zod": { | ||
"zod-to-json-schema": "^3.x.x", | ||
"@ts-rest/core": "3.14.0" | ||
"@ts-rest/core": "3.15.0" | ||
}, | ||
@@ -20,0 +20,0 @@ "typedoc": { |
@@ -7,16 +7,21 @@ # ts-rest | ||
<p align="center">RPC-like client and server helpers for a magical end to end typed experience</p> | ||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/@ts-rest/core"> | ||
<img src="https://img.shields.io/npm/v/@ts-rest/core.svg" alt="langue typescript"/> | ||
</a> | ||
<a href="https://www.npmjs.com/package/@ts-rest/core"/> | ||
<img alt="npm" src="https://img.shields.io/npm/dw/@ts-rest/core"/> | ||
<a href="https://github.com/ts-rest/ts-rest/blob/main/LICENSE"></a> | ||
<img alt="GitHub" src="https://img.shields.io/github/license/ts-rest/ts-rest"/> | ||
<img alt="GitHub Workflow Status" src="https://img.shields.io/bundlephobia/minzip/@ts-rest/core?label=%40ts-rest%2Fcore"/> | ||
<img alt="GitHub Workflow Status" src="https://img.shields.io/discord/1055855205960392724"/> | ||
</p> | ||
<p align="center">RPC-like client and server helpers for a magical end to end typed experience</p> | ||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/@ts-rest/core"> | ||
<img src="https://img.shields.io/npm/v/@ts-rest/core.svg" alt="langue typescript"/> | ||
</a> | ||
<img alt="Github Workflow Status" src="https://img.shields.io/github/actions/workflow/status/ts-rest/ts-rest/release.yml?branch=main"/> | ||
<a href="https://www.npmjs.com/package/@ts-rest/core"> | ||
<img alt="npm" src="https://img.shields.io/npm/dw/@ts-rest/core"/> | ||
</a> | ||
<a href="https://github.com/ts-rest/ts-rest/blob/main/LICENSE"> | ||
<img alt="License" src="https://img.shields.io/github/license/ts-rest/ts-rest"/> | ||
</a> | ||
<img alt="Bundle Size" src="https://img.shields.io/bundlephobia/minzip/@ts-rest/core?label=%40ts-rest%2Fcore"/> | ||
<a href="https://discord.com/invite/2Megk85k5a"> | ||
<img alt="Discord" src="https://img.shields.io/discord/1055855205960392724"/> | ||
</a> | ||
</p> | ||
# Introduction | ||
@@ -87,1 +92,15 @@ | ||
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! | ||
<div style={{paddingTop: "25px"}}> | ||
<a | ||
href="https://vercel.com/?utm_source=ts-rest&utm_campaign=oss" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
<img | ||
src="https://ts-rest.com/img/powered-by-vercel.svg" | ||
alt="Powered by Vercel" | ||
height="40" | ||
/> | ||
</a> | ||
</div> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17598
105