Add another strategy to logging, which reduces memory leak risk

This commit is contained in:
Fabian Stamm
2021-05-08 22:53:32 +02:00
parent 0742490527
commit d39e13dfe1
2 changed files with 19 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/nodelogging",
"version": "3.0.5",
"version": "3.0.6",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
@ -32,7 +32,7 @@
"typescript": "^4.2.4"
},
"dependencies": {
"@hibas123/logging": "^3.0.5",
"@hibas123/logging": "^3.0.6",
"@hibas123/utils": "^2.2.18"
}
}