@conform-to/zod
Advanced tools
Comparing version 0.6.0-pre.0 to 0.6.0
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.6.0-pre.0", | ||
"version": "0.6.0", | ||
"main": "index.js", | ||
@@ -18,3 +18,3 @@ "module": "module/index.js", | ||
"peerDependencies": { | ||
"@conform-to/dom": "0.6.0-pre.0", | ||
"@conform-to/dom": "0.6.0", | ||
"zod": "^3.21.0" | ||
@@ -21,0 +21,0 @@ }, |
@@ -46,3 +46,3 @@ # @conform-to/zod | ||
import { useForm } from '@conform-to/react'; | ||
import { validate } from '@conform-to/zod'; | ||
import { parse } from '@conform-to/zod'; | ||
import { z } from 'zod'; | ||
@@ -49,0 +49,0 @@ |
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
18219