Skip to content

Commit

Permalink
Bump winston-transport; fix test issue (#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
DABH committed Jan 3, 2024
1 parent a7c2eec commit 05788b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"safe-stable-stringify": "^2.3.1",
"stack-trace": "0.0.x",
"triple-beam": "^1.3.0",
"winston-transport": "^4.5.0"
"winston-transport": "^4.6.0"
},
"devDependencies": {
"@babel/cli": "^7.17.0",
Expand All @@ -60,7 +60,7 @@
"types": "./index.d.ts",
"scripts": {
"lint": "eslint lib/*.js lib/winston/*.js lib/winston/**/*.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",
"test": "mocha",
"test": "rimraf test/fixtures/logs/* && mocha",
"test:coverage": "nyc npm run test:unit",
"test:unit": "mocha test/unit",
"test:integration": "mocha test/integration",
Expand Down

0 comments on commit 05788b9

Please sign in to comment.