Comparing version 3.24.0-canary.20240507T181513 to 3.24.0-canary.20240508T190620
@@ -8,6 +8,6 @@ import { enumUtil } from "./helpers/enumUtil"; | ||
import { IssueData, StringValidation, ZodCustomIssue, ZodError, ZodErrorMap } from "./ZodError"; | ||
export declare type RefinementCtx = { | ||
export interface RefinementCtx { | ||
addIssue: (arg: IssueData) => void; | ||
path: (string | number)[]; | ||
}; | ||
} | ||
export declare type ZodRawShape = { | ||
@@ -14,0 +14,0 @@ [k: string]: ZodTypeAny; |
{ | ||
"name": "zod", | ||
"version": "3.24.0-canary.20240507T181513", | ||
"version": "3.24.0-canary.20240508T190620", | ||
"author": "Colin McDonnell <colin@colinhacks.com>", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
666809
2877