This commit is contained in:
2025-10-27 21:49:35 -04:00
parent add31e4dd7
commit a068055e4f
7 changed files with 258 additions and 8 deletions

9
deno.lock generated
View File

@@ -1,13 +1,18 @@
{
"version": "5",
"specifiers": {
"jsr:@hono/hono@^4.10.3": "4.10.3",
"jsr:@proxnet/undead-logging@^1.5.1": "1.5.1",
"jsr:@std/assert@1": "1.0.15",
"jsr:@std/internal@^1.0.12": "1.0.12",
"npm:@types/node@*": "24.2.0",
"npm:@types/node@^24.2.0": "24.2.0",
"npm:chalk@^5.3.0": "5.6.2"
},
"jsr": {
"@hono/hono@4.10.3": {
"integrity": "d37db91cace43d80dccdbb49b396bd4f97e019c8566c20201cb1d9e4a3009e45"
},
"@proxnet/undead-logging@1.5.1": {
"integrity": "f858b6357d52c4bc1bbab279200dae86ed573ea45d945a8dfaf2f2cb23c4b649",
"dependencies": [
@@ -40,8 +45,10 @@
},
"workspace": {
"dependencies": [
"jsr:@hono/hono@^4.10.3",
"jsr:@proxnet/undead-logging@^1.5.1",
"jsr:@std/assert@1"
"jsr:@std/assert@1",
"npm:@types/node@^24.2.0"
]
}
}