logging-utils
Advanced tools
Comparing version 4.0.16 to 4.0.17
{ | ||
"name": "logging-utils", | ||
"description": "Utilities for configuring simple log level based logging functionality on an object", | ||
"version": "4.0.16", | ||
"version": "4.0.17", | ||
"author": "Byron du Preez", | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=6.10" | ||
"node": ">=6.10.3" | ||
}, | ||
@@ -16,3 +16,3 @@ "main": "logging.js", | ||
"dependencies": { | ||
"core-functions": "3.0.16" | ||
"core-functions": "3.0.17" | ||
}, | ||
@@ -19,0 +19,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
# logging-utils v4.0.16 | ||
# logging-utils v4.0.17 | ||
Utilities for configuring simple log level based logging functionality on an object. | ||
@@ -3,0 +3,0 @@ |
## Changes | ||
### 4.0.17 | ||
- Updated `core-functions` dependency to version 3.0.17 | ||
### 4.0.16 | ||
@@ -4,0 +7,0 @@ - Changed all logging functions to be able to use level prefixes even when the first argument is NOT a string |
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
118753
+ Addedcore-functions@3.0.17(transitive)
- Removedcore-functions@3.0.16(transitive)
Updatedcore-functions@3.0.17