Adding LogLevel support

This commit is contained in:
Fabian
2019-07-13 12:10:20 +02:00
parent ca41468dc1
commit cc5fc5ae08
5 changed files with 138 additions and 112 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/logging",
"version": "2.0.6",
"version": "2.1.0",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
@ -25,9 +25,9 @@
"readme.md"
],
"devDependencies": {
"concurrently": "^4.1.0",
"nodemon": "^1.19.0",
"typescript": "^3.4.5"
"concurrently": "^4.1.1",
"nodemon": "^1.19.1",
"typescript": "^3.5.3"
},
"dependencies": {
"@hibas123/utils": "^2.1.0"