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",
|
"name": "@andyburke/autonomous.contact",
|
||||||
"description": "An experiment.",
|
"description": "An experiment.",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": {},
|
"exports": {},
|
||||||
"tasks": {
|
"tasks": {
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"imports": {
|
"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/lurid": "jsr:@andyburke/lurid@^0.2.0",
|
||||||
"@andyburke/serverus": "jsr:@andyburke/serverus@^0.7.1",
|
"@andyburke/serverus": "jsr:@andyburke/serverus@^0.7.1",
|
||||||
"@da/bcrypt": "jsr:@da/bcrypt@^1.0.1",
|
"@da/bcrypt": "jsr:@da/bcrypt@^1.0.1",
|
||||||
|
|
9
deno.lock
generated
9
deno.lock
generated
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": "5",
|
"version": "5",
|
||||||
"specifiers": {
|
"specifiers": {
|
||||||
"jsr:@andyburke/fsdb@*": "0.9.0",
|
"jsr:@andyburke/fsdb@1": "1.0.0",
|
||||||
"jsr:@andyburke/fsdb@0.9": "0.9.0",
|
|
||||||
"jsr:@andyburke/lurid@*": "0.2.0",
|
"jsr:@andyburke/lurid@*": "0.2.0",
|
||||||
"jsr:@andyburke/lurid@0.2": "0.2.0",
|
"jsr:@andyburke/lurid@0.2": "0.2.0",
|
||||||
"jsr:@andyburke/serverus@*": "0.7.1",
|
"jsr:@andyburke/serverus@*": "0.7.1",
|
||||||
|
@ -39,8 +38,8 @@
|
||||||
"jsr:@stdext/crypto@0.1": "0.1.0"
|
"jsr:@stdext/crypto@0.1": "0.1.0"
|
||||||
},
|
},
|
||||||
"jsr": {
|
"jsr": {
|
||||||
"@andyburke/fsdb@0.9.0": {
|
"@andyburke/fsdb@1.0.0": {
|
||||||
"integrity": "726c138ac8b751c969cb045d9d1fc3541a054130aa741d256864b376afdb8f89",
|
"integrity": "5178eca5813e4f00cf9c00b7a9da9156b54b0c6e98a6fdba54743ccfa6a465d4",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"jsr:@std/cli@^1.0.20",
|
"jsr:@std/cli@^1.0.20",
|
||||||
"jsr:@std/fs@^1.0.18",
|
"jsr:@std/fs@^1.0.18",
|
||||||
|
@ -206,7 +205,7 @@
|
||||||
},
|
},
|
||||||
"workspace": {
|
"workspace": {
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"jsr:@andyburke/fsdb@0.9",
|
"jsr:@andyburke/fsdb@1",
|
||||||
"jsr:@andyburke/lurid@0.2",
|
"jsr:@andyburke/lurid@0.2",
|
||||||
"jsr:@andyburke/serverus@~0.7.1",
|
"jsr:@andyburke/serverus@~0.7.1",
|
||||||
"jsr:@da/bcrypt@^1.0.1",
|
"jsr:@da/bcrypt@^1.0.1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue