Comparing version 3.24.0-canary.20240502T210128 to 3.24.0-canary.20240507T181513
@@ -53,3 +53,5 @@ export declare namespace util { | ||
export type extendShape<A extends object, B extends object> = { | ||
[K in keyof A | keyof B]: K extends keyof B ? B[K] : K extends keyof A ? A[K] : never; | ||
[K in keyof A as K extends keyof B ? never : K]: A[K]; | ||
} & { | ||
[K in keyof B]: B[K]; | ||
}; | ||
@@ -56,0 +58,0 @@ export {}; |
{ | ||
"name": "zod", | ||
"version": "3.24.0-canary.20240502T210128", | ||
"version": "3.24.0-canary.20240507T181513", | ||
"author": "Colin McDonnell <colin@colinhacks.com>", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
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
15183
666287
2856