@orbit-software/sdk 1.87.15 → 1.87.16
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/esm/sdk.mjs
CHANGED
|
@@ -38,7 +38,7 @@ function promisify(e) {
|
|
|
38
38
|
};
|
|
39
39
|
}
|
|
40
40
|
promisify.argumentNames = "__ES6-PROMISIFY--CUSTOM-ARGUMENTS__", promisify.Promise = void 0;
|
|
41
|
-
const version = "1.87.
|
|
41
|
+
const version = "1.87.16";
|
|
42
42
|
function getDefaultExportFromCjs$3(e) {
|
|
43
43
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
44
44
|
}
|
|
@@ -20131,7 +20131,7 @@ var Rr, j0, Removable = (j0 = class {
|
|
|
20131
20131
|
clearGcTimeout() {
|
|
20132
20132
|
J(this, Rr) && (timeoutManager.clearTimeout(J(this, Rr)), Pe(this, Rr, void 0));
|
|
20133
20133
|
}
|
|
20134
|
-
}, Rr = new WeakMap(), j0), define_process_env_default$3 = { NODE_ENV: '"production"', version: '"1.87.
|
|
20134
|
+
}, Rr = new WeakMap(), j0), define_process_env_default$3 = { NODE_ENV: '"production"', version: '"1.87.16"' }, Ir, Ur, Jt, Mr, jt, $r, Or, Zt, or, B0, Query = (B0 = class extends Removable {
|
|
20135
20135
|
constructor(t) {
|
|
20136
20136
|
super();
|
|
20137
20137
|
Je(this, Zt);
|
|
@@ -37628,7 +37628,7 @@ function delay(e, { signal: t } = {}) {
|
|
|
37628
37628
|
t == null || t.addEventListener("abort", o, { once: !0 });
|
|
37629
37629
|
});
|
|
37630
37630
|
}
|
|
37631
|
-
var define_process_env_default$2 = { NODE_ENV: '"production"', version: '"1.87.
|
|
37631
|
+
var define_process_env_default$2 = { NODE_ENV: '"production"', version: '"1.87.16"' }, win;
|
|
37632
37632
|
if (typeof window > "u") {
|
|
37633
37633
|
var loc = {
|
|
37634
37634
|
hostname: ""
|
|
@@ -52863,7 +52863,7 @@ const balance$4 = "Balance", topUp$4 = "Top Up", ads$4 = "Ads", adsOn$4 = "On",
|
|
|
52863
52863
|
topUpModal,
|
|
52864
52864
|
inventoryModal
|
|
52865
52865
|
};
|
|
52866
|
-
var define_process_env_default$1 = { NODE_ENV: '"production"', version: '"1.87.
|
|
52866
|
+
var define_process_env_default$1 = { NODE_ENV: '"production"', version: '"1.87.16"' };
|
|
52867
52867
|
const resources = {
|
|
52868
52868
|
en: {
|
|
52869
52869
|
translation: en
|
|
@@ -53456,7 +53456,7 @@ async function showMonetagAdWithTimeout(e, t) {
|
|
|
53456
53456
|
}
|
|
53457
53457
|
}, 5000);
|
|
53458
53458
|
|
|
53459
|
-
window.parent['${e}']({ ymid: '${t}' })
|
|
53459
|
+
window.parent['${e}']({ ymid: '${t}', requestVar: 'orbit' })
|
|
53460
53460
|
.then(() => {
|
|
53461
53461
|
safePostMessage({ type: 'monetag_ad_success' });
|
|
53462
53462
|
})
|
|
@@ -53707,7 +53707,7 @@ function throttleLeading(e, t) {
|
|
|
53707
53707
|
return a - s >= t ? (s = a, e.apply(this, i)) : (console.log(`Function is throttled. Next call available in ${t - (a - s)}ms`), Promise.resolve(!1));
|
|
53708
53708
|
};
|
|
53709
53709
|
}
|
|
53710
|
-
var define_process_env_default = { NODE_ENV: '"production"', version: '"1.87.
|
|
53710
|
+
var define_process_env_default = { NODE_ENV: '"production"', version: '"1.87.16"' };
|
|
53711
53711
|
ensureViewportMetaTag();
|
|
53712
53712
|
initSentry();
|
|
53713
53713
|
const CloudStorageGetItem = promisify(WebApp.CloudStorage.getItem), CloudStorageSetItem = promisify(WebApp.CloudStorage.setItem), CloudStorageRemoveItem = promisify(WebApp.CloudStorage.removeItem), BASE_URL = "https://app.portalapp.games/sdk", G_MEASUREMENT_ID = "G-4RMXVE2K75", BANNER_HEIGHT = 60, bannerManager = new BannerManager({
|