version 1.3!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

This commit is contained in:
2025-06-25 02:42:05 -04:00
parent df15f608ed
commit 5175d66eb5
5 changed files with 279 additions and 28 deletions

View File

@@ -1,10 +1,14 @@
{
"tasks": {
"debug": "deno run -A test.ts true",
"plain": "deno run -A test.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"chalk": "npm:chalk@^5.3.0"
},
"exports": "./mod.ts",
"version": "1.2.0",
"version": "1.3.0",
"name": "@proxnet/undead-logging",
"license": "MIT"
}