@instantdb/core 1.0.0 → 1.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instantdb/core",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Instant's core local abstraction",
5
5
  "homepage": "https://github.com/instantdb/instant/tree/main/client/packages/core",
6
6
  "repository": {
@@ -56,7 +56,7 @@
56
56
  "dependencies": {
57
57
  "mutative": "^1.0.10",
58
58
  "uuid": "^11.1.0",
59
- "@instantdb/version": "1.0.0"
59
+ "@instantdb/version": "1.0.1"
60
60
  },
61
61
  "scripts": {
62
62
  "test": "vitest",
package/src/instaql.ts CHANGED
@@ -759,6 +759,7 @@ function runDataloadAndReturnObjects(
759
759
  }
760
760
 
761
761
  if (
762
+ !isLeadingQuery &&
762
763
  endCursor &&
763
764
  orderAttr &&
764
765
  isAfter(endCursor, orderAttr, direction, idVec)