logging-utils
Advanced tools
Comparing version 4.0.1 to 4.0.3
{ | ||
"name": "logging-utils", | ||
"description": "Utilities for configuring simple log level based logging functionality on an object", | ||
"version": "4.0.1", | ||
"version": "4.0.3", | ||
"author": "Byron du Preez", | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=4.3.2" | ||
"node": ">=6.10" | ||
}, | ||
@@ -16,4 +16,4 @@ "main": "logging.js", | ||
"dependencies": { | ||
"core-functions": "^3.0.2" | ||
"core-functions": "^3.0.4" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# logging-utils v4.0.1 | ||
# logging-utils v4.0.3 | ||
Utilities for configuring simple log level based logging functionality on an object. | ||
@@ -190,2 +190,9 @@ | ||
### 4.0.3 | ||
- Upgraded to Node 6.10.3 | ||
- Updated `core-functions` dependency to version 3.0.4 | ||
### 4.0.2 | ||
- Updated `core-functions` dependency to version 3.0.3 | ||
### 4.0.1 | ||
@@ -192,0 +199,0 @@ - Updated `core-functions` dependency to version 3.0.2 |
{ | ||
"name": "logging-utils-tests", | ||
"description": "Unit tests for logging-utils", | ||
"version": "4.0.1", | ||
"version": "4.0.3", | ||
"author": "Byron du Preez", | ||
@@ -9,3 +9,3 @@ "license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=4.3.2" | ||
"node": ">=6.10" | ||
}, | ||
@@ -12,0 +12,0 @@ "main": "logging.test.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
109106
319
Updatedcore-functions@^3.0.4