nostr-tools

2.20.02.21.0
lib/esm/nip19.js
~lib/esm/nip19.jsModified
+2−2
Index: package/lib/esm/nip19.js
===================================================================
--- package/lib/esm/nip19.js
+++ package/lib/esm/nip19.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