@types/yup
Advanced tools
Comparing version 0.26.11 to 0.26.12
@@ -299,3 +299,3 @@ // Type definitions for yup 0.26 | ||
meta: object; | ||
tests: string[]; | ||
tests: Array<{ name: string, params: object }>; | ||
fields: object; | ||
@@ -302,0 +302,0 @@ } |
{ | ||
"name": "@types/yup", | ||
"version": "0.26.11", | ||
"version": "0.26.12", | ||
"description": "TypeScript definitions for yup", | ||
@@ -62,4 +62,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "28e5c354fa60827e3d5f2e03cd5f5df9434d6d0cb00e91b4e1378ff677591b01", | ||
"typesPublisherContentHash": "663ca8772441ec9a56d5bb1880a29b7eb083a82b5fa56639617fb53623933eca", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 02 Mar 2019 01:57:48 GMT | ||
* Last updated: Sat, 09 Mar 2019 00:24:18 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
16923