@conboai/app.db.query 0.4.76 → 0.4.77

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.
@@ -118476,7 +118476,13 @@ function HG({ baseUrl: e = "", isImageAnalysis: t = !1 }) {
118476
118476
  const zG = () => {
118477
118477
  const { snapshotsData: e, frameDetailsData: t } = xs(), [n] = fn((i) => [i.editTabData]), { id: r, isNewTab: o } = fn(so);
118478
118478
  Ae(() => {
118479
- o ? (n("data", []), n("frameDetails", [])) : (n("data", e[r] || []), n("frameDetails", t[r] || []));
118479
+ var i;
118480
+ if (o)
118481
+ n("data", []), n("frameDetails", []);
118482
+ else {
118483
+ const s = (i = Object.keys(t[r] || {})) != null && i.length ? t[r] : [];
118484
+ n("data", e[r] || []), n("frameDetails", s);
118485
+ }
118480
118486
  }, [n, e, t, o, r]);
118481
118487
  }, yDe = ({ baseUrl: e = " " }) => {
118482
118488
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.4.76",
3
+ "version": "0.4.77",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",