nostr-tools
2.20.02.21.0
lib/esm/nip29.js~
lib/esm/nip29.jsModified+2−2
Index: package/lib/esm/nip29.js
===================================================================
--- package/lib/esm/nip29.js
+++ package/lib/esm/nip29.js
@@ -10,13 +10,13 @@
})).json();
}
// 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();
function normalizeURL(url) {
try {