@ts-rest/nest
Advanced tools
Comparing version 3.24.1-pre.1 to 3.25.0
# @ts-rest/nest | ||
## 3.24.1-pre.1 | ||
## 3.25.0 | ||
### Patch Changes | ||
- 20608f7: Internal refactor of types | ||
- bf21a75: Internal refactor of types | ||
## 3.24.1-pre.0 | ||
### Patch Changes | ||
- 20608f7: Internal refactor of types | ||
## 3.24.0 | ||
@@ -16,0 +10,0 @@ |
{ | ||
"name": "@ts-rest/nest", | ||
"version": "3.24.1-pre.1", | ||
"version": "3.25.0", | ||
"description": "Nest server integration for @ts-rest", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
"zod": "^3.0.0", | ||
"@ts-rest/core": "3.24.1-pre.1" | ||
"@ts-rest/core": "3.25.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "peerDependenciesMeta": { |
@@ -131,2 +131,3 @@ # ts-rest | ||
<td align="center" valign="top" width="14.28%"><a href="https://oliverbutler.uk"><img src="https://avatars.githubusercontent.com/u/47489826?v=4?s=100" width="100px;" alt="Oliver Butler"/><br /><sub><b>Oliver Butler</b></sub></a><br /><a href="https://github.com/ts-rest/ts-rest/commits?author=oliverbutler" title="Code">💻</a> <a href="#ideas-oliverbutler" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/ts-rest/ts-rest/commits?author=oliverbutler" title="Documentation">📖</a> <a href="#infra-oliverbutler" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-oliverbutler" title="Maintenance">🚧</a></td> | ||
<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> | ||
</tr> | ||
@@ -133,0 +134,0 @@ </tbody> |
@@ -11,3 +11,3 @@ import { AppRoute, AppRouter, Without, ServerInferResponses } from '@ts-rest/core'; | ||
type AppRouterResponseShapes<T extends AppRouter> = Without<{ | ||
[K in keyof T]: T[K] extends AppRoute ? Promise<ServerInferResponses<T[K]>> : never; | ||
[K in keyof T]: T[K] extends AppRoute ? ServerInferResponses<T[K]> : never; | ||
}, never>; | ||
@@ -14,0 +14,0 @@ /** |
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
32213
1
156
43