@ada-support/embed2 1.4.16 → 1.4.17
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
|
@@ -15811,7 +15811,7 @@ const client = new error_tracker_BrowserClient({
|
|
|
15811
15811
|
},
|
|
15812
15812
|
|
|
15813
15813
|
environment: "production",
|
|
15814
|
-
release: "1.4.
|
|
15814
|
+
release: "1.4.17-5be3006",
|
|
15815
15815
|
sampleRate: 0.25,
|
|
15816
15816
|
autoSessionTracking: false,
|
|
15817
15817
|
// Integrations don't seem to work with Sentry: https://github.com/getsentry/sentry-javascript/issues/2541
|
|
@@ -16441,7 +16441,7 @@ function getEmbedURL(_ref) {
|
|
|
16441
16441
|
host = "http://".concat(window.location.hostname, ":9001");
|
|
16442
16442
|
}
|
|
16443
16443
|
|
|
16444
|
-
return "".concat(host, "/embed/").concat(frameName, "/").concat("
|
|
16444
|
+
return "".concat(host, "/embed/").concat(frameName, "/").concat("5be3006", "/index.html");
|
|
16445
16445
|
}
|
|
16446
16446
|
|
|
16447
16447
|
function constructQueryString(query) {
|
|
@@ -18195,9 +18195,9 @@ async function log(message, extra, options) {
|
|
|
18195
18195
|
service: "embed",
|
|
18196
18196
|
env: "production",
|
|
18197
18197
|
embedVersion: 2,
|
|
18198
|
-
version: "1.4.
|
|
18198
|
+
version: "1.4.17",
|
|
18199
18199
|
isNpm: true,
|
|
18200
|
-
commitHash: "
|
|
18200
|
+
commitHash: "5be3006"
|
|
18201
18201
|
}))
|
|
18202
18202
|
});
|
|
18203
18203
|
}
|
|
@@ -18772,7 +18772,7 @@ class ChatFrame extends d {
|
|
|
18772
18772
|
const hostPageUrlParams = new (url_default())(window.location.href).searchParams;
|
|
18773
18773
|
const smsToken = hostPageUrlParams.get("adaSMSToken");
|
|
18774
18774
|
const queryParams = {
|
|
18775
|
-
embedVersion: "
|
|
18775
|
+
embedVersion: "5be3006".slice(0, 7),
|
|
18776
18776
|
greeting,
|
|
18777
18777
|
language,
|
|
18778
18778
|
skipGreeting,
|
|
@@ -20947,7 +20947,7 @@ class Embed {
|
|
|
20947
20947
|
|
|
20948
20948
|
}
|
|
20949
20949
|
|
|
20950
|
-
_defineProperty(Embed, "embed2Version", "
|
|
20950
|
+
_defineProperty(Embed, "embed2Version", "5be3006");
|
|
20951
20951
|
;// CONCATENATED MODULE: ./src/common/helpers/startup.ts
|
|
20952
20952
|
|
|
20953
20953
|
|