@zubari/sdk 0.5.5 → 0.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -611,7 +611,7 @@ async function loadCrypto() {
611
611
  if (_crypto) return _crypto;
612
612
  const [bip39, bip39Words, bip32, scureBase, sha256Mod, ripemd160Mod] = await Promise.all([
613
613
  import('@scure/bip39'),
614
- import('@scure/bip39/wordlists/english.js'),
614
+ import('@scure/bip39/wordlists/english'),
615
615
  import('@scure/bip32'),
616
616
  import('@scure/base'),
617
617
  import('@noble/hashes/sha256'),