@ada-support/embed2 1.6.24 → 1.6.25

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.
@@ -15917,7 +15917,7 @@ const client = new error_tracker_BrowserClient({
15917
15917
  },
15918
15918
 
15919
15919
  environment: "production",
15920
- release: "1.6.24-6882ca0",
15920
+ release: "1.6.25-1094e92",
15921
15921
  sampleRate: 0.25,
15922
15922
  autoSessionTracking: false,
15923
15923
  // Integrations don't seem to work with Sentry: https://github.com/getsentry/sentry-javascript/issues/2541
@@ -16547,7 +16547,7 @@ function getEmbedURL(_ref) {
16547
16547
  host = "http://".concat(window.location.hostname, ":9001");
16548
16548
  }
16549
16549
 
16550
- return "".concat(host, "/embed/").concat(frameName, "/").concat("6882ca0", "/index.html");
16550
+ return "".concat(host, "/embed/").concat(frameName, "/").concat("1094e92", "/index.html");
16551
16551
  }
16552
16552
 
16553
16553
  function constructQueryString(query) {
@@ -18199,9 +18199,9 @@ async function log(message, extra, options) {
18199
18199
  service: "embed",
18200
18200
  env: "production",
18201
18201
  embedVersion: 2,
18202
- version: "1.6.24",
18202
+ version: "1.6.25",
18203
18203
  isNpm: true,
18204
- commitHash: "6882ca0"
18204
+ commitHash: "1094e92"
18205
18205
  }))
18206
18206
  });
18207
18207
  }
@@ -18771,7 +18771,7 @@ class ChatFrame extends d {
18771
18771
  const hostPageUrlParams = new (url_default())(window.location.href).searchParams;
18772
18772
  const smsToken = hostPageUrlParams.get("adaSMSToken");
18773
18773
  const queryParams = {
18774
- embedVersion: "6882ca0".slice(0, 7),
18774
+ embedVersion: "1094e92".slice(0, 7),
18775
18775
  greeting,
18776
18776
  language,
18777
18777
  skipGreeting,
@@ -20983,7 +20983,7 @@ class Embed {
20983
20983
 
20984
20984
  }
20985
20985
 
20986
- _defineProperty(Embed, "embed2Version", "6882ca0");
20986
+ _defineProperty(Embed, "embed2Version", "1094e92");
20987
20987
  ;// CONCATENATED MODULE: ./src/interface.ts
20988
20988
 
20989
20989
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ada-support/embed2",
3
- "version": "1.6.24",
3
+ "version": "1.6.25",
4
4
  "description": "",
5
5
  "main": "dist/npm-entry",
6
6
  "typings": "dist/npm-entry/index-npm.d.ts",