@ts-rest/open-api
Advanced tools
Comparing version 3.13.0 to 3.13.1
@@ -0,0 +0,0 @@ import { isAppRoute, isZodObject } from '@ts-rest/core'; |
{ | ||
"name": "@ts-rest/open-api", | ||
"version": "3.13.0", | ||
"version": "3.13.1", | ||
"peerDependenciesMeta": { | ||
@@ -17,4 +17,8 @@ "zod": { | ||
"zod-to-json-schema": "^3.x.x", | ||
"@ts-rest/core": "3.13.0" | ||
"@ts-rest/core": "3.13.1" | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts", | ||
"tsconfig": "./tsconfig.lib.json" | ||
}, | ||
"module": "./index.js", | ||
@@ -21,0 +25,0 @@ "main": "./index.cjs", |
# ts-rest | ||
<p align="center"> | ||
<img src="https://avatars.githubusercontent.com/u/109956939?s=400&u=8bf67b1281da46d64eab85f48255cd1892bf0885&v=4" height=150 /> | ||
<img src="https://avatars.githubusercontent.com/u/109956939?s=400&u=8bf67b1281da46d64eab85f48255cd1892bf0885&v=4" height="150"></img> | ||
</p> | ||
@@ -10,12 +10,10 @@ | ||
<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"> | ||
<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> | ||
<a href="https://github.com/ts-rest/ts-rest/blob/main/LICENSE"> | ||
<img alt="GitHub" src="https://img.shields.io/github/license/ts-rest/ts-rest"> | ||
</a> | ||
<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"> | ||
<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"/> | ||
@@ -56,4 +54,4 @@ </p> | ||
<div align="center" style="margin:50px"> | ||
<h2>👉 Read more on the official <a href="https://ts-rest.com/docs/quickstart?utm_source=github&utm_medium=documentation&utm_campaign=readme">Quickstart Guide 👈</h2> | ||
<div align="center" style={{margin: "50px"}}> | ||
<h2>👉 Read more on the official <a href="https://ts-rest.com/docs/quickstart?utm_source=github&utm_medium=documentation&utm_campaign=readme">Quickstart Guide</a>👈</h2> | ||
</div> | ||
@@ -60,0 +58,0 @@ |
Sorry, the diff of this file is not supported yet
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
17139
86