Comparing version
{ | ||
"name": "c8", | ||
"version": "7.14.0", | ||
"version": "8.0.1", | ||
"description": "output coverage reports using Node.js' built in coverage", | ||
@@ -41,9 +41,9 @@ "main": "./index.js", | ||
"istanbul-lib-coverage": "^3.2.0", | ||
"istanbul-lib-report": "^3.0.0", | ||
"istanbul-reports": "^3.1.4", | ||
"istanbul-lib-report": "^3.0.1", | ||
"istanbul-reports": "^3.1.6", | ||
"rimraf": "^3.0.2", | ||
"test-exclude": "^6.0.0", | ||
"v8-to-istanbul": "^9.0.0", | ||
"yargs": "^16.2.0", | ||
"yargs-parser": "^20.2.9" | ||
"yargs": "^17.7.2", | ||
"yargs-parser": "^21.1.1" | ||
}, | ||
@@ -61,3 +61,3 @@ "devDependencies": { | ||
"engines": { | ||
"node": ">=10.12.0" | ||
"node": ">=12" | ||
}, | ||
@@ -64,0 +64,0 @@ "files": [ |
@@ -170,3 +170,3 @@ # c8 - native V8 code-coverage | ||
c8 uses [native V8 coverage](https://github.com/nodejs/node/pull/22527), | ||
make sure you're running Node.js `>= 10.12.0`. | ||
make sure you're running Node.js `>= 12`. | ||
@@ -173,0 +173,0 @@ ## Contributing to `c8` |
38642
-0.03%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated