@ada-support/embed2 1.5.2 → 1.5.3
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
|
@@ -15806,7 +15806,7 @@ const client = new error_tracker_BrowserClient({
|
|
|
15806
15806
|
},
|
|
15807
15807
|
|
|
15808
15808
|
environment: "production",
|
|
15809
|
-
release: "1.5.
|
|
15809
|
+
release: "1.5.3-2ed66a8",
|
|
15810
15810
|
sampleRate: 0.25,
|
|
15811
15811
|
autoSessionTracking: false,
|
|
15812
15812
|
// Integrations don't seem to work with Sentry: https://github.com/getsentry/sentry-javascript/issues/2541
|
|
@@ -16436,7 +16436,7 @@ function getEmbedURL(_ref) {
|
|
|
16436
16436
|
host = "http://".concat(window.location.hostname, ":9001");
|
|
16437
16437
|
}
|
|
16438
16438
|
|
|
16439
|
-
return "".concat(host, "/embed/").concat(frameName, "/").concat("
|
|
16439
|
+
return "".concat(host, "/embed/").concat(frameName, "/").concat("2ed66a8", "/index.html");
|
|
16440
16440
|
}
|
|
16441
16441
|
|
|
16442
16442
|
function constructQueryString(query) {
|
|
@@ -18186,9 +18186,9 @@ async function log(message, extra, options) {
|
|
|
18186
18186
|
service: "embed",
|
|
18187
18187
|
env: "production",
|
|
18188
18188
|
embedVersion: 2,
|
|
18189
|
-
version: "1.5.
|
|
18189
|
+
version: "1.5.3",
|
|
18190
18190
|
isNpm: true,
|
|
18191
|
-
commitHash: "
|
|
18191
|
+
commitHash: "2ed66a8"
|
|
18192
18192
|
}))
|
|
18193
18193
|
});
|
|
18194
18194
|
}
|
|
@@ -18761,7 +18761,7 @@ class ChatFrame extends d {
|
|
|
18761
18761
|
const hostPageUrlParams = new (url_default())(window.location.href).searchParams;
|
|
18762
18762
|
const smsToken = hostPageUrlParams.get("adaSMSToken");
|
|
18763
18763
|
const queryParams = {
|
|
18764
|
-
embedVersion: "
|
|
18764
|
+
embedVersion: "2ed66a8".slice(0, 7),
|
|
18765
18765
|
greeting,
|
|
18766
18766
|
language,
|
|
18767
18767
|
skipGreeting,
|
|
@@ -20976,7 +20976,7 @@ class Embed {
|
|
|
20976
20976
|
|
|
20977
20977
|
}
|
|
20978
20978
|
|
|
20979
|
-
_defineProperty(Embed, "embed2Version", "
|
|
20979
|
+
_defineProperty(Embed, "embed2Version", "2ed66a8");
|
|
20980
20980
|
;// CONCATENATED MODULE: ./src/common/helpers/startup.ts
|
|
20981
20981
|
|
|
20982
20982
|
|