feature: rooms and events implemented on the backend
This commit is contained in:
parent
df00324e24
commit
85024c6e62
29 changed files with 1659 additions and 115 deletions
11
deno.lock
generated
11
deno.lock
generated
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
"version": "5",
|
||||
"specifiers": {
|
||||
"jsr:@andyburke/fsdb@*": "0.4.0",
|
||||
"jsr:@andyburke/fsdb@0.4": "0.4.0",
|
||||
"jsr:@andyburke/fsdb@*": "0.6.0",
|
||||
"jsr:@andyburke/fsdb@0.6": "0.6.0",
|
||||
"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:@std/assert@*": "1.0.13",
|
||||
"jsr:@std/assert@^1.0.13": "1.0.13",
|
||||
|
@ -32,8 +33,8 @@
|
|||
"jsr:@stdext/crypto@0.1": "0.1.0"
|
||||
},
|
||||
"jsr": {
|
||||
"@andyburke/fsdb@0.4.0": {
|
||||
"integrity": "13ff46528835e6eaf5ff57fcd1bdd97020d608e6d1e03a38be0d162d1bbbace1",
|
||||
"@andyburke/fsdb@0.6.0": {
|
||||
"integrity": "6c58518e9de64c61f13acb0cb110ad3bd9c6277f016798ddee2eed26590dc848",
|
||||
"dependencies": [
|
||||
"jsr:@std/cli@^1.0.20",
|
||||
"jsr:@std/fs@^1.0.18",
|
||||
|
@ -166,7 +167,7 @@
|
|||
},
|
||||
"workspace": {
|
||||
"dependencies": [
|
||||
"jsr:@andyburke/fsdb@0.4",
|
||||
"jsr:@andyburke/fsdb@0.6",
|
||||
"jsr:@andyburke/lurid@0.2",
|
||||
"jsr:@andyburke/serverus@0.6",
|
||||
"jsr:@std/assert@^1.0.13",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue