feature: avatar uploads
This commit is contained in:
parent
ffe0678e5b
commit
01768da647
7 changed files with 139 additions and 18 deletions
8
deno.lock
generated
8
deno.lock
generated
|
@ -3,7 +3,7 @@
|
|||
"specifiers": {
|
||||
"jsr:@andyburke/fsdb@^1.0.2": "1.0.2",
|
||||
"jsr:@andyburke/lurid@0.2": "0.2.0",
|
||||
"jsr:@andyburke/serverus@~0.12.2": "0.12.2",
|
||||
"jsr:@andyburke/serverus@~0.12.5": "0.12.5",
|
||||
"jsr:@da/bcrypt@*": "1.0.1",
|
||||
"jsr:@da/bcrypt@^1.0.1": "1.0.1",
|
||||
"jsr:@std/assert@^1.0.13": "1.0.13",
|
||||
|
@ -41,8 +41,8 @@
|
|||
"jsr:@std/cli@^1.0.19"
|
||||
]
|
||||
},
|
||||
"@andyburke/serverus@0.12.2": {
|
||||
"integrity": "17cf6d7cb58857c4bc34ee96aa718c05edf0fd4fe159afc5890253e50bd99c3a",
|
||||
"@andyburke/serverus@0.12.5": {
|
||||
"integrity": "c6bf017e82f20625f9d29dacaa7e2b034e91c37b8171f6725fade4599db66864",
|
||||
"dependencies": [
|
||||
"jsr:@std/cli@^1.0.21",
|
||||
"jsr:@std/fmt@^1.0.6",
|
||||
|
@ -131,7 +131,7 @@
|
|||
"dependencies": [
|
||||
"jsr:@andyburke/fsdb@^1.0.2",
|
||||
"jsr:@andyburke/lurid@0.2",
|
||||
"jsr:@andyburke/serverus@~0.12.2",
|
||||
"jsr:@andyburke/serverus@~0.12.5",
|
||||
"jsr:@da/bcrypt@^1.0.1",
|
||||
"jsr:@std/assert@^1.0.13",
|
||||
"jsr:@std/encoding@^1.0.10",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue