logging-utils
Advanced tools
Comparing version 4.0.12 to 4.0.13
@@ -63,2 +63,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
// Exports | ||
@@ -65,0 +66,0 @@ exports.isLoggingConfigured = isLoggingConfigured; |
{ | ||
"name": "logging-utils", | ||
"description": "Utilities for configuring simple log level based logging functionality on an object", | ||
"version": "4.0.12", | ||
"version": "4.0.13", | ||
"author": "Byron du Preez", | ||
@@ -16,3 +16,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"core-functions": "3.0.13" | ||
"core-functions": "3.0.14" | ||
}, | ||
@@ -19,0 +19,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
# logging-utils v4.0.12 | ||
# logging-utils v4.0.13 | ||
Utilities for configuring simple log level based logging functionality on an object. | ||
@@ -3,0 +3,0 @@ |
## Changes | ||
### 4.0.13 | ||
- Added dummy first export (`exports._ = '_'; //IDE workaround`) to `logging` module as a temporary workaround for IDE issue | ||
### 4.0.12 | ||
@@ -4,0 +7,0 @@ - Changed all exports to modifications of the default `exports` object instead of replacing the default object |
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
109284
1563
+ Addedcore-functions@3.0.14(transitive)
- Removedcore-functions@3.0.13(transitive)
Updatedcore-functions@3.0.14