@rocicorp/zero 0.6.2024111701 → 0.6.2024111800

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.
@@ -14260,11 +14260,11 @@ var MemorySource = class {
14260
14260
  overlay,
14261
14261
  comparator
14262
14262
  );
14263
- const withFilters = conn.optionalFilters.length ? generateWithFilter(withOverlay, matchesFilters) : withOverlay;
14264
- yield* generateWithConstraint(
14265
- generateWithStart(withFilters, req, comparator),
14263
+ const withConstraint = generateWithConstraint(
14264
+ generateWithStart(withOverlay, req, comparator),
14266
14265
  req.constraint
14267
14266
  );
14267
+ yield* conn.optionalFilters.length ? generateWithFilter(withConstraint, matchesFilters) : withConstraint;
14268
14268
  }
14269
14269
  #cleanup(req, connection) {
14270
14270
  return this.#fetch(req, connection);
@@ -15141,7 +15141,7 @@ function makeMessage(message, context, logLevel) {
15141
15141
  }
15142
15142
 
15143
15143
  // ../zero-client/src/client/version.ts
15144
- var version2 = "0.6.2024111701+c7a3b0";
15144
+ var version2 = "0.6.2024111800+725d79";
15145
15145
 
15146
15146
  // ../zero-client/src/client/log-options.ts
15147
15147
  var LevelFilterLogSink = class {
@@ -17115,4 +17115,4 @@ export {
17115
17115
  escapeLike,
17116
17116
  Zero
17117
17117
  };
17118
- //# sourceMappingURL=chunk-NBTG5EEV.js.map
17118
+ //# sourceMappingURL=chunk-N4TOAWSH.js.map