@meshconnect/web-link-sdk 3.5.0 → 3.6.0

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/Link.js CHANGED
@@ -133,12 +133,6 @@ function handleLinkEvent(event) {
133
133
  payload: currentOptions.accessTokens
134
134
  });
135
135
  }
136
- if (currentOptions === null || currentOptions === void 0 ? void 0 : currentOptions.transferDestinationTokens) {
137
- sendMessageToIframe({
138
- type: 'frontTransferDestinationTokens',
139
- payload: currentOptions.transferDestinationTokens
140
- });
141
- }
142
136
  (_j = currentOptions === null || currentOptions === void 0 ? void 0 : currentOptions.onEvent) === null || _j === void 0 ? void 0 : _j.call(currentOptions, { type: 'pageLoaded' });
143
137
  break;
144
138
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshconnect/web-link-sdk",
3
- "version": "3.5.0",
3
+ "version": "3.6.0",
4
4
  "description": "A client-side JS library for integrating with Mesh Connect",
5
5
  "exports": "./index.js",
6
6
  "license": "MIT",
package/utils/types.d.ts CHANGED
@@ -125,11 +125,6 @@ export interface LinkOptions {
125
125
  * These access tokens are used to initialize crypto transfers flow at 'Select asset step'
126
126
  */
127
127
  accessTokens?: IntegrationAccessToken[];
128
- /**
129
- * (Optional) An array of integration access tokens.
130
- * Can be used to initialize the crypto transfers flow as an alternative to the target addresses.
131
- */
132
- transferDestinationTokens?: IntegrationAccessToken[];
133
128
  /**
134
129
  * Link UI language. Supported: 'en', 'ru'. Can be set as 'en-US', 'ru-RU', etc.
135
130
  */
@@ -1 +1 @@
1
- export declare const sdkVersion = "3.5.0";
1
+ export declare const sdkVersion = "3.6.0";
package/utils/version.js CHANGED
@@ -1 +1 @@
1
- export var sdkVersion = '3.5.0';
1
+ export var sdkVersion = '3.6.0';