@rocicorp/zero 0.19.2025043000 → 0.19.2025043001
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-TE6WQOQV.js → chunk-CV5PHAED.js} +5 -5
- package/out/{chunk-2QVFOPGX.js → chunk-FIIHDLSZ.js} +1 -1
- package/out/chunk-FIIHDLSZ.js.map +7 -0
- package/out/{chunk-I5KZ62HL.js → chunk-T42I73ZN.js} +2 -2
- package/out/{inspector-T4TQPT2K.js → inspector-RKVBTGL6.js} +3 -3
- package/out/react.js +1 -1
- package/out/shared/src/arrays.d.ts +1 -0
- package/out/shared/src/arrays.d.ts.map +1 -1
- package/out/shared/src/arrays.js +6 -0
- package/out/shared/src/arrays.js.map +1 -1
- package/out/solid.js +3 -3
- package/out/z2s/src/compiler.d.ts +45 -50
- package/out/z2s/src/compiler.d.ts.map +1 -1
- package/out/z2s/src/compiler.js +310 -300
- package/out/z2s/src/compiler.js.map +1 -1
- package/out/zero-pg/src/query.js +1 -1
- package/out/zero-pg/src/query.js.map +1 -1
- package/out/zero.js +3 -3
- package/package.json +1 -1
- package/out/chunk-2QVFOPGX.js.map +0 -7
- /package/out/{chunk-TE6WQOQV.js.map → chunk-CV5PHAED.js.map} +0 -0
- /package/out/{chunk-I5KZ62HL.js.map → chunk-T42I73ZN.js.map} +0 -0
- /package/out/{inspector-T4TQPT2K.js.map → inspector-RKVBTGL6.js.map} +0 -0
|
@@ -84,7 +84,7 @@ import {
|
|
|
84
84
|
withRead,
|
|
85
85
|
withWrite,
|
|
86
86
|
withWriteNoImplicitCommit
|
|
87
|
-
} from "./chunk-
|
|
87
|
+
} from "./chunk-T42I73ZN.js";
|
|
88
88
|
import {
|
|
89
89
|
AbstractQuery,
|
|
90
90
|
ExpressionBuilder,
|
|
@@ -119,7 +119,7 @@ import {
|
|
|
119
119
|
transformFilters,
|
|
120
120
|
valita_exports,
|
|
121
121
|
wrapIterable
|
|
122
|
-
} from "./chunk-
|
|
122
|
+
} from "./chunk-FIIHDLSZ.js";
|
|
123
123
|
import {
|
|
124
124
|
__export,
|
|
125
125
|
assert,
|
|
@@ -8499,7 +8499,7 @@ function makeMessage(message, context, logLevel) {
|
|
|
8499
8499
|
}
|
|
8500
8500
|
|
|
8501
8501
|
// ../zero-client/src/client/version.ts
|
|
8502
|
-
var version2 = "0.19.
|
|
8502
|
+
var version2 = "0.19.2025043001";
|
|
8503
8503
|
|
|
8504
8504
|
// ../zero-client/src/client/log-options.ts
|
|
8505
8505
|
var LevelFilterLogSink = class {
|
|
@@ -11007,7 +11007,7 @@ var Zero = class {
|
|
|
11007
11007
|
*/
|
|
11008
11008
|
async inspect() {
|
|
11009
11009
|
BUNDLE_SIZE: {
|
|
11010
|
-
const m = await import("./inspector-
|
|
11010
|
+
const m = await import("./inspector-RKVBTGL6.js");
|
|
11011
11011
|
return m.newInspector(this.#rep, this.#schema, async () => {
|
|
11012
11012
|
await this.#connectResolver.promise;
|
|
11013
11013
|
return this.#socket;
|
|
@@ -11135,4 +11135,4 @@ export {
|
|
|
11135
11135
|
on_error_kind_enum_exports,
|
|
11136
11136
|
Zero
|
|
11137
11137
|
};
|
|
11138
|
-
//# sourceMappingURL=chunk-
|
|
11138
|
+
//# sourceMappingURL=chunk-CV5PHAED.js.map
|