@ada-support/embed2 1.1.12 → 1.1.15

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.
@@ -8798,7 +8798,7 @@ var client = new error_tracker_BrowserClient({
8798
8798
  return event;
8799
8799
  },
8800
8800
  environment: "production",
8801
- release: "1.1.12-32b7abd",
8801
+ release: "1.1.15-6f8c32d",
8802
8802
  sampleRate: 0.25,
8803
8803
  autoSessionTracking: false,
8804
8804
  // Integrations don't seem to work with Sentry: https://github.com/getsentry/sentry-javascript/issues/2541
@@ -9500,7 +9500,7 @@ function getEmbedURL(_ref) {
9500
9500
  polyfillVersionString = "legacy";
9501
9501
  }
9502
9502
 
9503
- return concat_default()(_context5 = concat_default()(_context6 = concat_default()(_context7 = "".concat(host, "/embed/")).call(_context7, polyfillVersionString, "/")).call(_context6, frameName, "/")).call(_context5, "32b7abd", "/index.html");
9503
+ return concat_default()(_context5 = concat_default()(_context6 = concat_default()(_context7 = "".concat(host, "/embed/")).call(_context7, polyfillVersionString, "/")).call(_context6, frameName, "/")).call(_context5, "6f8c32d", "/index.html");
9504
9504
  }
9505
9505
  /**
9506
9506
  * Generate the Chat / API URL
@@ -11735,7 +11735,7 @@ var ChatFrame = /*#__PURE__*/function (_Component) {
11735
11735
  cluster: cluster,
11736
11736
  domain: domain,
11737
11737
  qp: {
11738
- embedVersion: slice_default()("32b7abd").call("32b7abd", 0, 7),
11738
+ embedVersion: slice_default()("6f8c32d").call("6f8c32d", 0, 7),
11739
11739
  greeting: greeting,
11740
11740
  language: language,
11741
11741
  skipGreeting: skipGreeting,
@@ -13242,7 +13242,8 @@ var Container = /*#__PURE__*/function (_Component) {
13242
13242
  greeting: greeting,
13243
13243
  language: language,
13244
13244
  metaFields: _newMetaFields,
13245
- sensitiveMetaFields: _sensitiveMetaFields
13245
+ sensitiveMetaFields: _sensitiveMetaFields,
13246
+ chatDimensions: undefined
13246
13247
  };
13247
13248
 
13248
13249
  if (!resetChatHistory) {
@@ -14404,7 +14405,7 @@ window.__AdaEmbedConstructor = Embed;
14404
14405
  /* harmony export */ });
14405
14406
  var isModern = new RegExp("((CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS)[ +]+(15|(1[6-9]|[2-9]\\d|\\d{3,}))[_.]\\d+(?:[_.]\\d+)?)|((Chromium|Chrome)\\/(100|(10[1-9]|1[1-9]\\d|[2-9]\\d\\d|\\d{4,}))\\.\\d+(?:\\.\\d+)?)|(Version\\/(15|(1[6-9]|[2-9]\\d|\\d{3,}))\\.\\d+(?:\\.\\d+)? Safari\\/)|(Firefox\\/(99|([1-9]\\d\\d|\\d{4,}))\\.\\d+\\.\\d+)|(Firefox\\/(99|([1-9]\\d\\d|\\d{4,}))\\.\\d+(pre|[ab]\\d+[a-z]*)?)").test(navigator.userAgent);
14406
14407
  var isProduction = "production" === "production";
14407
- var embed2Version = "32b7abd";
14408
+ var embed2Version = "6f8c32d";
14408
14409
 
14409
14410
  /***/ }),
14410
14411
 
@@ -14749,9 +14750,9 @@ function _log() {
14749
14750
  service: "embed",
14750
14751
  env: "production",
14751
14752
  embedVersion: 2,
14752
- version: "1.1.12",
14753
+ version: "1.1.15",
14753
14754
  isNpm: true,
14754
- commitHash: "32b7abd"
14755
+ commitHash: "6f8c32d"
14755
14756
  }))
14756
14757
  });
14757
14758
 
@@ -25692,7 +25693,7 @@ function _loadClientChunk() {
25692
25693
  polyfillVersionString = "legacy";
25693
25694
  }
25694
25695
 
25695
- clientScriptSource = concat_default()(_context17 = concat_default()(_context18 = "".concat(host, "/embed/")).call(_context18, polyfillVersionString, "/client/")).call(_context17, "32b7abd", "/index.js");
25696
+ clientScriptSource = concat_default()(_context17 = concat_default()(_context18 = "".concat(host, "/embed/")).call(_context18, polyfillVersionString, "/client/")).call(_context17, "6f8c32d", "/index.js");
25696
25697
  } // `window.__AdaEmbedConstructor` gets created in the "client" bundle
25697
25698
 
25698
25699
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ada-support/embed2",
3
- "version": "1.1.12",
3
+ "version": "1.1.15",
4
4
  "description": "",
5
5
  "main": "dist/npm-entry",
6
6
  "typings": "dist/npm-entry/index.d.ts",