README fixes, new RoundedLocal time format, more local source options
* i wanted to make sure `undefined` was handled properly. seems like it is. * tested with Bun, works. Deno runs faster though, by about 1.8µs/message construction! * Removed skeletons from closet (bug fixes) * Sources can now optionally specify their own time format and/or log timing * Requests and Responses now can be converted and displayed (no bodies)
This commit is contained in:
11
deno.json
11
deno.json
@@ -1,14 +1,19 @@
|
||||
{
|
||||
"tasks": {
|
||||
"debug": "deno run -A test.ts true",
|
||||
"plain": "deno run -A test.ts"
|
||||
"plain": "deno run -A test.ts",
|
||||
"dev": "deno run plain",
|
||||
"bench": "deno bench -A"
|
||||
},
|
||||
"imports": {
|
||||
"@std/assert": "jsr:@std/assert@1",
|
||||
"chalk": "npm:chalk@^5.3.0"
|
||||
},
|
||||
"exports": "./mod.ts",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"name": "@proxnet/undead-logging",
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"bench": {
|
||||
"include": ["./benchmark/deno.ts"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user