Comparing version 7.3.2 to 7.3.3
@@ -5,2 +5,9 @@ # Changelog | ||
### [7.3.3](https://www.github.com/bcoe/c8/compare/v7.3.2...v7.3.3) (2020-10-09) | ||
### Bug Fixes | ||
* **v8-to-istanbul:** revert off by one that broke TypeScript ([#262](https://www.github.com/bcoe/c8/issues/262)) ([81ab5b7](https://www.github.com/bcoe/c8/commit/81ab5b7bf0ceccef3e5c936eb6b77f06a727a109)) | ||
### [7.3.2](https://www.github.com/bcoe/c8/compare/v7.3.1...v7.3.2) (2020-10-08) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "c8", | ||
"version": "7.3.2", | ||
"version": "7.3.3", | ||
"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": "^6.0.0", | ||
"v8-to-istanbul": "^6.0.1", | ||
"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
40604
Updatedv8-to-istanbul@^6.0.1