logging-utils
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "logging-utils", | ||
"description": "Utilities for configuring simple log level based logging functionality on an object", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"author": "Byron du Preez", | ||
@@ -16,4 +16,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"core-functions": "^2.0.5" | ||
"core-functions": "^2.0.7" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# logging-utils v3.0.0 | ||
# logging-utils v3.0.1 | ||
Utilities for configuring simple log level based logging functionality on an object. | ||
@@ -166,2 +166,6 @@ | ||
### 3.0.1 | ||
- Updated `core-functions` dependency to version 2.0.7 | ||
- Updated `tape` dependency to 4.6.3 | ||
### 3.0.0 | ||
@@ -168,0 +172,0 @@ - Changes to `logging.js` module: |
{ | ||
"name": "logging-utils-tests", | ||
"description": "Unit tests for logging-utils", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"author": "Byron du Preez", | ||
@@ -15,5 +15,5 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"tape": "^4.6.2" | ||
"tape": "^4.6.3" | ||
}, | ||
"repository": "https://github.com/byron-dupreez/logging-utils" | ||
} |
79572
231
Updatedcore-functions@^2.0.7