Comparing version 6.0.0 to 6.0.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [6.0.1](https://github.com/bcoe/c8/compare/v6.0.0...v6.0.1) (2019-10-26) | ||
### Bug Fixes | ||
* regex flags in dependency were breaking Node 8 ([a9d9645](https://github.com/bcoe/c8/commit/a9d9645858031cee985087828f5e04cfd8922868)) | ||
## [6.0.0](https://github.com/bcoe/c8/compare/v5.0.4...v6.0.0) (2019-10-24) | ||
@@ -7,0 +14,0 @@ |
@@ -9,3 +9,2 @@ const Exclude = require('test-exclude') | ||
// TODO: switch back to @c88/v8-coverage once patch is landed. | ||
const { mergeProcessCovs } = require('@bcoe/v8-coverage') | ||
const v8toIstanbul = require('v8-to-istanbul') | ||
@@ -142,2 +141,3 @@ const isCjsEsmBridgeCov = require('./is-cjs-esm-bridge') | ||
_getMergedProcessCov () { | ||
const { mergeProcessCovs } = require('@bcoe/v8-coverage') | ||
const v8ProcessCovs = [] | ||
@@ -144,0 +144,0 @@ for (const v8ProcessCov of this._loadReports()) { |
{ | ||
"name": "c8", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "output coverage reports using Node.js' built in coverage", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
29973