@ada-support/embed2 1.0.65 → 1.0.66
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.
- package/dist/npm-entry/index.js +6 -6
- package/package.json +1 -1
package/dist/npm-entry/index.js
CHANGED
|
@@ -8788,7 +8788,7 @@ var client = new error_tracker_BrowserClient({
|
|
|
8788
8788
|
return event;
|
|
8789
8789
|
},
|
|
8790
8790
|
environment: "production",
|
|
8791
|
-
release: "1.0.
|
|
8791
|
+
release: "1.0.66-5424c94",
|
|
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
|
|
@@ -9490,7 +9490,7 @@ function getEmbedURL(_ref) {
|
|
|
9490
9490
|
polyfillVersionString = "legacy";
|
|
9491
9491
|
}
|
|
9492
9492
|
|
|
9493
|
-
return concat_default()(_context5 = concat_default()(_context6 = concat_default()(_context7 = "".concat(host, "/embed/")).call(_context7, polyfillVersionString, "/")).call(_context6, frameName, "/")).call(_context5, "
|
|
9493
|
+
return concat_default()(_context5 = concat_default()(_context6 = concat_default()(_context7 = "".concat(host, "/embed/")).call(_context7, polyfillVersionString, "/")).call(_context6, frameName, "/")).call(_context5, "5424c94", "/index.html");
|
|
9494
9494
|
}
|
|
9495
9495
|
/**
|
|
9496
9496
|
* Generate the Chat / API URL
|
|
@@ -14348,7 +14348,7 @@ window.__AdaEmbedConstructor = Embed;
|
|
|
14348
14348
|
/* harmony export */ });
|
|
14349
14349
|
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);
|
|
14350
14350
|
var isProduction = "production" === "production";
|
|
14351
|
-
var embed2Version = "
|
|
14351
|
+
var embed2Version = "5424c94";
|
|
14352
14352
|
|
|
14353
14353
|
/***/ }),
|
|
14354
14354
|
|
|
@@ -14694,9 +14694,9 @@ function _log() {
|
|
|
14694
14694
|
service: "embed",
|
|
14695
14695
|
env: "production",
|
|
14696
14696
|
embedVersion: 2,
|
|
14697
|
-
version: "1.0.
|
|
14697
|
+
version: "1.0.66",
|
|
14698
14698
|
isNpm: true,
|
|
14699
|
-
commitHash: "
|
|
14699
|
+
commitHash: "5424c94"
|
|
14700
14700
|
}))
|
|
14701
14701
|
});
|
|
14702
14702
|
|
|
@@ -25637,7 +25637,7 @@ function _loadEmbed() {
|
|
|
25637
25637
|
polyfillVersionString = "legacy";
|
|
25638
25638
|
}
|
|
25639
25639
|
|
|
25640
|
-
embedScriptSource = concat_default()(_context17 = concat_default()(_context18 = "".concat(host, "/embed/")).call(_context18, polyfillVersionString, "/client/")).call(_context17, "
|
|
25640
|
+
embedScriptSource = concat_default()(_context17 = concat_default()(_context18 = "".concat(host, "/embed/")).call(_context18, polyfillVersionString, "/client/")).call(_context17, "5424c94", "/index.js");
|
|
25641
25641
|
}
|
|
25642
25642
|
|
|
25643
25643
|
clientScriptExists = Boolean( true || // The client script is bundled with npm module
|