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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user