@conboai/app.db.query 0.3.30 → 0.3.31

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.
@@ -85299,7 +85299,7 @@ function fme({ setPanelShown: t, isPanelShown: e = !0 }) {
85299
85299
  assigned_feed_ids: A
85300
85300
  }
85301
85301
  };
85302
- v && (N.entityId = v), g && (N.entityType = g.join("")), F("pending"), M("color", "yellow"), M("callDate", /* @__PURE__ */ new Date()), M("selectedTableItemId", -1);
85302
+ v && (N.entityId = v), g.length && (N.entityType = g.join("")), F("pending"), M("color", "yellow"), M("callDate", /* @__PURE__ */ new Date()), M("selectedTableItemId", -1);
85303
85303
  try {
85304
85304
  await h(N), M("color", "green"), F("done");
85305
85305
  } catch {
@@ -85563,7 +85563,7 @@ function gme() {
85563
85563
  take: 100,
85564
85564
  orderBy: `${w.field}:${w.direction}`
85565
85565
  };
85566
- d && (k.entityId = d), p && (k.entityType = p.join("")), f(k);
85566
+ d && (k.entityId = d), p.length && (k.entityType = p.join("")), f(k);
85567
85567
  };
85568
85568
  Pe(() => {
85569
85569
  V();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.3.30",
3
+ "version": "0.3.31",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",