@conboai/app.db.query 0.9.16 → 0.9.17

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.
@@ -145644,7 +145644,7 @@ const cZe = ({
145644
145644
  timeInfo: ae.startTime
145645
145645
  });
145646
145646
  }, re = pt(() => {
145647
- const ae = T || p.take;
145647
+ const ae = p.take;
145648
145648
  j("details", {
145649
145649
  skip: p.skip + ae,
145650
145650
  take: T
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.9.16",
3
+ "version": "0.9.17",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",