Comparing version 0.32.2 to 0.32.3
@@ -0,1 +1,12 @@ | ||
## [0.32.3](https://github.com/jquense/yup/compare/v0.32.2...v0.32.3) (2020-12-07) | ||
### Bug Fixes | ||
* **types:** AnyObjectSchema anys ([1c54665](https://github.com/jquense/yup/commit/1c54665)) | ||
## [0.32.2](https://github.com/jquense/yup/compare/v0.32.1...v0.32.2) (2020-12-07) | ||
@@ -2,0 +13,0 @@ |
@@ -22,3 +22,3 @@ import MixedSchema, { create as mixedCreate } from './mixed'; | ||
}> : T extends Array<infer E> ? ArraySchema<SchemaOf<E>> : BaseSchema<Maybe<T>, AnyObject, T>; | ||
export declare type AnyObjectSchema = ObjectSchema<any, any, any>; | ||
export declare type AnyObjectSchema = ObjectSchema<any, any, any, any>; | ||
export type { SchemaOf, TypeOf, Asserts, Asserts as InferType, AnySchema }; | ||
@@ -25,0 +25,0 @@ export { mixedCreate as mixed, boolCreate as bool, boolCreate as boolean, stringCreate as string, numberCreate as number, dateCreate as date, objectCreate as object, arrayCreate as array, refCreate as ref, lazyCreate as lazy, reach, isSchema, addMethod, setLocale, ValidationError, }; |
@@ -22,3 +22,3 @@ import MixedSchema, { create as mixedCreate } from './mixed'; | ||
}> : T extends Array<infer E> ? ArraySchema<SchemaOf<E>> : BaseSchema<Maybe<T>, AnyObject, T>; | ||
export declare type AnyObjectSchema = ObjectSchema<any, any, any>; | ||
export declare type AnyObjectSchema = ObjectSchema<any, any, any, any>; | ||
export type { SchemaOf, TypeOf, Asserts, Asserts as InferType, AnySchema }; | ||
@@ -25,0 +25,0 @@ export { mixedCreate as mixed, boolCreate as bool, boolCreate as boolean, stringCreate as string, numberCreate as number, dateCreate as date, objectCreate as object, arrayCreate as array, refCreate as ref, lazyCreate as lazy, reach, isSchema, addMethod, setLocale, ValidationError, }; |
{ | ||
"name": "yup", | ||
"version": "0.32.2", | ||
"version": "0.32.3", | ||
"description": "Dead simple Object schema validation", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
309132