logging-utils
Advanced tools
Comparing version 4.0.18 to 4.0.19
@@ -66,3 +66,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
// Exports | ||
@@ -69,0 +69,0 @@ exports.isLoggingConfigured = isLoggingConfigured; |
{ | ||
"name": "logging-utils", | ||
"description": "Utilities for configuring simple log level based logging functionality on an object", | ||
"version": "4.0.18", | ||
"version": "4.0.19", | ||
"author": "Byron du Preez", | ||
@@ -16,3 +16,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"core-functions": "3.0.18" | ||
"core-functions": "3.0.19" | ||
}, | ||
@@ -19,0 +19,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
# logging-utils v4.0.18 | ||
# logging-utils v4.0.19 | ||
Utilities for configuring simple log level based logging functionality on an object. | ||
@@ -3,0 +3,0 @@ |
## Changes | ||
### 4.0.19 | ||
- Renamed dummy first exports (`exports._ = '_'; //IDE workaround`) of most modules to (`exports._$_ = '_$_';`) to avoid | ||
potential future collisions with `lodash` & `underscore` | ||
- Updated `core-functions` dependency to version 3.0.19 | ||
### 4.0.18 | ||
@@ -4,0 +9,0 @@ - Updated `core-functions` dependency to version 3.0.18 |
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
119082
+ Addedcore-functions@3.0.19(transitive)
- Removedcore-functions@3.0.18(transitive)
Updatedcore-functions@3.0.19