@ada-support/embed2 1.0.56 → 1.0.57

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.
@@ -8788,7 +8788,7 @@ var client = new error_tracker_BrowserClient({
8788
8788
  return event;
8789
8789
  },
8790
8790
  environment: "production",
8791
- release: "1.0.56-e4890fa",
8791
+ release: "1.0.57-8d00862",
8792
8792
  sampleRate: 0.25,
8793
8793
  autoSessionTracking: false,
8794
8794
  // Integrations don't seem to work with Sentry: https://github.com/getsentry/sentry-javascript/issues/2541
@@ -9487,7 +9487,7 @@ function getEmbedURL(_ref) {
9487
9487
  polyfillVersionString = "legacy";
9488
9488
  }
9489
9489
 
9490
- return concat_default()(_context5 = concat_default()(_context6 = concat_default()(_context7 = "".concat(host, "/embed/")).call(_context7, polyfillVersionString, "/")).call(_context6, frameName, "/")).call(_context5, "e4890fa", "/index.html");
9490
+ return concat_default()(_context5 = concat_default()(_context6 = concat_default()(_context7 = "".concat(host, "/embed/")).call(_context7, polyfillVersionString, "/")).call(_context6, frameName, "/")).call(_context5, "8d00862", "/index.html");
9491
9491
  }
9492
9492
  /**
9493
9493
  * Generate the Chat / API URL
@@ -14331,7 +14331,7 @@ window.__AdaEmbedConstructor = Embed;
14331
14331
  /* harmony export */ });
14332
14332
  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)\\/(97|(9[8-9]|\\d{3,}))\\.\\d+(?:\\.\\d+)?)|(Version\\/(15|(1[6-9]|[2-9]\\d|\\d{3,}))\\.\\d+(?:\\.\\d+)? Safari\\/)|(Firefox\\/(96|(9[7-9]|\\d{3,}))\\.\\d+\\.\\d+)|(Firefox\\/(96|(9[7-9]|\\d{3,}))\\.\\d+(pre|[ab]\\d+[a-z]*)?)").test(navigator.userAgent);
14333
14333
  var isProduction = "production" === "production";
14334
- var embed2Version = "e4890fa";
14334
+ var embed2Version = "8d00862";
14335
14335
 
14336
14336
  /***/ }),
14337
14337
 
@@ -14673,9 +14673,9 @@ function _log() {
14673
14673
  service: "embed",
14674
14674
  env: "production",
14675
14675
  embedVersion: 2,
14676
- version: "1.0.56",
14676
+ version: "1.0.57",
14677
14677
  isNpm: true,
14678
- commitHash: "e4890fa"
14678
+ commitHash: "8d00862"
14679
14679
  }))
14680
14680
  });
14681
14681
 
@@ -24222,7 +24222,7 @@ function _loadEmbed() {
24222
24222
  polyfillVersionString = "legacy";
24223
24223
  }
24224
24224
 
24225
- embedScriptSource = concat_default()(_context16 = concat_default()(_context17 = "".concat(host, "/embed/")).call(_context17, polyfillVersionString, "/client/")).call(_context16, "e4890fa", "/index.js");
24225
+ embedScriptSource = concat_default()(_context16 = concat_default()(_context17 = "".concat(host, "/embed/")).call(_context17, polyfillVersionString, "/client/")).call(_context16, "8d00862", "/index.js");
24226
24226
  }
24227
24227
 
24228
24228
  clientScriptExists = Boolean( true || // The client script is bundled with npm module
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ada-support/embed2",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "description": "",
5
5
  "main": "dist/npm-entry",
6
6
  "typings": "dist/npm-entry/index.d.ts",