@syntest/logging
Advanced tools
Comparing version 0.2.0-beta.4 to 0.2.0-beta.5
@@ -27,3 +27,3 @@ "use strict"; | ||
const fileTransportOptions = { | ||
maxsize: 5242880, // 5MB | ||
maxsize: 5_242_880, // 5MB | ||
maxFiles: 1, | ||
@@ -30,0 +30,0 @@ }; |
{ | ||
"name": "@syntest/logging", | ||
"version": "0.2.0-beta.4", | ||
"version": "0.2.0-beta.5", | ||
"description": "SynTest library for logging", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
"@syntest/diagnostics": "^0.1.0-beta.1", | ||
"winston": "3.12.0", | ||
"winston": "3.13.0", | ||
"yargs": "^17.7.1" | ||
@@ -62,3 +62,3 @@ }, | ||
}, | ||
"gitHead": "bbaaf8064b722c0e657e281b6e33436fad756f59" | ||
"gitHead": "47c5bfecdb34128a93277d3e0c6bd8f372759496" | ||
} |
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
25940
+ Addedwinston@3.13.0(transitive)
- Removedwinston@3.12.0(transitive)
Updatedwinston@3.13.0