istanbul-reports
Advanced tools
Comparing version 3.0.0-alpha.0 to 3.0.0-alpha.1
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.0.0-alpha.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@3.0.0-alpha.0...istanbul-reports@3.0.0-alpha.1) (2019-06-20) | ||
### Bug Fixes | ||
* Set `opts.file = '-'` on text-lcov ([#424](https://github.com/istanbuljs/istanbuljs/issues/424)) ([4be56b2](https://github.com/istanbuljs/istanbuljs/commit/4be56b2)) | ||
# [3.0.0-alpha.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@2.2.5...istanbul-reports@3.0.0-alpha.0) (2019-06-19) | ||
@@ -8,0 +19,0 @@ |
@@ -10,5 +10,6 @@ 'use strict'; | ||
constructor(opts) { | ||
super(opts); | ||
opts.file = '-'; | ||
super({ | ||
...opts, | ||
file: '-' | ||
}); | ||
} | ||
@@ -15,0 +16,0 @@ } |
{ | ||
"name": "istanbul-reports", | ||
"version": "3.0.0-alpha.0", | ||
"version": "3.0.0-alpha.1", | ||
"description": "istanbul reports", | ||
@@ -62,3 +62,3 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", | ||
}, | ||
"gitHead": "2e885073a9398806c9b8763dd39418398182ca34" | ||
"gitHead": "371adb154f0189b793e636b5bbcc63f183d36c2b" | ||
} |
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
270938
3774