@ts-rest/core
Advanced tools
Comparing version 3.25.0 to 3.25.1
# @ts-rest/core | ||
## 3.25.1 | ||
### Patch Changes | ||
- 81560d4: Fix ESM/CJS issues in package.json | ||
## 3.25.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ts-rest/core", | ||
"version": "3.25.0", | ||
"version": "3.25.1", | ||
"description": "RPC-like experience over a regular REST API, with type safe server implementations 🪄", | ||
@@ -35,3 +35,2 @@ "license": "MIT", | ||
"main": "./index.js", | ||
"type": "module", | ||
"types": "./src/index.d.ts", | ||
@@ -38,0 +37,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
63867
No