gearboxdownloadmodal 6.0.7 → 6.0.8
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 +2 -1
- 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
|
@@ -6511,6 +6511,7 @@ const Os = [
|
|
|
6511
6511
|
"moloco",
|
|
6512
6512
|
"inmobi"
|
|
6513
6513
|
], eo = [
|
|
6514
|
+
"web",
|
|
6514
6515
|
"adcolony",
|
|
6515
6516
|
"applovin",
|
|
6516
6517
|
"chartboost",
|
|
@@ -6606,7 +6607,7 @@ const Os = [
|
|
|
6606
6607
|
networks: eo
|
|
6607
6608
|
}) : r === "Ready" && !w.canDownload ? E({
|
|
6608
6609
|
...w,
|
|
6609
|
-
networks:
|
|
6610
|
+
networks: eo
|
|
6610
6611
|
}) : E(w)), M(!1);
|
|
6611
6612
|
}, k = async () => await Ks(n, i);
|
|
6612
6613
|
return Ie(() => {
|