@rocicorp/zero 0.20.2025051200 → 0.20.2025051300
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/analyze-query/src/bin-analyze.js +3 -0
- package/out/analyze-query/src/bin-analyze.js.map +1 -1
- package/out/{chunk-EBZYAQDK.js → chunk-6DDOJCJF.js} +129 -141
- package/out/chunk-6DDOJCJF.js.map +7 -0
- package/out/{chunk-N44AEZOH.js → chunk-DYB2BLBI.js} +43 -3
- package/out/chunk-DYB2BLBI.js.map +7 -0
- package/out/{chunk-FQVNXKQI.js → chunk-IULLOY52.js} +12 -9
- package/out/{chunk-FQVNXKQI.js.map → chunk-IULLOY52.js.map} +2 -2
- package/out/{inspector-GCX7QH7K.js → inspector-7XOC5VSB.js} +3 -3
- package/out/react.js +1 -1
- package/out/solid.js +3 -3
- package/out/zero-cache/src/auth/write-authorizer.d.ts.map +1 -1
- package/out/zero-cache/src/auth/write-authorizer.js +1 -0
- package/out/zero-cache/src/auth/write-authorizer.js.map +1 -1
- package/out/zero-cache/src/services/change-source/pg/logical-replication/stream.d.ts.map +1 -1
- package/out/zero-cache/src/services/change-source/pg/logical-replication/stream.js +7 -7
- package/out/zero-cache/src/services/change-source/pg/logical-replication/stream.js.map +1 -1
- package/out/zero-cache/src/services/view-syncer/pipeline-driver.d.ts.map +1 -1
- package/out/zero-cache/src/services/view-syncer/pipeline-driver.js +1 -0
- package/out/zero-cache/src/services/view-syncer/pipeline-driver.js.map +1 -1
- package/out/zero-client/src/client/context.d.ts +2 -0
- package/out/zero-client/src/client/context.d.ts.map +1 -1
- package/out/zero.js +3 -3
- package/out/zql/src/builder/builder.d.ts +3 -1
- package/out/zql/src/builder/builder.d.ts.map +1 -1
- package/out/zql/src/builder/builder.js +7 -3
- package/out/zql/src/builder/builder.js.map +1 -1
- package/out/zql/src/ivm/exists.d.ts +6 -6
- package/out/zql/src/ivm/exists.d.ts.map +1 -1
- package/out/zql/src/ivm/exists.js +14 -23
- package/out/zql/src/ivm/exists.js.map +1 -1
- package/out/zql/src/ivm/fan-in.d.ts +6 -8
- package/out/zql/src/ivm/fan-in.d.ts.map +1 -1
- package/out/zql/src/ivm/fan-in.js +8 -16
- package/out/zql/src/ivm/fan-in.js.map +1 -1
- package/out/zql/src/ivm/fan-out.d.ts +6 -6
- package/out/zql/src/ivm/fan-out.d.ts.map +1 -1
- package/out/zql/src/ivm/fan-out.js +13 -7
- package/out/zql/src/ivm/fan-out.js.map +1 -1
- package/out/zql/src/ivm/filter-operators.d.ts +61 -0
- package/out/zql/src/ivm/filter-operators.d.ts.map +1 -0
- package/out/zql/src/ivm/filter-operators.js +91 -0
- package/out/zql/src/ivm/filter-operators.js.map +1 -0
- package/out/zql/src/ivm/filter.d.ts +6 -6
- package/out/zql/src/ivm/filter.d.ts.map +1 -1
- package/out/zql/src/ivm/filter.js +8 -22
- package/out/zql/src/ivm/filter.js.map +1 -1
- package/out/zql/src/ivm/operator.d.ts +11 -9
- package/out/zql/src/ivm/operator.d.ts.map +1 -1
- package/out/zql/src/ivm/operator.js.map +1 -1
- package/package.json +1 -1
- package/out/chunk-EBZYAQDK.js.map +0 -7
- package/out/chunk-N44AEZOH.js.map +0 -7
- /package/out/{inspector-GCX7QH7K.js.map → inspector-7XOC5VSB.js.map} +0 -0
|
@@ -55,6 +55,7 @@ import {
|
|
|
55
55
|
initClientV6,
|
|
56
56
|
inspectDownMessageSchema,
|
|
57
57
|
isLocalMetaDD31,
|
|
58
|
+
joinIterables,
|
|
58
59
|
localMutations,
|
|
59
60
|
localMutationsDD31,
|
|
60
61
|
localMutationsGreaterThan,
|
|
@@ -83,8 +84,9 @@ import {
|
|
|
83
84
|
using,
|
|
84
85
|
withRead,
|
|
85
86
|
withWrite,
|
|
86
|
-
withWriteNoImplicitCommit
|
|
87
|
-
|
|
87
|
+
withWriteNoImplicitCommit,
|
|
88
|
+
wrapIterable
|
|
89
|
+
} from "./chunk-DYB2BLBI.js";
|
|
88
90
|
import {
|
|
89
91
|
AbstractQuery,
|
|
90
92
|
ExpressionBuilder,
|
|
@@ -101,7 +103,6 @@ import {
|
|
|
101
103
|
hasOwn,
|
|
102
104
|
hashOfAST,
|
|
103
105
|
isProd,
|
|
104
|
-
joinIterables,
|
|
105
106
|
jsonObjectSchema,
|
|
106
107
|
jsonSchema,
|
|
107
108
|
mapAST,
|
|
@@ -118,9 +119,8 @@ import {
|
|
|
118
119
|
test,
|
|
119
120
|
toStaticParam,
|
|
120
121
|
transformFilters,
|
|
121
|
-
valita_exports
|
|
122
|
-
|
|
123
|
-
} from "./chunk-EBZYAQDK.js";
|
|
122
|
+
valita_exports
|
|
123
|
+
} from "./chunk-6DDOJCJF.js";
|
|
124
124
|
import {
|
|
125
125
|
__export,
|
|
126
126
|
assert,
|
|
@@ -7841,6 +7841,9 @@ var ZeroContext = class {
|
|
|
7841
7841
|
decorateInput(input) {
|
|
7842
7842
|
return input;
|
|
7843
7843
|
}
|
|
7844
|
+
decorateFilterInput(input) {
|
|
7845
|
+
return input;
|
|
7846
|
+
}
|
|
7844
7847
|
onTransactionCommit(cb) {
|
|
7845
7848
|
this.#commitListeners.add(cb);
|
|
7846
7849
|
return () => {
|
|
@@ -8521,7 +8524,7 @@ function makeMessage(message, context, logLevel) {
|
|
|
8521
8524
|
}
|
|
8522
8525
|
|
|
8523
8526
|
// ../zero-client/src/client/version.ts
|
|
8524
|
-
var version2 = "0.20.
|
|
8527
|
+
var version2 = "0.20.2025051300";
|
|
8525
8528
|
|
|
8526
8529
|
// ../zero-client/src/client/log-options.ts
|
|
8527
8530
|
var LevelFilterLogSink = class {
|
|
@@ -11002,7 +11005,7 @@ var Zero = class {
|
|
|
11002
11005
|
*/
|
|
11003
11006
|
async inspect() {
|
|
11004
11007
|
BUNDLE_SIZE: {
|
|
11005
|
-
const m = await import("./inspector-
|
|
11008
|
+
const m = await import("./inspector-7XOC5VSB.js");
|
|
11006
11009
|
return m.newInspector(this.#rep, this.#schema, async () => {
|
|
11007
11010
|
await this.#connectResolver.promise;
|
|
11008
11011
|
return this.#socket;
|
|
@@ -11129,4 +11132,4 @@ export {
|
|
|
11129
11132
|
update_needed_reason_type_enum_exports,
|
|
11130
11133
|
Zero
|
|
11131
11134
|
};
|
|
11132
|
-
//# sourceMappingURL=chunk-
|
|
11135
|
+
//# sourceMappingURL=chunk-IULLOY52.js.map
|