logging-utils
Advanced tools
Comparing version 4.0.19 to 4.0.20
{ | ||
"name": "logging-utils", | ||
"description": "Utilities for configuring simple log level based logging functionality on an object", | ||
"version": "4.0.19", | ||
"version": "4.0.20", | ||
"author": "Byron du Preez", | ||
@@ -16,3 +16,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"core-functions": "3.0.19" | ||
"core-functions": "3.0.20" | ||
}, | ||
@@ -19,0 +19,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
# logging-utils v4.0.19 | ||
# logging-utils v4.0.20 | ||
Utilities for configuring simple log level based logging functionality on an object. | ||
@@ -14,3 +14,3 @@ | ||
This module is exported as a [Node.js](https://nodejs.org/) module. | ||
This module is exported as a [Node.js](https://nodejs.org) module. | ||
@@ -185,3 +185,3 @@ ## Installation | ||
## Unit tests | ||
This module's unit tests were developed with and must be run with [tape](https://www.npmjs.com/package/tape). The unit tests have been tested on [Node.js v4.3.2](https://nodejs.org/en/blog/release/v4.3.2/). | ||
This module's unit tests were developed with and must be run with [tape](https://www.npmjs.com/package/tape). The unit tests have been tested on [Node.js v6.10.3](https://nodejs.org/en/blog/release/v6.10.3). | ||
@@ -188,0 +188,0 @@ See the [package source](https://github.com/byron-dupreez/logging-utils) for more details. |
## Changes | ||
### 4.0.20 | ||
- Updated `core-functions` dependency to version 3.0.20 | ||
### 4.0.19 | ||
@@ -4,0 +7,0 @@ - Renamed dummy first exports (`exports._ = '_'; //IDE workaround`) of most modules to (`exports._$_ = '_$_';`) to avoid |
119153
+ Addedcore-functions@3.0.20(transitive)
- Removedcore-functions@3.0.19(transitive)
Updatedcore-functions@3.0.20