nostr-tools

2.20.02.21.0
lib/esm/abstract-pool.js
~lib/esm/abstract-pool.jsModified
+1−1
Index: package/lib/esm/abstract-pool.js
===================================================================
--- package/lib/esm/abstract-pool.js
+++ package/lib/esm/abstract-pool.js
@@ -1,9 +1,9 @@
 // core.ts
 var verifiedSymbol = Symbol("verified");
 
 // 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 {