Comparing version 5.0.0 to 5.1.0
# log4js-node changelog | ||
## 5.1.0 | ||
- [Update streamroller to 2.1.0 (windows fixes)](https://github.com/log4js-node/log4js-node/pull/933) | ||
## 5.0.0 | ||
@@ -4,0 +8,0 @@ |
@@ -67,5 +67,3 @@ const debug = require('debug')('log4js:file'); | ||
process.removeListener('SIGHUP', app.sighupHandler); | ||
writer.write('', 'utf-8', () => { | ||
writer.end(complete); | ||
}); | ||
writer.end('', 'utf-8', complete); | ||
}; | ||
@@ -72,0 +70,0 @@ |
@@ -1,3 +0,1 @@ | ||
const dateFormat = require('date-format'); | ||
@@ -4,0 +2,0 @@ const os = require('os'); |
{ | ||
"name": "log4js", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "Port of Log4js to work with node.", | ||
@@ -31,8 +31,6 @@ "homepage": "https://log4js-node.github.io/log4js-node/", | ||
"scripts": { | ||
"clean": "find test -type f ! -name '*.json' ! -name '*.js' ! -name '.eslintrc' -delete && rm *.log", | ||
"posttest": "npm run clean", | ||
"pretest": "eslint 'lib/**/*.js' 'test/**/*.js'", | ||
"test": "tap 'test/tap/**/*.js' --cov", | ||
"pretest": "eslint \"lib/**/*.js\" \"test/**/*.js\"", | ||
"test": "tap \"test/tap/**/*.js\" --cov", | ||
"typings": "tsc -p types/tsconfig.json", | ||
"codecov": "tap 'test/tap/**/*.js' --cov --coverage-report=lcov && codecov" | ||
"codecov": "tap \"test/tap/**/*.js\" --cov --coverage-report=lcov && codecov" | ||
}, | ||
@@ -48,3 +46,3 @@ "directories": { | ||
"rfdc": "^1.1.4", | ||
"streamroller": "^2.0.0" | ||
"streamroller": "^2.1.0" | ||
}, | ||
@@ -62,2 +60,3 @@ "devDependencies": { | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"fs-extra": "^8.1.0", | ||
"husky": "^3.0.2", | ||
@@ -64,0 +63,0 @@ "nyc": "^14.1.1", |
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
100146
18
2671
Updatedstreamroller@^2.1.0