Making filename output optional

This commit is contained in:
Fabian Stamm
2020-09-30 16:46:16 +02:00
parent b92caf6468
commit bcff79fc90
4 changed files with 88 additions and 63 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/logging",
"version": "2.5.4",
"version": "2.6.0",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
@ -27,7 +27,7 @@
"concurrently": "^5.3.0",
"nodemon": "^2.0.4",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
"typescript": "^4.0.3"
},
"dependencies": {
"@hibas123/utils": "^2.2.10"