Closed halfalicious closed 3 years ago
Ahh. You're right. winston-transport@4.4.0
was pushed on 21-Jun 2020, while https://github.com/winstonjs/winston-transport/commit/868d6577956f82ee0b021b119a4de938c61645f7 to update the TS was committed on 26-Jun 2020.
I updated the dependencies to make sure and pull in the specific commit while we wait to have a Winston-transport
update pushed to npm by @DABH or @indexzero. This should be resolved with winston-daily-rotate-file@4.5.3
.
Still hitting issue #297 - I have winston-daily-rotate-file 4.5.2 installed....from my package.json:
Digging into the DailyRotateFileTransportOptions -> TransportStream.TransportStreamOptions there's no "handleRejections" member:
Not that the type defns are for winston-transport 3.0:
Are you sure that the new version of winston-transport was bundled with winston-daily-rotate-file 4.5.2?