feature: the beginnings of chat working

This commit is contained in:
Andy Burke 2025-07-01 15:37:35 -07:00
parent 85024c6e62
commit 649ff432bb
24 changed files with 1555 additions and 918 deletions

18
deno.lock generated
View file

@ -1,12 +1,10 @@
{
"version": "5",
"specifiers": {
"jsr:@andyburke/fsdb@*": "0.6.0",
"jsr:@andyburke/fsdb@0.6": "0.6.0",
"jsr:@andyburke/fsdb@~0.6.1": "0.6.1",
"jsr:@andyburke/lurid@*": "0.2.0",
"jsr:@andyburke/lurid@0.2": "0.2.0",
"jsr:@andyburke/serverus@*": "0.6.0",
"jsr:@andyburke/serverus@0.6": "0.6.0",
"jsr:@andyburke/serverus@~0.7.1": "0.7.1",
"jsr:@std/assert@*": "1.0.13",
"jsr:@std/assert@^1.0.13": "1.0.13",
"jsr:@std/async@^1.0.13": "1.0.13",
@ -33,8 +31,8 @@
"jsr:@stdext/crypto@0.1": "0.1.0"
},
"jsr": {
"@andyburke/fsdb@0.6.0": {
"integrity": "6c58518e9de64c61f13acb0cb110ad3bd9c6277f016798ddee2eed26590dc848",
"@andyburke/fsdb@0.6.1": {
"integrity": "059ad6702e40a39a188e648a8ebf2547087782becae040af916aa843830328ea",
"dependencies": [
"jsr:@std/cli@^1.0.20",
"jsr:@std/fs@^1.0.18",
@ -47,8 +45,8 @@
"jsr:@std/cli@^1.0.19"
]
},
"@andyburke/serverus@0.6.0": {
"integrity": "89f013c1d77e3d5d2c4e0908b29cc4a1acd19ebf22fa2890a6c5aa777e7b0de3",
"@andyburke/serverus@0.7.1": {
"integrity": "750b5d425a3b147efb551fbbc564b0c1428e5a8b94959bd77e95936bab78040d",
"dependencies": [
"jsr:@std/async",
"jsr:@std/cli@^1.0.19",
@ -167,9 +165,9 @@
},
"workspace": {
"dependencies": [
"jsr:@andyburke/fsdb@0.6",
"jsr:@andyburke/fsdb@~0.6.1",
"jsr:@andyburke/lurid@0.2",
"jsr:@andyburke/serverus@0.6",
"jsr:@andyburke/serverus@~0.7.1",
"jsr:@std/assert@^1.0.13",
"jsr:@std/encoding@^1.0.10",
"jsr:@std/http@^1.0.18",