@wildix/xbees-connect 1.2.37 → 1.2.38

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wildix/xbees-connect",
3
- "version": "1.2.36",
3
+ "version": "1.2.37",
4
4
  "description": "This library provides easy communication between x-bees and integrated web applications",
5
5
  "author": "dimitri.chernykh <dimitri.chernykh@wildix.com>",
6
6
  "homepage": "",
@@ -200,7 +200,7 @@ class Client {
200
200
  }
201
201
  getBackToAppUrl() {
202
202
  if (Client.getInstance().isPlatformNative()) {
203
- return `com.wildix.rnc://integrations/${this.iframeId}`;
203
+ return `${this.referrer}://integrations/${this.iframeId}`;
204
204
  }
205
205
  return `${this.referrer}/integrations/${this.iframeId}`;
206
206
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wildix/xbees-connect",
3
- "version": "1.2.36",
3
+ "version": "1.2.37",
4
4
  "description": "This library provides easy communication between x-bees and integrated web applications",
5
5
  "author": "dimitri.chernykh <dimitri.chernykh@wildix.com>",
6
6
  "homepage": "",
@@ -194,7 +194,7 @@ export class Client {
194
194
  }
195
195
  getBackToAppUrl() {
196
196
  if (Client.getInstance().isPlatformNative()) {
197
- return `com.wildix.rnc://integrations/${this.iframeId}`;
197
+ return `${this.referrer}://integrations/${this.iframeId}`;
198
198
  }
199
199
  return `${this.referrer}/integrations/${this.iframeId}`;
200
200
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wildix/xbees-connect",
3
- "version": "1.2.37",
3
+ "version": "1.2.38",
4
4
  "description": "This library provides easy communication between x-bees and integrated web applications",
5
5
  "author": "dimitri.chernykh <dimitri.chernykh@wildix.com>",
6
6
  "homepage": "",
@@ -45,5 +45,5 @@
45
45
  "engines": {
46
46
  "node": ">=16"
47
47
  },
48
- "gitHead": "45d941b6446ca4c1ed7ffb866ab1477a951d3e40"
48
+ "gitHead": "fb24759dc00a5ce89ec0df576f32e3b0707fa8f9"
49
49
  }