@types/yup
Advanced tools
Comparing version 0.26.8 to 0.26.9
@@ -231,3 +231,3 @@ // Type definitions for yup 0.26 | ||
resolve: (value: any) => any; | ||
createError: (params: { path: string; message: string }) => ValidationError; | ||
createError: (params?: { path?: string; message?: string }) => ValidationError; | ||
} | ||
@@ -234,0 +234,0 @@ |
{ | ||
"name": "@types/yup", | ||
"version": "0.26.8", | ||
"version": "0.26.9", | ||
"description": "TypeScript definitions for yup", | ||
@@ -61,4 +61,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "40fe1b01b0f0264f5ab77667f65ff707a3d82ef93b7b7573c9d4754428a5eaae", | ||
"typesPublisherContentHash": "070583065fe0854e53af58533cbb13adb2fff7080b81e06adcda525e24305297", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 06 Feb 2019 21:17:13 GMT | ||
* Last updated: Fri, 08 Feb 2019 00:47:58 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
16779