@ada-support/embed2 1.7.16 → 1.7.17

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.
@@ -13260,7 +13260,7 @@ const client = new error_tracker_BrowserClient({
13260
13260
  return event;
13261
13261
  },
13262
13262
  environment: "production",
13263
- release: "1.7.16-9bdac1a",
13263
+ release: "1.7.17-b090bf3",
13264
13264
  sampleRate: 0.25,
13265
13265
  autoSessionTracking: false,
13266
13266
  // Integrations don't seem to work with Sentry: https://github.com/getsentry/sentry-javascript/issues/2541
@@ -13832,7 +13832,7 @@ function getEmbedURL(_ref) {
13832
13832
  } else {
13833
13833
  host = `http://${handle}.localhost:9001`;
13834
13834
  }
13835
- return `${host}/embed/${frameName}/${"9bdac1a"}/index.html`;
13835
+ return `${host}/embed/${frameName}/${"b090bf3"}/index.html`;
13836
13836
  }
13837
13837
  function constructQueryString(query) {
13838
13838
  return Object.keys(query).map(key => {
@@ -14993,9 +14993,9 @@ async function log(message, extra, options) {
14993
14993
  service: "embed",
14994
14994
  env: "production",
14995
14995
  embedVersion: 2,
14996
- version: "1.7.16",
14996
+ version: "1.7.17",
14997
14997
  isNpm: true,
14998
- commitHash: "9bdac1a"
14998
+ commitHash: "b090bf3"
14999
14999
  }))
15000
15000
  });
15001
15001
  }
@@ -16033,7 +16033,7 @@ class ChatFrame extends d {
16033
16033
  const hostPageUrlParams = new URL(window.location.href).searchParams;
16034
16034
  const smsToken = hostPageUrlParams.get("adaSMSToken");
16035
16035
  const queryParams = {
16036
- embedVersion: "9bdac1a".slice(0, 7),
16036
+ embedVersion: "b090bf3".slice(0, 7),
16037
16037
  greeting,
16038
16038
  language,
16039
16039
  skipGreeting,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ada-support/embed2",
3
- "version": "1.7.16",
3
+ "version": "1.7.17",
4
4
  "description": "",
5
5
  "main": "dist/npm-entry",
6
6
  "typings": "dist/npm-entry/index-npm.d.ts",
@@ -78,7 +78,7 @@
78
78
  "webpack-dev-server": "^4.3.1"
79
79
  },
80
80
  "dependencies": {
81
- "@ada-support/embed-types": "^1.6.5",
81
+ "@ada-support/embed-types": "^1.7.1",
82
82
  "@ada-support/web-storage": "^1.2.6",
83
83
  "@babel/core": "^7.23.2",
84
84
  "@babel/plugin-proposal-class-properties": "^7.16.7",