@types/ajv-errors
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -5,5 +5,5 @@ // Type definitions for ajv-errors 1.0 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.2 | ||
// TypeScript Version: 3.8 | ||
import { Ajv } from "ajv"; | ||
import Ajv from "ajv"; | ||
@@ -10,0 +10,0 @@ /** |
{ | ||
"name": "@types/ajv-errors", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "TypeScript definitions for ajv-errors", | ||
@@ -14,6 +14,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/ajv-errors" | ||
}, | ||
@@ -24,4 +25,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "c7611afd3a97df23cfdc15f990364862c06a3df66f1b8bf54b1a5311e19564eb", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "e4dfa7faac95dc711f76027a750b6da8b96a258cebc9d2be5c0c07a8026cdd14", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ajv-errors | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ajv-errors. | ||
Additional Details | ||
* Last updated: Wed, 17 Oct 2018 20:04:14 GMT | ||
* Dependencies: ajv | ||
### Additional Details | ||
* Last updated: Wed, 16 Dec 2020 21:54:37 GMT | ||
* Dependencies: [@types/ajv](https://npmjs.com/package/@types/ajv) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Afshawn Lotfi <https://github.com/afshawnlotfi>. | ||
These definitions were written by [Afshawn Lotfi](https://github.com/afshawnlotfi). |
Sorry, the diff of this file is not supported yet
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
2970