@ada-support/embed2 1.1.5 → 1.1.6

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.5-60bb753",
8801
+ release: "1.1.6-49eb0e4",
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, "60bb753", "/index.html");
9503
+ return concat_default()(_context5 = concat_default()(_context6 = concat_default()(_context7 = "".concat(host, "/embed/")).call(_context7, polyfillVersionString, "/")).call(_context6, frameName, "/")).call(_context5, "49eb0e4", "/index.html");
9504
9504
  }
9505
9505
  /**
9506
9506
  * Generate the Chat / API URL
@@ -14418,7 +14418,7 @@ window.__AdaEmbedConstructor = Embed;
14418
14418
  /* harmony export */ });
14419
14419
  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)\\/(99|([1-9]\\d\\d|\\d{4,}))\\.\\d+(?:\\.\\d+)?)|(Version\\/(15|(1[6-9]|[2-9]\\d|\\d{3,}))\\.\\d+(?:\\.\\d+)? Safari\\/)|(Firefox\\/(98|(99|\\d{3,}))\\.\\d+\\.\\d+)|(Firefox\\/(98|(99|\\d{3,}))\\.\\d+(pre|[ab]\\d+[a-z]*)?)").test(navigator.userAgent);
14420
14420
  var isProduction = "production" === "production";
14421
- var embed2Version = "60bb753";
14421
+ var embed2Version = "49eb0e4";
14422
14422
 
14423
14423
  /***/ }),
14424
14424
 
@@ -14764,9 +14764,9 @@ function _log() {
14764
14764
  service: "embed",
14765
14765
  env: "production",
14766
14766
  embedVersion: 2,
14767
- version: "1.1.5",
14767
+ version: "1.1.6",
14768
14768
  isNpm: true,
14769
- commitHash: "60bb753"
14769
+ commitHash: "49eb0e4"
14770
14770
  }))
14771
14771
  });
14772
14772
 
@@ -25707,7 +25707,7 @@ function _loadClientChunk() {
25707
25707
  polyfillVersionString = "legacy";
25708
25708
  }
25709
25709
 
25710
- clientScriptSource = concat_default()(_context17 = concat_default()(_context18 = "".concat(host, "/embed/")).call(_context18, polyfillVersionString, "/client/")).call(_context17, "60bb753", "/index.js");
25710
+ clientScriptSource = concat_default()(_context17 = concat_default()(_context18 = "".concat(host, "/embed/")).call(_context18, polyfillVersionString, "/client/")).call(_context17, "49eb0e4", "/index.js");
25711
25711
  } // `window.__AdaEmbedConstructor` gets created in the "client" bundle
25712
25712
 
25713
25713
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ada-support/embed2",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "",
5
5
  "main": "dist/npm-entry",
6
6
  "typings": "dist/npm-entry/index.d.ts",