winston-daily-rotate-file
Advanced tools
Comparing version 4.2.1 to 4.3.0
@@ -15,3 +15,3 @@ import TransportStream = require("winston-transport"); | ||
interface Transports { | ||
DailyRotateFileTransport: typeof DailyRotateFile; | ||
DailyRotateFile: typeof DailyRotateFile; | ||
DailyRotateFileTransportOptions: DailyRotateFile.DailyRotateFileTransportOptions; | ||
@@ -18,0 +18,0 @@ } |
{ | ||
"name": "winston-daily-rotate-file", | ||
"version": "4.2.1", | ||
"version": "4.3.0", | ||
"description": "A transport for winston which logs to a rotating file each day.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
26222