Added global time format and log timing controls using LoggingConfiguration

* Bench doc fixes
* README fixes
* Added test scripts in `tests/`
This commit is contained in:
2025-07-19 18:51:28 -04:00
parent 44784130f9
commit 5db910ca14
8 changed files with 102 additions and 74 deletions

View File

@@ -1,8 +1,8 @@
{
"tasks": {
"debug": "deno run -A test.ts true",
"plain": "deno run -A test.ts",
"dev": "deno run plain",
"test-conversion": "deno run -A tests/convert.ts",
"test-global": "deno run -A tests/global.ts",
"test-shutdown": "deno run -A tests/shutdown.ts",
"bench": "deno bench -A"
},
"imports": {
@@ -10,7 +10,7 @@
"chalk": "npm:chalk@^5.3.0"
},
"exports": "./mod.ts",
"version": "1.4.0",
"version": "1.4.1",
"name": "@proxnet/undead-logging",
"license": "MIT",
"bench": {