breaking change. it works better.

This commit is contained in:
2026-01-04 19:28:56 -05:00
parent 6a7c6eb40b
commit df31d60af9
15 changed files with 635 additions and 823 deletions

View File

@@ -6,14 +6,13 @@
"bench": "deno bench -A"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"chalk": "npm:chalk@^5.3.0"
"@neabyte/deno-ansi": "jsr:@neabyte/deno-ansi@^0.1.0"
},
"exports": "./mod.ts",
"version": "1.5.0",
"exports": {
".": "./src/mod.ts",
"./types": "./src/types.ts"
},
"version": "1.6.0",
"name": "@proxnet/undead-logging",
"license": "MIT",
"bench": {
"include": ["./benchmark/deno.ts"]
}
"license": "MIT"
}