gearboxdownloadmodal 6.0.86 → 6.0.87

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 CHANGED
@@ -5539,12 +5539,13 @@ async function Gc(t, e, n) {
5539
5539
  networks: e
5540
5540
  })).data;
5541
5541
  }
5542
- async function Pc(t, e, n, r, i) {
5542
+ async function Pc(t, e, n, r, i, s) {
5543
5543
  return (await ve.post(t + "/createReadyVersionLink", {
5544
5544
  _id: e,
5545
5545
  network: n,
5546
5546
  isPfTest: r,
5547
- extras: i
5547
+ extras: i,
5548
+ download: s
5548
5549
  })).data;
5549
5550
  }
5550
5551
  async function Hc(t, e, n) {
@@ -6002,7 +6003,7 @@ async function pn(t, e, n, r = "download", i = !1, s = null) {
6002
6003
  }).catch((A) => {
6003
6004
  let u = A.response.data.error.msg;
6004
6005
  a({ message: u });
6005
- }) : Ne === "Ready" ? Pc(Je, t, e, i, s).then(async (A) => {
6006
+ }) : Ne === "Ready" ? Pc(Je, t, e, i, s, r === "download").then(async (A) => {
6006
6007
  if (A.message) {
6007
6008
  a(A);
6008
6009
  return;