@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/index.js CHANGED
@@ -2061,7 +2061,7 @@ var HaexVaultSdk = class {
2061
2061
  const paramsWithCredentials = {
2062
2062
  ...resolvedParams,
2063
2063
  publicKey: this._extensionInfo?.publicKey,
2064
- extensionName: this._extensionInfo?.name
2064
+ name: this._extensionInfo?.name
2065
2065
  };
2066
2066
  return sendInvoke(method, paramsWithCredentials, this.config, this.log.bind(this));
2067
2067
  }