mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
Upgrade @nostrify/db
This commit is contained in:
parent
b4184631c3
commit
baad8821f5
2 changed files with 6 additions and 22 deletions
|
|
@ -46,7 +46,7 @@
|
|||
"@lambdalisue/async": "jsr:@lambdalisue/async@^2.1.1",
|
||||
"@negrel/webpush": "jsr:@negrel/webpush@^0.3.0",
|
||||
"@noble/secp256k1": "npm:@noble/secp256k1@^2.0.0",
|
||||
"@nostrify/db": "jsr:@nostrify/db@^0.36.2",
|
||||
"@nostrify/db": "jsr:@nostrify/db@^0.37.0",
|
||||
"@nostrify/nostrify": "jsr:@nostrify/nostrify@^0.38.0",
|
||||
"@nostrify/policies": "jsr:@nostrify/policies@^0.36.1",
|
||||
"@nostrify/types": "jsr:@nostrify/types@^0.36.0",
|
||||
|
|
|
|||
26
deno.lock
generated
26
deno.lock
generated
|
|
@ -30,11 +30,10 @@
|
|||
"jsr:@lambdalisue/async@^2.1.1": "2.1.1",
|
||||
"jsr:@negrel/http-ece@0.6.0": "0.6.0",
|
||||
"jsr:@negrel/webpush@0.3": "0.3.0",
|
||||
"jsr:@nostrify/db@~0.36.2": "0.36.2",
|
||||
"jsr:@nostrify/db@0.37": "0.37.0",
|
||||
"jsr:@nostrify/nostrify@0.31": "0.31.0",
|
||||
"jsr:@nostrify/nostrify@0.32": "0.32.0",
|
||||
"jsr:@nostrify/nostrify@0.36": "0.36.2",
|
||||
"jsr:@nostrify/nostrify@0.37": "0.37.0",
|
||||
"jsr:@nostrify/nostrify@0.38": "0.38.0",
|
||||
"jsr:@nostrify/nostrify@~0.22.1": "0.22.5",
|
||||
"jsr:@nostrify/nostrify@~0.22.4": "0.22.4",
|
||||
|
|
@ -349,10 +348,10 @@
|
|||
"jsr:@std/path@0.224.0"
|
||||
]
|
||||
},
|
||||
"@nostrify/db@0.36.2": {
|
||||
"integrity": "6bf079b44fcb3ff5a85eadf9a9d4eb677fc770f1c80ad966602aa3d9dd8c88e8",
|
||||
"@nostrify/db@0.37.0": {
|
||||
"integrity": "77398757ff52b1cf29ad3f610a8d3fcb8da37dd3300264baa4c318b4036684ab",
|
||||
"dependencies": [
|
||||
"jsr:@nostrify/nostrify@0.37",
|
||||
"jsr:@nostrify/nostrify@0.38",
|
||||
"jsr:@nostrify/types@0.36",
|
||||
"npm:kysely@~0.27.3",
|
||||
"npm:nostr-tools@^2.10.4"
|
||||
|
|
@ -456,21 +455,6 @@
|
|||
"npm:zod"
|
||||
]
|
||||
},
|
||||
"@nostrify/nostrify@0.37.0": {
|
||||
"integrity": "fa1439cc5e9a74986c4fb799a38a9ed7bd8663c62ae2a9363ca9b987548e27a0",
|
||||
"dependencies": [
|
||||
"jsr:@nostrify/types@0.36",
|
||||
"jsr:@std/crypto",
|
||||
"jsr:@std/encoding@~0.224.1",
|
||||
"npm:@scure/base",
|
||||
"npm:@scure/bip32",
|
||||
"npm:@scure/bip39",
|
||||
"npm:lru-cache@^10.2.0",
|
||||
"npm:nostr-tools@^2.7.0",
|
||||
"npm:websocket-ts",
|
||||
"npm:zod"
|
||||
]
|
||||
},
|
||||
"@nostrify/nostrify@0.38.0": {
|
||||
"integrity": "9ec7920057ee3a4dcbaef7e706dedea622bfdfdf0f6aac11047443f88d953deb",
|
||||
"dependencies": [
|
||||
|
|
@ -2364,7 +2348,7 @@
|
|||
"jsr:@hono/hono@^4.4.6",
|
||||
"jsr:@lambdalisue/async@^2.1.1",
|
||||
"jsr:@negrel/webpush@0.3",
|
||||
"jsr:@nostrify/db@~0.36.2",
|
||||
"jsr:@nostrify/db@0.37",
|
||||
"jsr:@nostrify/nostrify@0.38",
|
||||
"jsr:@nostrify/policies@~0.36.1",
|
||||
"jsr:@nostrify/types@0.36",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue