gearboxdownloadmodal 5.0.26 → 5.0.28
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 +4 -4
- 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,7 +6195,7 @@ 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
6201
|
v(z.iosLink), oe(z.androidLink), W(!1);
|
|
@@ -6208,14 +6208,14 @@ const gs = [
|
|
|
6208
6208
|
const Q = ((b = J.match(
|
|
6209
6209
|
/var\s+androidLink\s*=\s*['|"](https?[\w\d;,/?:@&=+$\-_.!~*'()#]+)['|"]/
|
|
6210
6210
|
)) == null ? void 0 : b.at(1)) || "";
|
|
6211
|
-
oe(Q);
|
|
6211
|
+
oe(Q), W(!1);
|
|
6212
6212
|
} else if (n === "Flex") {
|
|
6213
6213
|
const z = await qs(t, i);
|
|
6214
6214
|
if (z.googleUrl || z.iosUrl) {
|
|
6215
6215
|
oe(z.googleUrl), v(z.iosUrl), W(!1);
|
|
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);
|