Add more time functions

This commit is contained in:
Fabian Stamm
2025-10-21 13:59:24 +02:00
parent 3de5f368ef
commit 3526766e68
5 changed files with 1453 additions and 2876 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/logging",
"version": "4.0.1",
"version": "4.0.2",
"description": "",
"type": "module",
"main": "esm/index.js",
@ -10,7 +10,6 @@
"prepublishOnly": "npm run build",
"build": "tsc",
"test": "tsc && node esm/test.js",
"postpublish": "denreg publish",
"bench": "tsc && node benchmark.js",
"prof": "tsc && ndb --prof benchmark.js"
},
@ -27,10 +26,10 @@
"readme.md"
],
"devDependencies": {
"concurrently": "^6.0.2",
"concurrently": "^9.2.1",
"ndb": "^1.1.5",
"nodemon": "^2.0.7",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
"nodemon": "^3.1.10",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}