zod-to-json-schema
Advanced tools
Comparing version 3.18.2 to 3.19.0
@@ -5,2 +5,3 @@ # Changelog | ||
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| 3.19.0 | No new features added in Zod, parity bump | | ||
| 3.18.2 | Fixes support for native enums | | ||
@@ -7,0 +8,0 @@ | 3.18.1 | Add strictUnions options | |
{ | ||
"name": "zod-to-json-schema", | ||
"version": "3.18.2", | ||
"version": "3.19.0", | ||
"description": "Converts Zod schemas to Json Schemas", | ||
@@ -34,3 +34,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"zod": "^3.18.0" | ||
"zod": "^3.19.0" | ||
}, | ||
@@ -47,5 +47,5 @@ "devDependencies": { | ||
"typescript": "^4.4.3", | ||
"zod": "^3.18.0" | ||
"zod": "^3.19.0" | ||
}, | ||
"types": "index.d.ts" | ||
} |
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
72719