v8-to-istanbul
Advanced tools
Comparing version 9.0.0 to 9.0.1
@@ -5,2 +5,9 @@ # Changelog | ||
## [9.0.1](https://github.com/istanbuljs/v8-to-istanbul/compare/v9.0.0...v9.0.1) (2022-06-20) | ||
### Bug Fixes | ||
* update `@jridgewell/trace-mapping` ([#194](https://github.com/istanbuljs/v8-to-istanbul/issues/194)) ([83d3ea2](https://github.com/istanbuljs/v8-to-istanbul/commit/83d3ea29648012fef3a5c379fa04d8bfc53f3fd2)) | ||
## [9.0.0](https://github.com/istanbuljs/v8-to-istanbul/compare/v8.1.1...v9.0.0) (2022-04-20) | ||
@@ -7,0 +14,0 @@ |
@@ -105,3 +105,3 @@ const assert = require('assert') | ||
destroy () { | ||
this.sourceMap = undefined | ||
// no longer necessary, but preserved for backwards compatibility. | ||
} | ||
@@ -108,0 +108,0 @@ |
{ | ||
"name": "v8-to-istanbul", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "convert from v8 coverage format to istanbul's format", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@jridgewell/trace-mapping": "^0.3.7", | ||
"@jridgewell/trace-mapping": "^0.3.12", | ||
"@types/istanbul-lib-coverage": "^2.0.1", | ||
@@ -31,0 +31,0 @@ "convert-source-map": "^1.6.0" |
@@ -35,6 +35,2 @@ # v8-to-istanbul | ||
console.info(JSON.stringify(converter.toIstanbul())) | ||
// cleanup resources allocated in "load" (i.e. by the source-map dependency), | ||
// the converter may not be used anymore afterwards | ||
converter.destroy() | ||
``` | ||
@@ -41,0 +37,0 @@ |
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
44649
87