@ada-support/embed2 1.4.9 → 1.4.10
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.10-6742da4",
|
|
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
|
|
@@ -16432,7 +16432,7 @@ function getEmbedURL(_ref) {
|
|
|
16432
16432
|
host = "http://".concat(window.location.hostname, ":9001");
|
|
16433
16433
|
}
|
|
16434
16434
|
|
|
16435
|
-
return "".concat(host, "/embed/").concat(frameName, "/").concat("
|
|
16435
|
+
return "".concat(host, "/embed/").concat(frameName, "/").concat("6742da4", "/index.html");
|
|
16436
16436
|
}
|
|
16437
16437
|
|
|
16438
16438
|
function constructQueryString(query) {
|
|
@@ -18298,9 +18298,9 @@ async function log(message, extra, options) {
|
|
|
18298
18298
|
service: "embed",
|
|
18299
18299
|
env: "production",
|
|
18300
18300
|
embedVersion: 2,
|
|
18301
|
-
version: "1.4.
|
|
18301
|
+
version: "1.4.10",
|
|
18302
18302
|
isNpm: true,
|
|
18303
|
-
commitHash: "
|
|
18303
|
+
commitHash: "6742da4"
|
|
18304
18304
|
}))
|
|
18305
18305
|
});
|
|
18306
18306
|
}
|
|
@@ -18742,7 +18742,7 @@ class ChatFrame extends d {
|
|
|
18742
18742
|
const hostPageUrlParams = new (url_default())(window.location.href).searchParams;
|
|
18743
18743
|
const smsToken = hostPageUrlParams.get("adaSMSToken");
|
|
18744
18744
|
const queryParams = {
|
|
18745
|
-
embedVersion: "
|
|
18745
|
+
embedVersion: "6742da4".slice(0, 7),
|
|
18746
18746
|
greeting,
|
|
18747
18747
|
language,
|
|
18748
18748
|
skipGreeting,
|
|
@@ -20924,7 +20924,7 @@ class Embed {
|
|
|
20924
20924
|
|
|
20925
20925
|
}
|
|
20926
20926
|
|
|
20927
|
-
_defineProperty(Embed, "embed2Version", "
|
|
20927
|
+
_defineProperty(Embed, "embed2Version", "6742da4");
|
|
20928
20928
|
;// CONCATENATED MODULE: ./src/common/helpers/startup.ts
|
|
20929
20929
|
|
|
20930
20930
|
|