nostr-tools
2.20.02.21.0
lib/esm/nip13.js~
lib/esm/nip13.jsModified+3−3
Index: package/lib/esm/nip13.js
===================================================================
--- package/lib/esm/nip13.js
+++ package/lib/esm/nip13.js
@@ -1,10 +1,10 @@
// nip13.ts
-import { bytesToHex as bytesToHex2 } from "@noble/hashes/utils";
-import { sha256 } from "@noble/hashes/sha256";
+import { bytesToHex as bytesToHex2 } from "@noble/hashes/utils.js";
+import { sha256 } from "@noble/hashes/sha2.js";
// 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();
// nip13.ts