@haex-space/vault-sdk 2.5.62 → 2.5.64

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/react.mjs CHANGED
@@ -1718,7 +1718,7 @@ var HaexVaultSdk = class {
1718
1718
  const paramsWithCredentials = {
1719
1719
  ...resolvedParams,
1720
1720
  publicKey: this._extensionInfo?.publicKey,
1721
- extensionName: this._extensionInfo?.name
1721
+ name: this._extensionInfo?.name
1722
1722
  };
1723
1723
  return sendInvoke(method, paramsWithCredentials, this.config, this.log.bind(this));
1724
1724
  }