@goodware/log
Advanced tools
Comparing version 9.0.3 to 9.0.4
# @goodware/log Release History | ||
## 9.0.4 2023-08-14 | ||
Fix #74 - Stack redaction doesn't work with package managers that use symlinks | ||
## 9.0.3 2023-08-10 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@goodware/log", | ||
"version": "9.0.3", | ||
"version": "9.0.4", | ||
"description": "Batteries-included Winston3-based loggger with console, file, and AWS CloudWatch Logs transports", | ||
@@ -63,5 +63,5 @@ "author": "devguy@devguy.com", | ||
"request-promise": "*", | ||
"taffydb": "^2.7.3", | ||
"taffydb": "*", | ||
"why-is-node-running": "*" | ||
} | ||
} |
@@ -13,4 +13,6 @@ # @goodware/log: Winston3-based logging to console, file, and/or AWS CloudWatch Logs | ||
Node 14+. ulidx complains that Node 16+ is required but 14 works fine. | ||
As of version 9, NodeJS version 14+ is required. Versions 8 and earlier work with NodeJS 8 and later. When the CloudWatch Logs transport is used, NodeJS support depends upon that of @aws-sdk. | ||
ulidx complains that Node 16+ is required but 14 works fine. | ||
## Installation | ||
@@ -17,0 +19,0 @@ |
Sorry, the diff of this file is too big to display
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
151632
488