@ada-support/embed2 1.5.0 → 1.5.1

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.
@@ -15806,7 +15806,7 @@ const client = new error_tracker_BrowserClient({
15806
15806
  },
15807
15807
 
15808
15808
  environment: "production",
15809
- release: "1.5.0-eb7dfbe",
15809
+ release: "1.5.1-7730260",
15810
15810
  sampleRate: 0.25,
15811
15811
  autoSessionTracking: false,
15812
15812
  // Integrations don't seem to work with Sentry: https://github.com/getsentry/sentry-javascript/issues/2541
@@ -16436,7 +16436,7 @@ function getEmbedURL(_ref) {
16436
16436
  host = "http://".concat(window.location.hostname, ":9001");
16437
16437
  }
16438
16438
 
16439
- return "".concat(host, "/embed/").concat(frameName, "/").concat("eb7dfbe", "/index.html");
16439
+ return "".concat(host, "/embed/").concat(frameName, "/").concat("7730260", "/index.html");
16440
16440
  }
16441
16441
 
16442
16442
  function constructQueryString(query) {
@@ -18186,9 +18186,9 @@ async function log(message, extra, options) {
18186
18186
  service: "embed",
18187
18187
  env: "production",
18188
18188
  embedVersion: 2,
18189
- version: "1.5.0",
18189
+ version: "1.5.1",
18190
18190
  isNpm: true,
18191
- commitHash: "eb7dfbe"
18191
+ commitHash: "7730260"
18192
18192
  }))
18193
18193
  });
18194
18194
  }
@@ -18761,7 +18761,7 @@ class ChatFrame extends d {
18761
18761
  const hostPageUrlParams = new (url_default())(window.location.href).searchParams;
18762
18762
  const smsToken = hostPageUrlParams.get("adaSMSToken");
18763
18763
  const queryParams = {
18764
- embedVersion: "eb7dfbe".slice(0, 7),
18764
+ embedVersion: "7730260".slice(0, 7),
18765
18765
  greeting,
18766
18766
  language,
18767
18767
  skipGreeting,
@@ -20976,7 +20976,7 @@ class Embed {
20976
20976
 
20977
20977
  }
20978
20978
 
20979
- _defineProperty(Embed, "embed2Version", "eb7dfbe");
20979
+ _defineProperty(Embed, "embed2Version", "7730260");
20980
20980
  ;// CONCATENATED MODULE: ./src/common/helpers/startup.ts
20981
20981
 
20982
20982
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ada-support/embed2",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "",
5
5
  "main": "dist/npm-entry",
6
6
  "typings": "dist/npm-entry/index-npm.d.ts",