pandora-component-file-logger-service
Advanced tools
Comparing version 2.0.0-9 to 2.0.0-beta.0
@@ -9,3 +9,3 @@ "use strict"; | ||
type: 'date', | ||
maxFiles: 10, | ||
maxFiles: 5, | ||
maxFileSize: 300 * 1024 * 1024, | ||
@@ -12,0 +12,0 @@ rotateDuration: 5 * 60 * 1000, |
{ | ||
"name": "pandora-component-file-logger-service", | ||
"version": "2.0.0-9", | ||
"version": "2.0.0-beta.0", | ||
"description": "Pandora 2 Component File Logger Service", | ||
@@ -29,3 +29,3 @@ "main": "dist/ComponentFileLoggerService", | ||
"nyc": "^13.1.0", | ||
"pandora-component-ipc-hub": "^2.0.0-9" | ||
"pandora-component-ipc-hub": "^2.0.0-beta.0" | ||
}, | ||
@@ -64,7 +64,7 @@ "nyc": { | ||
"mz": "^2.6.0", | ||
"pandora-component-decorator": "^2.0.0-9", | ||
"pandora-component-reporter-manager": "^2.0.0-9", | ||
"pandora-dollar": "^2.0.0-9", | ||
"pandora-messenger": "^2.0.0-9" | ||
"pandora-component-decorator": "^2.0.0-beta.0", | ||
"pandora-component-reporter-manager": "^2.0.0-beta.0", | ||
"pandora-dollar": "^2.0.0-beta.0", | ||
"pandora-messenger": "^2.0.0-beta.0" | ||
} | ||
} |
@@ -41,3 +41,3 @@ export interface ConfigInterface { | ||
type: <RotationType> 'date', | ||
maxFiles: 10, | ||
maxFiles: 5, | ||
maxFileSize: 300 * 1024 * 1024, | ||
@@ -44,0 +44,0 @@ rotateDuration: 5 * 60 * 1000, |
Sorry, the diff of this file is not supported yet
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
63581