@types/istanbul-lib-source-maps
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -36,3 +36,3 @@ // Type definitions for istanbul-lib-source-maps 4.0 | ||
sourceFinder(filePath: string): string; | ||
transformCoverage(coverageMap: CoverageMap): CoverageMap; | ||
transformCoverage(coverageMap: CoverageMap): Promise<CoverageMap>; | ||
dispose(): void; | ||
@@ -39,0 +39,0 @@ } |
{ | ||
"name": "@types/istanbul-lib-source-maps", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TypeScript definitions for istanbul-lib-source-maps", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "f9000553f016b5c49996b0dba9d7b859bb3dc9051b6203aec10ed11848dfd632", | ||
"typesPublisherContentHash": "20b16793b1cd9d5095a73c5259dd008819e07080c5b0605dec731a9a66405a86", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 31 Mar 2020 22:17:29 GMT | ||
* Last updated: Fri, 17 Apr 2020 02:15:18 GMT | ||
* Dependencies: [@types/istanbul-lib-coverage](https://npmjs.com/package/@types/istanbul-lib-coverage), [@types/source-map](https://npmjs.com/package/@types/source-map) | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
4285