zod-validation-error
Advanced tools
Comparing version
{ | ||
"name": "zod-validation-error", | ||
"version": "3.5.2", | ||
"version": "3.5.3", | ||
"description": "Wrap zod validation errors in user-friendly readable messages", | ||
@@ -103,7 +103,7 @@ "keywords": [ | ||
"vitest": "^3.1.2", | ||
"zod": "^3.25.62" | ||
"zod": "^4.0.2" | ||
}, | ||
"peerDependencies": { | ||
"zod": "^3.25.0" | ||
"zod": "^3.25.0 || ^4.0.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import * as zod from 'zod'; | ||
import * as zod from 'zod/v3'; | ||
@@ -3,0 +3,0 @@ interface ErrorOptions { |
@@ -85,6 +85,6 @@ "use strict"; | ||
// lib/v3/fromZodIssue.ts | ||
var zod2 = __toESM(require("zod")); | ||
var zod2 = __toESM(require("zod/v3")); | ||
// lib/v3/MessageBuilder.ts | ||
var zod = __toESM(require("zod")); | ||
var zod = __toESM(require("zod/v3")); | ||
@@ -91,0 +91,0 @@ // lib/utils/NonEmptyArray.ts |
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
Sorry, the diff of this file is not supported yet
226386
0.03%