@isettingkit/business-rules 2.1.24 → 2.1.25
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 +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1980,7 +1980,7 @@ const wo = (e) => {
|
|
|
1980
1980
|
/* @__PURE__ */ i(Wt, { animated: !0 })
|
|
1981
1981
|
] })
|
|
1982
1982
|
] });
|
|
1983
|
-
}, Gn = (e) =>
|
|
1983
|
+
}, Gn = (e) => !e || typeof e != "object" || Array.isArray(e) ? !1 : Object.values(e).some(Array.isArray), on = (e) => {
|
|
1984
1984
|
const n = /* @__PURE__ */ new Set(), t = [];
|
|
1985
1985
|
for (const r of e) {
|
|
1986
1986
|
const o = String((r == null ? void 0 : r.conditionName) ?? "");
|