@ada-support/embed2 1.0.50 → 1.0.51

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.
@@ -8514,7 +8514,7 @@ var client = new error_tracker_BrowserClient({
8514
8514
  return event;
8515
8515
  },
8516
8516
  environment: "production",
8517
- release: "1.0.50-64cd4d3",
8517
+ release: "1.0.51-8d041f3",
8518
8518
  sampleRate: 0.25,
8519
8519
  autoSessionTracking: false,
8520
8520
  // Integrations don't seem to work with Sentry: https://github.com/getsentry/sentry-javascript/issues/2541
@@ -9213,7 +9213,7 @@ function getEmbedURL(_ref) {
9213
9213
  polyfillVersionString = "legacy";
9214
9214
  }
9215
9215
 
9216
- return concat_default()(_context5 = concat_default()(_context6 = concat_default()(_context7 = "".concat(host, "/embed/")).call(_context7, polyfillVersionString, "/")).call(_context6, frameName, "/")).call(_context5, "64cd4d3", "/index.html");
9216
+ return concat_default()(_context5 = concat_default()(_context6 = concat_default()(_context7 = "".concat(host, "/embed/")).call(_context7, polyfillVersionString, "/")).call(_context6, frameName, "/")).call(_context5, "8d041f3", "/index.html");
9217
9217
  }
9218
9218
  /**
9219
9219
  * Generate the Chat / API URL
@@ -14078,7 +14078,7 @@ window.__AdaEmbedConstructor = Embed;
14078
14078
  /* harmony export */ });
14079
14079
  var isModern = new RegExp("((CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS)[ +]+(14|(1[5-9]|[2-9]\\d|\\d{3,}))[_.]\\d+(?:[_.]\\d+)?)|((Chromium|Chrome)\\/(92|(9[3-9]|\\d{3,}))\\.\\d+(?:\\.\\d+)?)|(Version\\/(14|(1[5-9]|[2-9]\\d|\\d{3,}))\\.\\d+(?:\\.\\d+)? Safari\\/)|(Firefox\\/(91|(9[2-9]|\\d{3,}))\\.\\d+\\.\\d+)|(Firefox\\/(91|(9[2-9]|\\d{3,}))\\.\\d+(pre|[ab]\\d+[a-z]*)?)").test(navigator.userAgent);
14080
14080
  var isProduction = "production" === "production";
14081
- var embed2Version = "64cd4d3";
14081
+ var embed2Version = "8d041f3";
14082
14082
 
14083
14083
  /***/ }),
14084
14084
 
@@ -14411,9 +14411,9 @@ function _log() {
14411
14411
  service: "embed",
14412
14412
  env: "production",
14413
14413
  embedVersion: 2,
14414
- version: "1.0.50",
14414
+ version: "1.0.51",
14415
14415
  isNpm: true,
14416
- commitHash: "64cd4d3"
14416
+ commitHash: "8d041f3"
14417
14417
  }))
14418
14418
  });
14419
14419
 
@@ -23888,7 +23888,7 @@ function _loadEmbed() {
23888
23888
  polyfillVersionString = "legacy";
23889
23889
  }
23890
23890
 
23891
- embedScriptSource = concat_default()(_context16 = concat_default()(_context17 = "".concat(host, "/embed/")).call(_context17, polyfillVersionString, "/client/")).call(_context16, "64cd4d3", "/index.js");
23891
+ embedScriptSource = concat_default()(_context16 = concat_default()(_context17 = "".concat(host, "/embed/")).call(_context17, polyfillVersionString, "/client/")).call(_context16, "8d041f3", "/index.js");
23892
23892
  }
23893
23893
 
23894
23894
  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.50",
3
+ "version": "1.0.51",
4
4
  "description": "",
5
5
  "main": "dist/npm-entry",
6
6
  "typings": "dist/npm-entry/index.d.ts",