ados-rcm 1.0.400 → 1.0.401

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
@@ -6728,8 +6728,8 @@ const pt = {
6728
6728
  ...x
6729
6729
  } = n, C = F(() => c !== void 0 ? Math.log10(c) + 1 : void 0, [c]), [w, I] = Rt(f, a !== void 0 ? Math.max(0, a) : 0), [E, S] = Rt(d, `${w}`), T = L(
6730
6730
  (j) => {
6731
- if (j === "" && a !== void 0) {
6732
- S == null || S(`${a}`), I == null || I(a);
6731
+ if (j === "") {
6732
+ S == null || S(`${a ?? 0}`), I == null || I(a ?? 0);
6733
6733
  return;
6734
6734
  } else if (v && j.includes("*")) {
6735
6735
  S == null || S("*"), I == null || I("*");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.0.400",
3
+ "version": "1.0.401",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",