@rocicorp/zero 0.23.2025081900 → 0.23.2025081901

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.
@@ -8665,7 +8665,7 @@ function makeMessage(message, context, logLevel) {
8665
8665
  }
8666
8666
 
8667
8667
  // ../zero-client/src/client/version.ts
8668
- var version2 = "0.23.2025081900";
8668
+ var version2 = "0.23.2025081901";
8669
8669
 
8670
8670
  // ../zero-client/src/client/log-options.ts
8671
8671
  var LevelFilterLogSink = class {
@@ -11586,4 +11586,4 @@ export {
11586
11586
  update_needed_reason_type_enum_exports,
11587
11587
  Zero
11588
11588
  };
11589
- //# sourceMappingURL=chunk-ZZJ2SCHD.js.map
11589
+ //# sourceMappingURL=chunk-DYTMKRKN.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  clientToServer
3
- } from "./chunk-ZZJ2SCHD.js";
3
+ } from "./chunk-DYTMKRKN.js";
4
4
  import {
5
5
  AbstractQuery,
6
6
  ExpressionBuilder,
@@ -355,4 +355,4 @@ export {
355
355
  withContext,
356
356
  withValidation
357
357
  };
358
- //# sourceMappingURL=chunk-ZKQCPILX.js.map
358
+ //# sourceMappingURL=chunk-ZOMIZNT3.js.map
package/out/react.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Zero
3
- } from "./chunk-ZZJ2SCHD.js";
3
+ } from "./chunk-DYTMKRKN.js";
4
4
  import "./chunk-MKB4RXL3.js";
5
5
  import {
6
6
  DEFAULT_TTL_MS
package/out/solid.js CHANGED
@@ -1,7 +1,7 @@
1
- import "./chunk-ZKQCPILX.js";
1
+ import "./chunk-ZOMIZNT3.js";
2
2
  import {
3
3
  Zero
4
- } from "./chunk-ZZJ2SCHD.js";
4
+ } from "./chunk-DYTMKRKN.js";
5
5
  import "./chunk-MKB4RXL3.js";
6
6
  import {
7
7
  DEFAULT_TTL_MS,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocicorp/zero",
3
- "version": "0.23.2025081900",
3
+ "version": "0.23.2025081901",
4
4
  "description": "Zero is a web framework for serverless web development.",
5
5
  "author": "Rocicorp, Inc.",
6
6
  "repository": {
package/out/zero.js CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  syncedQueryWithContext,
11
11
  withContext,
12
12
  withValidation
13
- } from "./chunk-ZKQCPILX.js";
13
+ } from "./chunk-ZOMIZNT3.js";
14
14
  import {
15
15
  IDBNotFoundError,
16
16
  TransactionClosedError,
@@ -30,7 +30,7 @@ import {
30
30
  transformRequestMessageSchema,
31
31
  transformResponseMessageSchema,
32
32
  update_needed_reason_type_enum_exports
33
- } from "./chunk-ZZJ2SCHD.js";
33
+ } from "./chunk-DYTMKRKN.js";
34
34
  import "./chunk-MKB4RXL3.js";
35
35
  import {
36
36
  applyChange
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocicorp/zero",
3
- "version": "0.23.2025081900",
3
+ "version": "0.23.2025081901",
4
4
  "description": "Zero is a web framework for serverless web development.",
5
5
  "author": "Rocicorp, Inc.",
6
6
  "repository": {