@hono/zod-validator
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@hono/zod-validator", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Validator middleware using Zod", | ||
@@ -31,9 +31,9 @@ "main": "dist/cjs/index.js", | ||
"peerDependencies": { | ||
"hono": "^3.0.0-rc.11", | ||
"hono": "3.*", | ||
"zod": "^3.19.1" | ||
}, | ||
"devDependencies": { | ||
"hono": "3.0.0-rc.11", | ||
"hono": "^3.0.0", | ||
"zod": "3.19.1" | ||
} | ||
} |
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
3448