@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.
- package/out/{chunk-NBTG5EEV.js → chunk-N4TOAWSH.js} +5 -5
- package/out/{chunk-NBTG5EEV.js.map → chunk-N4TOAWSH.js.map} +2 -2
- package/out/solid.js +1 -1
- package/out/zero.js +1 -1
- package/out/zql/src/ivm/memory-source.js +4 -4
- package/out/zql/src/ivm/memory-source.js.map +1 -1
- package/package.json +1 -1
|
@@ -14260,11 +14260,11 @@ var MemorySource = class {
|
|
|
14260
14260
|
overlay,
|
|
14261
14261
|
comparator
|
|
14262
14262
|
);
|
|
14263
|
-
const
|
|
14264
|
-
|
|
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.
|
|
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-
|
|
17118
|
+
//# sourceMappingURL=chunk-N4TOAWSH.js.map
|