c8 7.14.0 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -167,7 +167,7 @@ const os = process.platform === 'darwin' ? 'OSXy' /* c8 ignore next */ : 'Window
|
|
|
167
167
|
## Supported Node.js Versions
|
|
168
168
|
|
|
169
169
|
c8 uses [native V8 coverage](https://github.com/nodejs/node/pull/22527),
|
|
170
|
-
make sure you're running Node.js `>=
|
|
170
|
+
make sure you're running Node.js `>= 12`.
|
|
171
171
|
|
|
172
172
|
## Contributing to `c8`
|
|
173
173
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "c8",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"description": "output coverage reports using Node.js' built in coverage",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"typescript": "^4.6.2"
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|
|
60
|
-
"node": ">=
|
|
60
|
+
"node": ">=12"
|
|
61
61
|
},
|
|
62
62
|
"files": [
|
|
63
63
|
"index.js",
|