@ada-support/embed2 1.6.11 → 1.6.13
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
|
@@ -15909,7 +15909,7 @@ const client = new error_tracker_BrowserClient({
|
|
|
15909
15909
|
},
|
|
15910
15910
|
|
|
15911
15911
|
environment: "production",
|
|
15912
|
-
release: "1.6.
|
|
15912
|
+
release: "1.6.13-f63ce8e",
|
|
15913
15913
|
sampleRate: 0.25,
|
|
15914
15914
|
autoSessionTracking: false,
|
|
15915
15915
|
// Integrations don't seem to work with Sentry: https://github.com/getsentry/sentry-javascript/issues/2541
|
|
@@ -16539,7 +16539,7 @@ function getEmbedURL(_ref) {
|
|
|
16539
16539
|
host = "http://".concat(window.location.hostname, ":9001");
|
|
16540
16540
|
}
|
|
16541
16541
|
|
|
16542
|
-
return "".concat(host, "/embed/").concat(frameName, "/").concat("
|
|
16542
|
+
return "".concat(host, "/embed/").concat(frameName, "/").concat("f63ce8e", "/index.html");
|
|
16543
16543
|
}
|
|
16544
16544
|
|
|
16545
16545
|
function constructQueryString(query) {
|
|
@@ -18197,9 +18197,9 @@ async function log(message, extra, options) {
|
|
|
18197
18197
|
service: "embed",
|
|
18198
18198
|
env: "production",
|
|
18199
18199
|
embedVersion: 2,
|
|
18200
|
-
version: "1.6.
|
|
18200
|
+
version: "1.6.13",
|
|
18201
18201
|
isNpm: true,
|
|
18202
|
-
commitHash: "
|
|
18202
|
+
commitHash: "f63ce8e"
|
|
18203
18203
|
}))
|
|
18204
18204
|
});
|
|
18205
18205
|
}
|
|
@@ -18769,7 +18769,7 @@ class ChatFrame extends d {
|
|
|
18769
18769
|
const hostPageUrlParams = new (url_default())(window.location.href).searchParams;
|
|
18770
18770
|
const smsToken = hostPageUrlParams.get("adaSMSToken");
|
|
18771
18771
|
const queryParams = {
|
|
18772
|
-
embedVersion: "
|
|
18772
|
+
embedVersion: "f63ce8e".slice(0, 7),
|
|
18773
18773
|
greeting,
|
|
18774
18774
|
language,
|
|
18775
18775
|
skipGreeting,
|
|
@@ -20985,7 +20985,7 @@ class Embed {
|
|
|
20985
20985
|
|
|
20986
20986
|
}
|
|
20987
20987
|
|
|
20988
|
-
_defineProperty(Embed, "embed2Version", "
|
|
20988
|
+
_defineProperty(Embed, "embed2Version", "f63ce8e");
|
|
20989
20989
|
;// CONCATENATED MODULE: ./src/common/helpers/startup.ts
|
|
20990
20990
|
|
|
20991
20991
|
|