Comparing version 7.3.5-candidate.0 to 7.3.5
@@ -5,2 +5,9 @@ # Changelog | ||
### [7.3.5](https://www.github.com/bcoe/c8/compare/v7.3.4...v7.3.5) (2020-10-25) | ||
### Bug Fixes | ||
* **v8-to-istanbul:** fixes shebang handling/ignore behavior ([#267](https://www.github.com/bcoe/c8/issues/267)) ([21cd41f](https://www.github.com/bcoe/c8/commit/21cd41f5ed2b7b3ef81bbad2ae57b531934915cc)) | ||
### [7.3.4](https://www.github.com/bcoe/c8/compare/v7.3.3...v7.3.4) (2020-10-15) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "c8", | ||
"version": "7.3.5-candidate.0", | ||
"version": "7.3.5", | ||
"description": "output coverage reports using Node.js' built in coverage", | ||
@@ -46,3 +46,3 @@ "main": "./index.js", | ||
"test-exclude": "^6.0.0", | ||
"v8-to-istanbul": "^7.0.0-candidate.2", | ||
"v8-to-istanbul": "^7.0.0", | ||
"yargs": "^16.0.0", | ||
@@ -49,0 +49,0 @@ "yargs-parser": "^20.0.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
41418
1
Updatedv8-to-istanbul@^7.0.0