nostr-tools
2.20.02.21.0
lib/esm/nip21.js~
lib/esm/nip21.jsModified+2−2
Index: package/lib/esm/nip21.js
===================================================================
--- package/lib/esm/nip21.js
+++ package/lib/esm/nip21.js
@@ -1,10 +1,10 @@
// nip19.ts
-import { bytesToHex as bytesToHex2, concatBytes, hexToBytes as hexToBytes2 } from "@noble/hashes/utils";
+import { bytesToHex as bytesToHex2, concatBytes, hexToBytes as hexToBytes2 } from "@noble/hashes/utils.js";
import { bech32 } from "@scure/base";
// utils.ts
-import { bytesToHex, hexToBytes } from "@noble/hashes/utils";
+import { bytesToHex, hexToBytes } from "@noble/hashes/utils.js";
var utf8Decoder = new TextDecoder("utf-8");
var utf8Encoder = new TextEncoder();
// nip19.ts