@conboai/app.db.query 0.8.27 → 0.8.28

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.
@@ -129245,7 +129245,8 @@ const Pi = {
129245
129245
  loading: !1,
129246
129246
  error: null,
129247
129247
  clearLatestSnapshots: () => e(() => ({
129248
- latestSnapshots: []
129248
+ latestSnapshots: [],
129249
+ loading: !1
129249
129250
  })),
129250
129251
  getLatestSnapshots: async ({ assignedFeedIds: t }) => {
129251
129252
  e(() => ({ loading: !0, error: null }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.8.27",
3
+ "version": "0.8.28",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",