zod-search-params
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -25,3 +25,6 @@ "use strict"; | ||
} | ||
zodType._def.coerce = true; | ||
var value = object[key]; | ||
if (value !== undefined) { | ||
zodType._def.coerce = true; | ||
} | ||
return; | ||
@@ -28,0 +31,0 @@ } |
{ | ||
"name": "zod-search-params", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Zod utility for parsing search params", |
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
11028
125