logging-utils
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "logging-utils", | ||
"description": "Utilities for configuring simple log level based logging functionality on an object", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"author": "Byron du Preez", | ||
@@ -16,4 +16,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"core-functions": "^2.0.2" | ||
"core-functions": "^2.0.3" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# logging-utils v1.0.5 | ||
# logging-utils v1.0.6 | ||
Utilities for configuring simple log level based logging functionality on an object. | ||
@@ -151,13 +151,8 @@ | ||
## Changes | ||
### 1.0.1 | ||
- Simply set core-functions dependency to 1.1.1 | ||
### 1.0.2 | ||
- Added an explicit `configureDefaultLogging` function for clarity. | ||
- Minor JSDoc updates | ||
- Updated core-functions dependency to 1.2.0 | ||
### 1.0.6 | ||
- Updated `core-functions` dependency to version 2.0.3 | ||
### 1.0.3 | ||
- Removed dependency on and replaced usage of `core-functions/functions` functions with standard JS functionality | ||
- Updated `core-functions` dependency to version 2.0.0 | ||
### 1.0.5 | ||
- Updated `core-functions` dependency to version 2.0.2 | ||
@@ -170,4 +165,15 @@ ### 1.0.4 | ||
### 1.0.5 | ||
- Updated `core-functions` dependency to version 2.0.2 | ||
### 1.0.3 | ||
- Removed dependency on and replaced usage of `core-functions/functions` functions with standard JS functionality | ||
- Updated `core-functions` dependency to version 2.0.0 | ||
### 1.0.2 | ||
- Added an explicit `configureDefaultLogging` function for clarity. | ||
- Minor JSDoc updates | ||
- Updated core-functions dependency to 1.2.0 | ||
### 1.0.1 | ||
- Simply set core-functions dependency to 1.1.1 | ||
{ | ||
"name": "logging-utils-tests", | ||
"description": "Unit tests for logging-utils", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"author": "Byron du Preez", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
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
59592
178
Updatedcore-functions@^2.0.3