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
85d9e210d3
commit
452088386c
2 changed files with 21 additions and 8 deletions
|
|
@ -45,7 +45,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.1",
|
||||
"@nostrify/db": "jsr:@nostrify/db@^0.36.2",
|
||||
"@nostrify/nostrify": "jsr:@nostrify/nostrify@^0.37.0",
|
||||
"@nostrify/policies": "jsr:@nostrify/policies@^0.36.1",
|
||||
"@nostrify/types": "jsr:@nostrify/types@^0.36.0",
|
||||
|
|
|
|||
27
deno.lock
generated
27
deno.lock
generated
|
|
@ -30,7 +30,7 @@
|
|||
"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.1": "0.36.1",
|
||||
"jsr:@nostrify/db@~0.36.2": "0.36.2",
|
||||
"jsr:@nostrify/nostrify@0.31": "0.31.0",
|
||||
"jsr:@nostrify/nostrify@0.32": "0.32.0",
|
||||
"jsr:@nostrify/nostrify@0.36": "0.36.2",
|
||||
|
|
@ -115,6 +115,7 @@
|
|||
"npm:lru-cache@^10.2.0": "10.2.2",
|
||||
"npm:lru-cache@^10.2.2": "10.2.2",
|
||||
"npm:nostr-tools@2.5.1": "2.5.1",
|
||||
"npm:nostr-tools@^2.10.4": "2.10.4",
|
||||
"npm:nostr-tools@^2.5.0": "2.5.1",
|
||||
"npm:nostr-tools@^2.7.0": "2.7.0",
|
||||
"npm:nostr-wasm@0.1": "0.1.0",
|
||||
|
|
@ -347,13 +348,13 @@
|
|||
"jsr:@std/path@0.224.0"
|
||||
]
|
||||
},
|
||||
"@nostrify/db@0.36.1": {
|
||||
"integrity": "b65b89ca6fe98d9dbcc0402b5c9c07b8430c2c91f84ba4128ff2eeed70c3d49f",
|
||||
"@nostrify/db@0.36.2": {
|
||||
"integrity": "6bf079b44fcb3ff5a85eadf9a9d4eb677fc770f1c80ad966602aa3d9dd8c88e8",
|
||||
"dependencies": [
|
||||
"jsr:@nostrify/nostrify@0.36",
|
||||
"jsr:@nostrify/types@0.35",
|
||||
"jsr:@nostrify/nostrify@0.37",
|
||||
"jsr:@nostrify/types@0.36",
|
||||
"npm:kysely@~0.27.3",
|
||||
"npm:nostr-tools@^2.7.0"
|
||||
"npm:nostr-tools@^2.10.4"
|
||||
]
|
||||
},
|
||||
"@nostrify/nostrify@0.22.4": {
|
||||
|
|
@ -1361,6 +1362,18 @@
|
|||
"whatwg-url@5.0.0"
|
||||
]
|
||||
},
|
||||
"nostr-tools@2.10.4": {
|
||||
"integrity": "sha512-biU7sk+jxHgVASfobg2T5ttxOGGSt69wEVBC51sHHOEaKAAdzHBLV/I2l9Rf61UzClhliZwNouYhqIso4a3HYg==",
|
||||
"dependencies": [
|
||||
"@noble/ciphers",
|
||||
"@noble/curves@1.2.0",
|
||||
"@noble/hashes@1.3.1",
|
||||
"@scure/base@1.1.1",
|
||||
"@scure/bip32@1.3.1",
|
||||
"@scure/bip39@1.2.1",
|
||||
"nostr-wasm"
|
||||
]
|
||||
},
|
||||
"nostr-tools@2.5.1": {
|
||||
"integrity": "sha512-bpkhGGAhdiCN0irfV+xoH3YP5CQeOXyXzUq7SYeM6D56xwTXZCPEmBlUGqFVfQidvRsoVeVxeAiOXW2c2HxoRQ==",
|
||||
"dependencies": [
|
||||
|
|
@ -2335,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.1",
|
||||
"jsr:@nostrify/db@~0.36.2",
|
||||
"jsr:@nostrify/nostrify@0.37",
|
||||
"jsr:@nostrify/policies@~0.36.1",
|
||||
"jsr:@nostrify/types@0.36",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue