@ada-support/embed2 1.2.2 → 1.2.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
|
@@ -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.3-01ab840",
|
|
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
|
|
@@ -16235,7 +16235,7 @@ function getEmbedURL(_ref) {
|
|
|
16235
16235
|
host = "http://".concat(window.location.hostname, ":9001");
|
|
16236
16236
|
}
|
|
16237
16237
|
|
|
16238
|
-
return "".concat(host, "/embed/").concat(frameName, "/").concat("
|
|
16238
|
+
return "".concat(host, "/embed/").concat(frameName, "/").concat("01ab840", "/index.html");
|
|
16239
16239
|
}
|
|
16240
16240
|
/**
|
|
16241
16241
|
* Generate the Chat / API URL
|
|
@@ -17791,9 +17791,9 @@ async function log(message, extra, options) {
|
|
|
17791
17791
|
service: "embed",
|
|
17792
17792
|
env: "production",
|
|
17793
17793
|
embedVersion: 2,
|
|
17794
|
-
version: "1.2.
|
|
17794
|
+
version: "1.2.3",
|
|
17795
17795
|
isNpm: true,
|
|
17796
|
-
commitHash: "
|
|
17796
|
+
commitHash: "01ab840"
|
|
17797
17797
|
}))
|
|
17798
17798
|
});
|
|
17799
17799
|
}
|
|
@@ -18198,7 +18198,7 @@ class ChatFrame extends d {
|
|
|
18198
18198
|
const hostPageUrlParams = new (url_default())(window.location.href).searchParams;
|
|
18199
18199
|
const smsToken = hostPageUrlParams.get("adaSMSToken");
|
|
18200
18200
|
const queryParams = {
|
|
18201
|
-
embedVersion: "
|
|
18201
|
+
embedVersion: "01ab840".slice(0, 7),
|
|
18202
18202
|
greeting,
|
|
18203
18203
|
language,
|
|
18204
18204
|
skipGreeting,
|
|
@@ -20342,7 +20342,7 @@ class Embed {
|
|
|
20342
20342
|
|
|
20343
20343
|
}
|
|
20344
20344
|
|
|
20345
|
-
_defineProperty(Embed, "embed2Version", "
|
|
20345
|
+
_defineProperty(Embed, "embed2Version", "01ab840");
|
|
20346
20346
|
;// CONCATENATED MODULE: ./src/common/helpers/startup.ts
|
|
20347
20347
|
|
|
20348
20348
|
|