@weldsuite/helpdesk-widget-sdk 1.0.9 → 1.0.11

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.
@@ -69,20 +69,20 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
69
69
  */
70
70
  const DEFAULT_CONFIG = {
71
71
  api: {
72
- baseUrl: 'https://weldsuite-helpdesk-widget.vercel.app',
72
+ baseUrl: 'https://widget.weldsuite.org',
73
73
  widgetId: '',
74
74
  timeout: 30000,
75
75
  retries: 3,
76
76
  },
77
77
  iframes: {
78
78
  launcher: {
79
- url: '/widget?mode=launcher',
79
+ url: '?mode=launcher',
80
80
  name: 'weld-launcher-frame',
81
81
  position: { bottom: '24px', right: '24px' },
82
82
  size: '60px',
83
83
  },
84
84
  widget: {
85
- url: '/widget?mode=widget',
85
+ url: '?mode=widget',
86
86
  name: 'weld-widget-frame',
87
87
  position: { bottom: '100px', right: '24px' },
88
88
  width: '400px',
@@ -2243,7 +2243,7 @@ class StateCoordinator {
2243
2243
  }
2244
2244
  }
2245
2245
 
2246
- var version = "1.0.9";
2246
+ var version = "1.0.11";
2247
2247
  var packageJson = {
2248
2248
  version: version};
2249
2249