@ada-support/embed2 1.2.6 → 1.2.7
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
|
@@ -15635,7 +15635,7 @@ const client = new error_tracker_BrowserClient({
|
|
|
15635
15635
|
},
|
|
15636
15636
|
|
|
15637
15637
|
environment: "production",
|
|
15638
|
-
release: "1.2.
|
|
15638
|
+
release: "1.2.7-894517b",
|
|
15639
15639
|
sampleRate: 0.25,
|
|
15640
15640
|
autoSessionTracking: false,
|
|
15641
15641
|
// Integrations don't seem to work with Sentry: https://github.com/getsentry/sentry-javascript/issues/2541
|
|
@@ -16249,7 +16249,7 @@ function getEmbedURL(_ref) {
|
|
|
16249
16249
|
host = "http://".concat(window.location.hostname, ":9001");
|
|
16250
16250
|
}
|
|
16251
16251
|
|
|
16252
|
-
return "".concat(host, "/embed/").concat(frameName, "/").concat("
|
|
16252
|
+
return "".concat(host, "/embed/").concat(frameName, "/").concat("894517b", "/index.html");
|
|
16253
16253
|
}
|
|
16254
16254
|
/**
|
|
16255
16255
|
* Generate the Chat / API URL
|
|
@@ -17810,9 +17810,9 @@ async function log(message, extra, options) {
|
|
|
17810
17810
|
service: "embed",
|
|
17811
17811
|
env: "production",
|
|
17812
17812
|
embedVersion: 2,
|
|
17813
|
-
version: "1.2.
|
|
17813
|
+
version: "1.2.7",
|
|
17814
17814
|
isNpm: true,
|
|
17815
|
-
commitHash: "
|
|
17815
|
+
commitHash: "894517b"
|
|
17816
17816
|
}))
|
|
17817
17817
|
});
|
|
17818
17818
|
}
|
|
@@ -18239,7 +18239,7 @@ class ChatFrame extends d {
|
|
|
18239
18239
|
const hostPageUrlParams = new (url_default())(window.location.href).searchParams;
|
|
18240
18240
|
const smsToken = hostPageUrlParams.get("adaSMSToken");
|
|
18241
18241
|
const queryParams = {
|
|
18242
|
-
embedVersion: "
|
|
18242
|
+
embedVersion: "894517b".slice(0, 7),
|
|
18243
18243
|
greeting,
|
|
18244
18244
|
language,
|
|
18245
18245
|
skipGreeting,
|
|
@@ -20383,7 +20383,7 @@ class Embed {
|
|
|
20383
20383
|
|
|
20384
20384
|
}
|
|
20385
20385
|
|
|
20386
|
-
_defineProperty(Embed, "embed2Version", "
|
|
20386
|
+
_defineProperty(Embed, "embed2Version", "894517b");
|
|
20387
20387
|
;// CONCATENATED MODULE: ./src/common/helpers/startup.ts
|
|
20388
20388
|
|
|
20389
20389
|
|