Comparing version 3.23.0-canary.20231004T224911 to 3.23.0-canary.20240214T232812
@@ -10,2 +10,3 @@ "use strict"; | ||
const makeIssue = (params) => { | ||
var _a; | ||
const { data, path, errorMaps, issueData } = params; | ||
@@ -28,3 +29,3 @@ const fullPath = [...path, ...(issueData.path || [])]; | ||
path: fullPath, | ||
message: issueData.message || errorMessage, | ||
message: (_a = issueData.message) !== null && _a !== void 0 ? _a : errorMessage, | ||
}; | ||
@@ -31,0 +32,0 @@ }; |
{ | ||
"name": "zod", | ||
"version": "3.23.0-canary.20231004T224911", | ||
"version": "3.23.0-canary.20240214T232812", | ||
"author": "Colin McDonnell <colin@colinhacks.com>", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
633051
14311
2953