@incodetech/welcome 1.85.0-rc.20251121173020 → 1.85.0-rc.20251121225824
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/onBoarding.mjs +4 -4
- package/dist/onBoarding.umd.js +4 -4
- package/package.json +1 -1
package/dist/onBoarding.mjs
CHANGED
|
@@ -8374,7 +8374,7 @@ class MlWasmJSApi {
|
|
|
8374
8374
|
);
|
|
8375
8375
|
}
|
|
8376
8376
|
}
|
|
8377
|
-
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$
|
|
8377
|
+
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$5 = "1.85.0-rc.20251121225824";
|
|
8378
8378
|
function e$2(Be, Le) {
|
|
8379
8379
|
return function(Ye, tt) {
|
|
8380
8380
|
return Object.prototype.hasOwnProperty.call(Ye, tt);
|
|
@@ -9138,7 +9138,7 @@ async function getFingerprint(Be = !1) {
|
|
|
9138
9138
|
}
|
|
9139
9139
|
class MetadataUtils {
|
|
9140
9140
|
async initializeMetadata(Le, Ye = !1) {
|
|
9141
|
-
MlWasmJSApi$1.setSdkPlatform("WEBAPP"), MlWasmJSApi$1.setSdkVersion(Le || version$
|
|
9141
|
+
MlWasmJSApi$1.setSdkPlatform("WEBAPP"), MlWasmJSApi$1.setSdkVersion(Le || version$5);
|
|
9142
9142
|
const { os: tt, device: nt } = getUAParserResults(), ft = await getFingerprint(Ye).catch((At) => null), ht = {
|
|
9143
9143
|
kind: mobile.isDesktop() ? "desktop" : "mobile",
|
|
9144
9144
|
model: `${nt.vendor || ""} ${nt.model || ""}`.trim(),
|
|
@@ -12900,7 +12900,7 @@ languageDetector.addDetector({
|
|
|
12900
12900
|
return supportedLngs.includes(Be) ? Be : Be.split("-")[0];
|
|
12901
12901
|
}
|
|
12902
12902
|
});
|
|
12903
|
-
const loadPath =
|
|
12903
|
+
const version$4 = 27, apiKey = "cg41dUINoxdp8BaHDQLJhA", loadPath = `https://cdn.i18nexus.com/versions/${version$4}/translations/{{lng}}/{{ns}}.json?api_key=${apiKey}`;
|
|
12904
12904
|
function createI18n({
|
|
12905
12905
|
ns: Be = ["default"],
|
|
12906
12906
|
...Le
|
|
@@ -283700,7 +283700,7 @@ async function sendFingerprint({
|
|
|
283700
283700
|
browser: mobile.isWebview() ? "webview" : `${At.name} ${At.version}`,
|
|
283701
283701
|
hasLiedBrowser: isBrowserSimulation(),
|
|
283702
283702
|
hostingApp: options.hostingApp,
|
|
283703
|
-
sdkVersion: Le || version$
|
|
283703
|
+
sdkVersion: Le || version$5
|
|
283704
283704
|
}).then((yt) => (emptyDeviceStatsQueue(Be), yt));
|
|
283705
283705
|
}
|
|
283706
283706
|
async function qrValidateByUUID({
|