zod-form-data
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -64,3 +64,3 @@ import { ZodString, ZodNumber, z, ZodArray, ZodTypeAny, ZodEffects, ZodObject } from 'zod'; | ||
}; | ||
declare const json: <T extends z.ZodTypeAny>(schema: T) => z.ZodEffects<T, T["_output"], T["_input"]>; | ||
declare const json: <T extends z.ZodTypeAny>(schema: T) => z.ZodEffects<T, z.output<T>, z.input<T>>; | ||
declare const preprocessFormData: (formData: unknown) => Record<string, unknown>; | ||
@@ -67,0 +67,0 @@ /** |
{ | ||
"name": "zod-form-data", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"main": "./dist/index.js", | ||
@@ -26,3 +26,3 @@ "module": "./dist/index.mjs", | ||
"peerDependencies": { | ||
"zod": "^3.11.x" | ||
"zod": ">= 3.11.0" | ||
}, | ||
@@ -34,4 +34,4 @@ "devDependencies": { | ||
"typescript": "^4.8.4", | ||
"zod": "^3.11.6" | ||
"zod": "~3.20.0" | ||
} | ||
} |
@@ -11,3 +11,3 @@ import { defineConfig } from "tsup"; | ||
define: { | ||
"import.meta.vitest": undefined, | ||
"import.meta.vitest": "undefined", | ||
} as any, | ||
@@ -14,0 +14,0 @@ outExtension({ format }) { |
Sorry, the diff of this file is not supported yet
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
292332
18
1248