@ahmadmubarak98/namozaj 1.6.60 → 1.6.62

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.
Files changed (2) hide show
  1. package/dist/namozaj.js +6 -6
  2. package/package.json +1 -1
package/dist/namozaj.js CHANGED
@@ -50532,9 +50532,9 @@ const _ = /* @__PURE__ */ getDefaultExportFromCjs(lodashExports), FileField = ({
50532
50532
  size: we.size,
50533
50533
  type: we.type
50534
50534
  })), Ne = await Promise.all(ye);
50535
- l == null || l([
50536
- ...a,
50537
- ...Ne.map((we) => we.response)
50535
+ console.log("value", a), console.log("responses", Ne), l == null || l([
50536
+ ...a || [],
50537
+ ...(Ne || []).map((we) => we.response)
50538
50538
  ]), I(
50539
50539
  ze.map((we) => ({
50540
50540
  url: URL.createObjectURL(we),
@@ -50560,11 +50560,11 @@ const _ = /* @__PURE__ */ getDefaultExportFromCjs(lodashExports), FileField = ({
50560
50560
  (Ue) => Ze(ye, Ue)
50561
50561
  ));
50562
50562
  const we = await Promise.all(Ne);
50563
- l == null || l([...a, ...we]);
50563
+ l == null || l([...a || [], ...we || []]);
50564
50564
  } else
50565
- l == null || l(ze);
50565
+ l == null || l(ze || []);
50566
50566
  } catch (ze) {
50567
- console.log(ze), re(Re(T, ze));
50567
+ re(Re(T, ze));
50568
50568
  } finally {
50569
50569
  Z(!1);
50570
50570
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.6.60",
4
+ "version": "1.6.62",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",