From 75a7a0a2ffb909db25509efc54fe7e9a0e81491b Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 9 Jun 2023 16:41:25 -0500 Subject: [PATCH] Bump nostr-tools version --- src/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deps.ts b/src/deps.ts index dd1f654..f85dba7 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -21,7 +21,7 @@ export { nip19, nip21, verifySignature, -} from 'npm:nostr-tools@^1.11.1'; +} from 'npm:nostr-tools@^1.11.2'; export { findReplyTag } from 'https://gitlab.com/soapbox-pub/mostr/-/raw/c67064aee5ade5e01597c6d23e22e53c628ef0e2/src/nostr/tags.ts'; export { parseFormData } from 'npm:formdata-helper@^0.3.0'; // @deno-types="npm:@types/lodash@4.14.194"