From 7c5b7c5d835e23cd5fc2d2354f2d9a970e6e2d3b Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 19 May 2024 15:38:42 -0500 Subject: [PATCH] Upgrade Nostrify to v0.22.0 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 946b4e0..5567cd2 100644 --- a/deno.json +++ b/deno.json @@ -22,7 +22,7 @@ "@isaacs/ttlcache": "npm:@isaacs/ttlcache@^1.4.1", "@lambdalisue/async": "jsr:@lambdalisue/async@^2.1.1", "@noble/secp256k1": "npm:@noble/secp256k1@^2.0.0", - "@nostrify/nostrify": "jsr:@nostrify/nostrify@^0.21.1", + "@nostrify/nostrify": "jsr:@nostrify/nostrify@^0.22.0", "@sentry/deno": "https://deno.land/x/sentry@7.112.2/index.mjs", "@soapbox/kysely-deno-sqlite": "jsr:@soapbox/kysely-deno-sqlite@^2.1.0", "@soapbox/stickynotes": "jsr:@soapbox/stickynotes@^0.4.0",