rotating-file-stream
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -0,1 +1,4 @@ | ||
- 2021-11-20 - v3.0.2 | ||
- Required **Node.js v14** | ||
- devDependencies update | ||
- 2021-11-06 - v3.0.1 | ||
@@ -2,0 +5,0 @@ - `external` event emitted even if in error |
{ | ||
"name": "rotating-file-stream", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Opens a stream.Writable to a file rotated by interval and/or size. A logrotate alternative.", | ||
@@ -22,3 +22,3 @@ "scripts": { | ||
"engines": { | ||
"node": ">=10.0" | ||
"node": ">=14.0" | ||
}, | ||
@@ -45,5 +45,5 @@ "author": "Daniele Ricci <daniele.icc@gmail.com> (https://github.com/iccicci)", | ||
"@types/mocha": "9.0.0", | ||
"@types/node": "16.11.6", | ||
"@typescript-eslint/eslint-plugin": "5.3.0", | ||
"@typescript-eslint/parser": "5.3.0", | ||
"@types/node": "16.11.9", | ||
"@typescript-eslint/eslint-plugin": "5.4.0", | ||
"@typescript-eslint/parser": "5.4.0", | ||
"eslint": "8.2.0", | ||
@@ -54,3 +54,3 @@ "mocha": "9.1.3", | ||
"ts-node": "10.4.0", | ||
"typescript": "4.4.4" | ||
"typescript": "4.5.2" | ||
}, | ||
@@ -57,0 +57,0 @@ "prettier": { |
@@ -104,3 +104,3 @@ # rotating-file-stream | ||
**Breaking change**: the way the _external compression command_ is executed was slightly changed; possible breacking | ||
**Breaking change**: the way the _external compression command_ is executed was slightly changed; possible breaking | ||
change. | ||
@@ -107,0 +107,0 @@ |
58561