Comparing version 1.3.0 to 1.3.1
@@ -19,6 +19,3 @@ import { Get } from 'type-fest'; | ||
type Params = Record<string, unknown>; | ||
declare class ValidationError implements Error { | ||
name: string; | ||
message: string; | ||
stack?: string | undefined; | ||
declare class ValidationError extends Error { | ||
value: any; | ||
@@ -25,0 +22,0 @@ path?: string; |
{ | ||
"name": "yup", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Dead simple Object schema validation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
247331
5364