1
0
mirror of https://git.hibas.dev/OpenServer/NodeLogging.git synced 2025-11-02 14:10:45 +00:00

update Logging dependenci

This commit is contained in:
Fabian Stamm
2025-10-29 00:40:39 +01:00
parent 453128fc4f
commit 08c979dc50

View File

@ -1,7 +1,7 @@
{
"name": "@hibas123/nodelogging",
"packageManager": "yarn@3.6.4",
"version": "4.0.1",
"version": "4.0.3",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
@ -36,7 +36,7 @@
"typescript": "^5.9.3"
},
"dependencies": {
"@hibas123/logging": "^4.0.2",
"@hibas123/logging": "^4.0.4",
"@hibas123/utils": "^2.2.18"
}
}