Skip to content

Commit

Permalink
fix: remove obsolete @zwave-js/winston-daily-rotate-file in favor of …
Browse files Browse the repository at this point in the history
…original package

Fixes #2937
  • Loading branch information
robertsLando committed Sep 16, 2024
1 parent b3df21c commit 6807350
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 37 deletions.
2 changes: 1 addition & 1 deletion api/lib/logger.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import DailyRotateFile, {
DailyRotateFileTransportOptions,
} from '@zwave-js/winston-daily-rotate-file'
} from 'winston-daily-rotate-file'
import { ensureDirSync } from 'fs-extra'
import winston from 'winston'
import { logsDir, storeDir } from '../config/app'
Expand Down
36 changes: 1 addition & 35 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"@kvaster/zwavejs-prom": "^0.0.2",
"@mdi/js": "7.4.47",
"@zwave-js/server": "^1.38.0",
"@zwave-js/winston-daily-rotate-file": "^4.5.6-1",
"ansi_up": "^6.0.2",
"archiver": "^7.0.1",
"axios": "^1.7.2",
Expand Down Expand Up @@ -110,6 +109,7 @@
"vuedraggable": "^2.24.3",
"vuetify": "^2.7.2",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0",
"zwave-js": "^13.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 6807350

Please sign in to comment.