@types/yup
Advanced tools
Comparing version 0.26.26 to 0.26.27
@@ -294,3 +294,3 @@ // Type definitions for yup 0.26 | ||
resolve: (value: any) => any; | ||
createError: (params?: { path?: string; message?: string }) => ValidationError; | ||
createError: (params?: { path?: string; message?: string, params?: object }) => ValidationError; | ||
} | ||
@@ -297,0 +297,0 @@ |
{ | ||
"name": "@types/yup", | ||
"version": "0.26.26", | ||
"version": "0.26.27", | ||
"description": "TypeScript definitions for yup", | ||
@@ -72,4 +72,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "116f1f9eb549a99fa4d0d538c1dfd7b2b4b31d33f634c6ac933b806981ea7d7e", | ||
"typesPublisherContentHash": "f706bd7aac0a7a0c468505b83b3f28aa22637ade0ca472b49e6d682a402d90fd", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 27 Nov 2019 23:43:10 GMT | ||
* Last updated: Fri, 20 Dec 2019 07:06:55 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
23407