@ts-rest/nest
Advanced tools
Comparing version 3.19.1 to 3.19.2
{ | ||
"name": "@ts-rest/nest", | ||
"version": "3.19.1", | ||
"version": "3.19.2", | ||
"description": "Nest server integration for @ts-rest", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
"zod": "^3.0.0", | ||
"@ts-rest/core": "3.19.1" | ||
"@ts-rest/core": "3.19.2" | ||
}, | ||
@@ -41,2 +41,3 @@ "peerDependenciesMeta": { | ||
"main": "./index.cjs", | ||
"type": "module", | ||
"types": "./src/index.d.ts", | ||
@@ -43,0 +44,0 @@ "exports": { |
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
26239
Yes