@melio-eng/web-sdk 1.0.27-pr.54.bf9d59c → 1.0.27

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -249,7 +249,7 @@ class SettingsFlow extends Flow {
249
249
  * Construct the specific flow URL for settings - now goes through /auth
250
250
  */
251
251
  constructFlowUrl(baseUrl) {
252
- const target = '/settings';
252
+ const target = '/view-settings';
253
253
  const encodedTarget = encodeURIComponent(target);
254
254
  return `${baseUrl}/${this.partnerName}/auth?token=${this.authCode}&target=${encodedTarget}`;
255
255
  }
@@ -335,8 +335,6 @@ export class MelioSDK {
335
335
  setTimeout(() => {
336
336
  initFlow.initialize();
337
337
  console.log('InitFlow initialized successfully');
338
- if (options.keepAlive)
339
- initFlow.setupKeepAlive();
340
338
  }, 0);
341
339
  return initFlow;
342
340
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melio-eng/web-sdk",
3
- "version": "1.0.27-pr.54.bf9d59c",
3
+ "version": "1.0.27",
4
4
  "description": "Melio Web SDK - Embed core Melio workflows directly into partner UI with minimal effort",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",