forked from andyburke/autonomous.contact
refactor: events to a pure stream instead of being part of topics
NOTE: tests are passing, but the client is broken
This commit is contained in:
parent
c34069066d
commit
a5707e2f81
31 changed files with 934 additions and 686 deletions
8
deno.lock
generated
8
deno.lock
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "5",
|
||||
"specifiers": {
|
||||
"jsr:@andyburke/fsdb@^1.1.0": "1.1.0",
|
||||
"jsr:@andyburke/fsdb@^1.2.4": "1.2.4",
|
||||
"jsr:@andyburke/lurid@0.2": "0.2.0",
|
||||
"jsr:@andyburke/serverus@0.13": "0.13.0",
|
||||
"jsr:@da/bcrypt@*": "1.0.1",
|
||||
|
|
@ -31,8 +31,8 @@
|
|||
"npm:@types/node@*": "22.15.15"
|
||||
},
|
||||
"jsr": {
|
||||
"@andyburke/fsdb@1.1.0": {
|
||||
"integrity": "ad2d062672137ca96df19df032b51f1c7aa3133c973a0b86eb8eaab3b4c2d47b",
|
||||
"@andyburke/fsdb@1.2.4": {
|
||||
"integrity": "3437078a5627d4c72d677e41c20293a47d58a3af19eda72869a12acb011064d2",
|
||||
"dependencies": [
|
||||
"jsr:@std/cli@^1.0.20",
|
||||
"jsr:@std/fs@^1.0.18",
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
},
|
||||
"workspace": {
|
||||
"dependencies": [
|
||||
"jsr:@andyburke/fsdb@^1.1.0",
|
||||
"jsr:@andyburke/fsdb@^1.2.4",
|
||||
"jsr:@andyburke/lurid@0.2",
|
||||
"jsr:@andyburke/serverus@0.13",
|
||||
"jsr:@da/bcrypt@^1.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue