@ada-support/embed2 1.6.17 → 1.6.18
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
|
@@ -15917,7 +15917,7 @@ const client = new error_tracker_BrowserClient({
|
|
|
15917
15917
|
},
|
|
15918
15918
|
|
|
15919
15919
|
environment: "production",
|
|
15920
|
-
release: "1.6.
|
|
15920
|
+
release: "1.6.18-f330d4f",
|
|
15921
15921
|
sampleRate: 0.25,
|
|
15922
15922
|
autoSessionTracking: false,
|
|
15923
15923
|
// Integrations don't seem to work with Sentry: https://github.com/getsentry/sentry-javascript/issues/2541
|
|
@@ -16547,7 +16547,7 @@ function getEmbedURL(_ref) {
|
|
|
16547
16547
|
host = "http://".concat(window.location.hostname, ":9001");
|
|
16548
16548
|
}
|
|
16549
16549
|
|
|
16550
|
-
return "".concat(host, "/embed/").concat(frameName, "/").concat("
|
|
16550
|
+
return "".concat(host, "/embed/").concat(frameName, "/").concat("f330d4f", "/index.html");
|
|
16551
16551
|
}
|
|
16552
16552
|
|
|
16553
16553
|
function constructQueryString(query) {
|
|
@@ -18205,9 +18205,9 @@ async function log(message, extra, options) {
|
|
|
18205
18205
|
service: "embed",
|
|
18206
18206
|
env: "production",
|
|
18207
18207
|
embedVersion: 2,
|
|
18208
|
-
version: "1.6.
|
|
18208
|
+
version: "1.6.18",
|
|
18209
18209
|
isNpm: true,
|
|
18210
|
-
commitHash: "
|
|
18210
|
+
commitHash: "f330d4f"
|
|
18211
18211
|
}))
|
|
18212
18212
|
});
|
|
18213
18213
|
}
|
|
@@ -18777,7 +18777,7 @@ class ChatFrame extends d {
|
|
|
18777
18777
|
const hostPageUrlParams = new (url_default())(window.location.href).searchParams;
|
|
18778
18778
|
const smsToken = hostPageUrlParams.get("adaSMSToken");
|
|
18779
18779
|
const queryParams = {
|
|
18780
|
-
embedVersion: "
|
|
18780
|
+
embedVersion: "f330d4f".slice(0, 7),
|
|
18781
18781
|
greeting,
|
|
18782
18782
|
language,
|
|
18783
18783
|
skipGreeting,
|
|
@@ -20993,7 +20993,7 @@ class Embed {
|
|
|
20993
20993
|
|
|
20994
20994
|
}
|
|
20995
20995
|
|
|
20996
|
-
_defineProperty(Embed, "embed2Version", "
|
|
20996
|
+
_defineProperty(Embed, "embed2Version", "f330d4f");
|
|
20997
20997
|
;// CONCATENATED MODULE: ./src/common/helpers/startup.ts
|
|
20998
20998
|
|
|
20999
20999
|
|