@ada-support/embed2 1.3.2 → 1.3.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
|
@@ -15811,7 +15811,7 @@ const client = new error_tracker_BrowserClient({
|
|
|
15811
15811
|
},
|
|
15812
15812
|
|
|
15813
15813
|
environment: "production",
|
|
15814
|
-
release: "1.3.
|
|
15814
|
+
release: "1.3.3-00bd7ec",
|
|
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("00bd7ec", "/index.html");
|
|
16436
16436
|
}
|
|
16437
16437
|
|
|
16438
16438
|
function constructQueryString(query) {
|
|
@@ -18170,9 +18170,9 @@ async function log(message, extra, options) {
|
|
|
18170
18170
|
service: "embed",
|
|
18171
18171
|
env: "production",
|
|
18172
18172
|
embedVersion: 2,
|
|
18173
|
-
version: "1.3.
|
|
18173
|
+
version: "1.3.3",
|
|
18174
18174
|
isNpm: true,
|
|
18175
|
-
commitHash: "
|
|
18175
|
+
commitHash: "00bd7ec"
|
|
18176
18176
|
}))
|
|
18177
18177
|
});
|
|
18178
18178
|
}
|
|
@@ -18589,7 +18589,7 @@ class ChatFrame extends d {
|
|
|
18589
18589
|
const hostPageUrlParams = new (url_default())(window.location.href).searchParams;
|
|
18590
18590
|
const smsToken = hostPageUrlParams.get("adaSMSToken");
|
|
18591
18591
|
const queryParams = {
|
|
18592
|
-
embedVersion: "
|
|
18592
|
+
embedVersion: "00bd7ec".slice(0, 7),
|
|
18593
18593
|
greeting,
|
|
18594
18594
|
language,
|
|
18595
18595
|
skipGreeting,
|
|
@@ -20779,7 +20779,7 @@ class Embed {
|
|
|
20779
20779
|
|
|
20780
20780
|
}
|
|
20781
20781
|
|
|
20782
|
-
_defineProperty(Embed, "embed2Version", "
|
|
20782
|
+
_defineProperty(Embed, "embed2Version", "00bd7ec");
|
|
20783
20783
|
;// CONCATENATED MODULE: ./src/common/helpers/startup.ts
|
|
20784
20784
|
|
|
20785
20785
|
|