@ts-rest/core
Advanced tools
Comparing version 3.27.0-rc.0 to 3.27.0
# @ts-rest/core | ||
## 3.27.0-rc.0 | ||
## 3.27.0 | ||
### Patch Changes | ||
- 55411ad: Upgrade zod to 3.21.4 | ||
Upgrade @anatine/zod-openapi to 2.0.1 | ||
## 3.26.4 | ||
## 3.26.3 | ||
## 3.26.2 | ||
@@ -6,0 +15,0 @@ |
@@ -274,4 +274,3 @@ 'use strict'; | ||
headers: { | ||
...(body !== null && | ||
body !== undefined && { 'content-type': 'application/json' }), | ||
'content-type': 'application/json', | ||
...combinedHeaders, | ||
@@ -278,0 +277,0 @@ }, |
{ | ||
"name": "@ts-rest/core", | ||
"version": "3.27.0-rc.0", | ||
"version": "3.27.0", | ||
"description": "RPC-like experience over a regular REST API, with type safe server implementations ๐ช", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"zod": "^3.0.0" | ||
"zod": "^3.21.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "typedoc": { |
@@ -55,3 +55,3 @@ # ts-rest | ||
Fulfil the contract on your sever, with a type-safe router: | ||
Fulfil the contract on your server, with a type-safe router: | ||
@@ -125,2 +125,3 @@ ```typescript | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/baryla"><img src="https://avatars.githubusercontent.com/u/10336085?v=4?s=100" width="100px;" alt="Adrian Barylski"/><br /><sub><b>Adrian Barylski</b></sub></a><br /><a href="https://github.com/ts-rest/ts-rest/commits?author=baryla" title="Code">๐ป</a> <a href="https://github.com/ts-rest/ts-rest/commits?author=baryla" title="Documentation">๐</a> <a href="https://github.com/ts-rest/ts-rest/commits?author=baryla" title="Tests">โ ๏ธ</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://nad.dev"><img src="https://avatars.githubusercontent.com/u/6670753?v=4?s=100" width="100px;" alt="Neil A. Dobson"/><br /><sub><b>Neil A. Dobson</b></sub></a><br /><a href="https://github.com/ts-rest/ts-rest/commits?author=neildobson-au" title="Code">๐ป</a></td> | ||
</tr> | ||
@@ -127,0 +128,0 @@ </tbody> |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
68328
1
149
1239