nostr-tools

2.20.02.21.0
lib/esm/nipb7.js
~lib/esm/nipb7.jsModified
+2−2
Index: package/lib/esm/nipb7.js
===================================================================
--- package/lib/esm/nipb7.js
+++ package/lib/esm/nipb7.js
@@ -1,9 +1,9 @@
 // nipb7.ts
-import { sha256 } from "@noble/hashes/sha256";
+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();
 
 // nipb7.ts