diff --git a/README.md b/README.md index a9103ae..6ad6d49 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ Bunyan Rotating File Stream is a stream component for the logging system "node b # Recent changes +## 1.6.3 Type definition file for Typescript + +Generously provided by: scippio + ## 1.6.2 Fixed support for the "rotateExisting" flag Tests have been added to ensure that this feature keeps working in the future. diff --git a/package.json b/package.json index d33326b..b21c888 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bunyan-rotating-file-stream", - "version": "1.6.2", + "version": "1.6.3", "description": "a rotating file stream for the bunyan logging system", "author": "Jim Tupper (http://github.com/rcomian)", "main": "./index.js", diff --git a/test/performance.js b/test/performance.js index e658181..20899e1 100644 --- a/test/performance.js +++ b/test/performance.js @@ -91,8 +91,8 @@ function throughput(next) { assert.equal(1, files.length, 'Expected 1 file, found: ' + JSON.stringify(files)); console.log(name, 'passed'); next(); - }, - function (next) { rmdir(name, ignoreMissing(next)); } + }//, + //function (next) { rmdir(name, ignoreMissing(next)); } ], next); }