@propriety/court-calendar 1.0.102 → 1.0.103

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.mjs CHANGED
@@ -14137,7 +14137,7 @@ const Py = Dl(function({
14137
14137
  g.has(U) || g.set(U, []), g.get(U).push(ae.ParcelID);
14138
14138
  }
14139
14139
  for (const [ae, U] of g)
14140
- await oy(U, f, ae, y, i ?? void 0);
14140
+ await oy(U, /* @__PURE__ */ new Date(), ae, y, i ?? void 0);
14141
14141
  k(!0);
14142
14142
  }
14143
14143
  return /* @__PURE__ */ Y(ue, { justifyContent: "center", width: "100%", mt: 0, children: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@propriety/court-calendar",
3
3
  "private": false,
4
- "version": "1.0.102",
4
+ "version": "1.0.103",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -412,7 +412,7 @@ const CaseViewer = memo(function CaseViewer({
412
412
  }
413
413
 
414
414
  for (const [year, parcelIds] of byYear) {
415
- await prepareFoilAffidavit(parcelIds, selectedDate, year, apiKey, firstChair ?? undefined);
415
+ await prepareFoilAffidavit(parcelIds, new Date(), year, apiKey, firstChair ?? undefined);
416
416
  }
417
417
  setFoilQueued(true);
418
418
  }