zod-form-data
Advanced tools
Comparing version
@@ -114,3 +114,4 @@ "use strict"; | ||
z.any().refine((val) => Symbol.iterator in val, { abort: true }).transform((val) => [...val]).refine( | ||
(val) => entries.safeParse(val).success | ||
(val) => entries.safeParse(val).success, | ||
{ abort: true } | ||
).transform((data) => { | ||
@@ -117,0 +118,0 @@ const map = /* @__PURE__ */ new Map(); |
{ | ||
"name": "zod-form-data", | ||
"version": "3.0.0-alpha.0", | ||
"version": "3.0.0-alpha.1", | ||
"homepage": "https://github.com/airjp73/rvf/tree/main/packages/zod-form-data", | ||
@@ -31,3 +31,3 @@ "main": "./dist/index.js", | ||
"peerDependencies": { | ||
"zod": ">= 4.0.0-beta.20250411T005215" | ||
"zod": ">= 4.0.0-beta.20250412T085909" | ||
}, | ||
@@ -38,5 +38,5 @@ "devDependencies": { | ||
"tsup-config": "*", | ||
"typescript": "^5.4.5", | ||
"zod": "^4.0.0-beta.20250411T005215" | ||
"typescript": "^5.8.3", | ||
"zod": "^4.0.0-beta.20250412T085909" | ||
} | ||
} |
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
46361
0.31%569
0.35%