@modular-forms/preact
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -11,3 +11,3 @@ /** | ||
try { | ||
await schema.parse(value); | ||
await schema.parse(value, { abortPipeEarly: true }); | ||
return ''; | ||
@@ -14,0 +14,0 @@ } |
@@ -11,3 +11,3 @@ /** | ||
try { | ||
await schema.parse(values); | ||
await schema.parse(values, { abortPipeEarly: true }); | ||
return {}; | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "@modular-forms/preact", | ||
"description": "The modular and type-safe form library for Preact", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"license": "MIT", | ||
@@ -53,3 +53,3 @@ "author": "Fabian Hiller", | ||
"typescript": "4.9.5", | ||
"valibot": "^0.1.0", | ||
"valibot": "^0.8.0", | ||
"vite": "^4.4.3", | ||
@@ -56,0 +56,0 @@ "zod": "^3.21.4" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
290362
7686