gearboxdownloadmodal 5.0.26 → 5.0.27
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/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6186,7 +6186,7 @@ const gs = [
|
|
|
6186
6186
|
const j = async () => {
|
|
6187
6187
|
W(!0);
|
|
6188
6188
|
const w = await ds(e, i);
|
|
6189
|
-
w != null && w.networks || (w.networks = gs), h(w)
|
|
6189
|
+
w != null && w.networks || (w.networks = gs), h(w);
|
|
6190
6190
|
}, Y = (w) => {
|
|
6191
6191
|
v(w);
|
|
6192
6192
|
}, E = (w) => {
|
|
@@ -6195,10 +6195,10 @@ const gs = [
|
|
|
6195
6195
|
var X, b;
|
|
6196
6196
|
try {
|
|
6197
6197
|
let I;
|
|
6198
|
-
if (
|
|
6198
|
+
if (n === "Playable") {
|
|
6199
6199
|
const z = await hs(t, i);
|
|
6200
6200
|
if (z) {
|
|
6201
|
-
v(z.iosLink), oe(z.androidLink)
|
|
6201
|
+
v(z.iosLink), oe(z.androidLink);
|
|
6202
6202
|
return;
|
|
6203
6203
|
}
|
|
6204
6204
|
I = await tt(i, t, Fo(5), "default", !1, 0, {});
|
|
@@ -6212,10 +6212,10 @@ const gs = [
|
|
|
6212
6212
|
} else if (n === "Flex") {
|
|
6213
6213
|
const z = await qs(t, i);
|
|
6214
6214
|
if (z.googleUrl || z.iosUrl) {
|
|
6215
|
-
oe(z.googleUrl), v(z.iosUrl)
|
|
6215
|
+
oe(z.googleUrl), v(z.iosUrl);
|
|
6216
6216
|
return;
|
|
6217
6217
|
}
|
|
6218
|
-
w && (w.iosUrl || w.googleUrl) ? (v(w.iosUrl), oe(w.googleUrl)) : (oe(""), v(""));
|
|
6218
|
+
w && (w.iosUrl || w.googleUrl) ? (v(w.iosUrl), oe(w.googleUrl), W(!1)) : (oe(""), v(""), W(!1));
|
|
6219
6219
|
}
|
|
6220
6220
|
} catch (I) {
|
|
6221
6221
|
c(I.response.data.error.msg);
|