chore: upgrade fsdb
This commit is contained in:
parent
6d6272480d
commit
0d5409fc60
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@andyburke/autonomous.contact",
|
||||
"description": "An experiment.",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"license": "MIT",
|
||||
"exports": {},
|
||||
"tasks": {
|
||||
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
},
|
||||
"imports": {
|
||||
"@andyburke/fsdb": "jsr:@andyburke/fsdb@^0.9.0",
|
||||
"@andyburke/fsdb": "jsr:@andyburke/fsdb@^1.0.0",
|
||||
"@andyburke/lurid": "jsr:@andyburke/lurid@^0.2.0",
|
||||
"@andyburke/serverus": "jsr:@andyburke/serverus@^0.7.1",
|
||||
"@da/bcrypt": "jsr:@da/bcrypt@^1.0.1",
|
||||
|
|
9
deno.lock
generated
9
deno.lock
generated
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"version": "5",
|
||||
"specifiers": {
|
||||
"jsr:@andyburke/fsdb@*": "0.9.0",
|
||||
"jsr:@andyburke/fsdb@0.9": "0.9.0",
|
||||
"jsr:@andyburke/fsdb@1": "1.0.0",
|
||||
"jsr:@andyburke/lurid@*": "0.2.0",
|
||||
"jsr:@andyburke/lurid@0.2": "0.2.0",
|
||||
"jsr:@andyburke/serverus@*": "0.7.1",
|
||||
|
@ -39,8 +38,8 @@
|
|||
"jsr:@stdext/crypto@0.1": "0.1.0"
|
||||
},
|
||||
"jsr": {
|
||||
"@andyburke/fsdb@0.9.0": {
|
||||
"integrity": "726c138ac8b751c969cb045d9d1fc3541a054130aa741d256864b376afdb8f89",
|
||||
"@andyburke/fsdb@1.0.0": {
|
||||
"integrity": "5178eca5813e4f00cf9c00b7a9da9156b54b0c6e98a6fdba54743ccfa6a465d4",
|
||||
"dependencies": [
|
||||
"jsr:@std/cli@^1.0.20",
|
||||
"jsr:@std/fs@^1.0.18",
|
||||
|
@ -206,7 +205,7 @@
|
|||
},
|
||||
"workspace": {
|
||||
"dependencies": [
|
||||
"jsr:@andyburke/fsdb@0.9",
|
||||
"jsr:@andyburke/fsdb@1",
|
||||
"jsr:@andyburke/lurid@0.2",
|
||||
"jsr:@andyburke/serverus@~0.7.1",
|
||||
"jsr:@da/bcrypt@^1.0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue