Add more time functions
This commit is contained in:
11
package.json
11
package.json
@ -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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user