Comparing version 5.1.0 to 5.1.1
@@ -120,3 +120,3 @@ #!/usr/bin/env node | ||
var nyc = (new NYC()) | ||
nyc.cleanup() | ||
nyc.reset() | ||
@@ -123,0 +123,0 @@ if (argv.all) nyc.addAllFiles() |
## Change Log | ||
### v5.1.1 (2015/12/30 14:52 -08:00) | ||
- [#121](https://github.com/bcoe/nyc/pull/121) Fix for --all functionality. (@jamestalmage) | ||
### v5.1.0 (2015/12/27 20:36 -08:00) | ||
@@ -4,0 +8,0 @@ |
@@ -52,4 +52,2 @@ /* global __coverage__ */ | ||
this._createDatastoreDirectories() | ||
this.transform = this._createTransform() | ||
@@ -224,6 +222,11 @@ | ||
NYC.prototype._createDatastoreDirectories = function () { | ||
NYC.prototype.createTempDirectory = function () { | ||
mkdirp.sync(this.tempDirectory()) | ||
} | ||
NYC.prototype.reset = function () { | ||
this.cleanup() | ||
this.createTempDirectory() | ||
} | ||
NYC.prototype._wrapExit = function () { | ||
@@ -230,0 +233,0 @@ var _this = this |
{ | ||
"name": "nyc", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "a code coverage tool that works well with subprocesses.", | ||
@@ -98,3 +98,3 @@ "main": "index.js", | ||
"standard": "^5.2.1", | ||
"tap": "^2.3.5", | ||
"tap": "^2.3.4", | ||
"win-spawn": "^2.0.0", | ||
@@ -101,0 +101,0 @@ "zero-fill": "^2.2.1" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
33838
578
0