@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/react.js +1 -1
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +1 -1
- package/dist/react.mjs.map +1 -1
- package/dist/runtime/nuxt.plugin.client.js +1 -1
- package/dist/runtime/nuxt.plugin.client.js.map +1 -1
- package/dist/runtime/nuxt.plugin.client.mjs +1 -1
- package/dist/runtime/nuxt.plugin.client.mjs.map +1 -1
- package/dist/svelte.js +1 -1
- package/dist/svelte.js.map +1 -1
- package/dist/svelte.mjs +1 -1
- package/dist/svelte.mjs.map +1 -1
- package/dist/vue.js +1 -1
- package/dist/vue.js.map +1 -1
- package/dist/vue.mjs +1 -1
- package/dist/vue.mjs.map +1 -1
- package/package.json +1 -1
package/dist/svelte.mjs
CHANGED
|
@@ -1718,7 +1718,7 @@ var HaexVaultSdk = class {
|
|
|
1718
1718
|
const paramsWithCredentials = {
|
|
1719
1719
|
...resolvedParams,
|
|
1720
1720
|
publicKey: this._extensionInfo?.publicKey,
|
|
1721
|
-
|
|
1721
|
+
name: this._extensionInfo?.name
|
|
1722
1722
|
};
|
|
1723
1723
|
return sendInvoke(method, paramsWithCredentials, this.config, this.log.bind(this));
|
|
1724
1724
|
}
|