@types/istanbul-lib-coverage
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -28,3 +28,3 @@ // Type definitions for istanbul-lib-coverage 2.0 | ||
export interface CoverageMapData { | ||
[key: string]: FileCoverage; | ||
[key: string]: FileCoverage | FileCoverageData; | ||
} | ||
@@ -31,0 +31,0 @@ |
{ | ||
"name": "@types/istanbul-lib-coverage", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "TypeScript definitions for istanbul-lib-coverage", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "82429516abfcf471c75c0718848290621361fc0339eb7644032bb753a9322eee", | ||
"typesPublisherContentHash": "a951ff253666ffd402e5ddf6b7d5a359e22c9a6574f6a799a39e1e793107b647", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 04:09:42 GMT | ||
* Last updated: Tue, 09 Jun 2020 16:25:43 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
5911