Comparing version 0.4.1 to 0.4.2
@@ -87,3 +87,3 @@ "use strict"; | ||
const finalSchema = isZodType(schema) ? schema : import_zod.z.object(schema); | ||
return finalSchema.parseAsync(data); | ||
return await finalSchema.parseAsync(data); | ||
} catch (error) { | ||
@@ -90,0 +90,0 @@ throw createErrorResponse(options); |
{ | ||
"name": "zodix", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Parse Remix loaders and actions with Zod", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23813
0