remix-forms
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -9,2 +9,5 @@ "use strict"; | ||
const typeName = shape._def.typeName; | ||
if (typeName === 'ZodEffects') { | ||
return shapeInfo(shape._def.schema, optional, nullable, getDefaultValue, enumValues); | ||
} | ||
if (typeName === 'ZodOptional') { | ||
@@ -11,0 +14,0 @@ return shapeInfo(shape._def.innerType, true, nullable, getDefaultValue, enumValues); |
{ | ||
"name": "remix-forms", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "Magically create forms + actions in Remix!", | ||
@@ -37,3 +37,3 @@ "main": "./lib/index.js", | ||
"react": ">=16.8", | ||
"remix-domains": ">=0.1.0", | ||
"remix-domains": ">=0.2.0", | ||
"zod": ">=3.12" | ||
@@ -40,0 +40,0 @@ }, |
48090
831