Improving logging

This commit is contained in:
Fabian
2019-04-04 22:22:52 -04:00
parent 11619948e3
commit 6065c37362
7 changed files with 304 additions and 55 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/logging",
"version": "1.1.0",
"version": "2.0.0",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
@ -21,9 +21,9 @@
"devDependencies": {
"concurrently": "^4.1.0",
"nodemon": "^1.18.10",
"typescript": "^3.3.4000"
"typescript": "^3.4.1"
},
"dependencies": {
"@hibas123/utils": "^2.0.2"
"@hibas123/utils": "^2.0.5"
}
}
}