winstonjs / winston-syslog

A syslog transport for winston
http://github.com/winstonjs/winston-syslog
MIT License
138 stars 119 forks source link

Fix missing declaration of direct dependencies #242

Closed stekycz closed 3 months ago

stekycz commented 3 months ago

triple-beam and winston-transport are directly required by the code but they are missing in package.json file. It may work in environments where hoisting of node_modules is allowed but using PNPM in strict mode (especially with prod dependencies only) causes fatal errors on not found modules.

DABH commented 3 months ago

Thanks, this was released as v2.7.1