@ada-support/embed2 1.6.11 → 1.6.12

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.
@@ -15909,7 +15909,7 @@ const client = new error_tracker_BrowserClient({
15909
15909
  },
15910
15910
 
15911
15911
  environment: "production",
15912
- release: "1.6.11-fc1b6b4",
15912
+ release: "1.6.12-ab1d9c0",
15913
15913
  sampleRate: 0.25,
15914
15914
  autoSessionTracking: false,
15915
15915
  // Integrations don't seem to work with Sentry: https://github.com/getsentry/sentry-javascript/issues/2541
@@ -16539,7 +16539,7 @@ function getEmbedURL(_ref) {
16539
16539
  host = "http://".concat(window.location.hostname, ":9001");
16540
16540
  }
16541
16541
 
16542
- return "".concat(host, "/embed/").concat(frameName, "/").concat("fc1b6b4", "/index.html");
16542
+ return "".concat(host, "/embed/").concat(frameName, "/").concat("ab1d9c0", "/index.html");
16543
16543
  }
16544
16544
 
16545
16545
  function constructQueryString(query) {
@@ -18197,9 +18197,9 @@ async function log(message, extra, options) {
18197
18197
  service: "embed",
18198
18198
  env: "production",
18199
18199
  embedVersion: 2,
18200
- version: "1.6.11",
18200
+ version: "1.6.12",
18201
18201
  isNpm: true,
18202
- commitHash: "fc1b6b4"
18202
+ commitHash: "ab1d9c0"
18203
18203
  }))
18204
18204
  });
18205
18205
  }
@@ -18769,7 +18769,7 @@ class ChatFrame extends d {
18769
18769
  const hostPageUrlParams = new (url_default())(window.location.href).searchParams;
18770
18770
  const smsToken = hostPageUrlParams.get("adaSMSToken");
18771
18771
  const queryParams = {
18772
- embedVersion: "fc1b6b4".slice(0, 7),
18772
+ embedVersion: "ab1d9c0".slice(0, 7),
18773
18773
  greeting,
18774
18774
  language,
18775
18775
  skipGreeting,
@@ -20985,7 +20985,7 @@ class Embed {
20985
20985
 
20986
20986
  }
20987
20987
 
20988
- _defineProperty(Embed, "embed2Version", "fc1b6b4");
20988
+ _defineProperty(Embed, "embed2Version", "ab1d9c0");
20989
20989
  ;// CONCATENATED MODULE: ./src/common/helpers/startup.ts
20990
20990
 
20991
20991
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ada-support/embed2",
3
- "version": "1.6.11",
3
+ "version": "1.6.12",
4
4
  "description": "",
5
5
  "main": "dist/npm-entry",
6
6
  "typings": "dist/npm-entry/index-npm.d.ts",