From 452088386cd30dc1210ab75a1c10cad4df57ed5d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 25 Jan 2025 17:53:38 -0600 Subject: [PATCH] Upgrade @nostrify/db --- deno.json | 2 +- deno.lock | 27 ++++++++++++++++++++------- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/deno.json b/deno.json index 3c9eef1a..b16d8f08 100644 --- a/deno.json +++ b/deno.json @@ -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", diff --git a/deno.lock b/deno.lock index 2781f233..47501da6 100644 --- a/deno.lock +++ b/deno.lock @@ -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",