Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ts-rest/nest

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-rest/nest - npm Package Compare versions

Comparing version 3.24.1-pre.1 to 3.25.0

10

CHANGELOG.md
# @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 @@

4

package.json
{
"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 @@ /**

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc