@rocicorp/zero 0.25.0-canary.2 → 0.25.0

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.
@@ -15130,7 +15130,7 @@ function makeMessage(message, context, logLevel) {
15130
15130
  }
15131
15131
 
15132
15132
  // ../zero-client/src/client/version.ts
15133
- var version2 = "0.25.0-canary.2";
15133
+ var version2 = "0.25.0";
15134
15134
 
15135
15135
  // ../zero-client/src/client/log-options.ts
15136
15136
  var LevelFilterLogSink = class {
@@ -18334,4 +18334,4 @@ export {
18334
18334
  update_needed_reason_type_enum_exports,
18335
18335
  Zero
18336
18336
  };
18337
- //# sourceMappingURL=chunk-COKJ5W7V.js.map
18337
+ //# sourceMappingURL=chunk-QZSBDHTA.js.map
@@ -5,7 +5,7 @@ import {
5
5
  defaultFormat,
6
6
  newQuery,
7
7
  newQuerySymbol
8
- } from "./chunk-COKJ5W7V.js";
8
+ } from "./chunk-QZSBDHTA.js";
9
9
  import {
10
10
  mapCondition,
11
11
  toStaticParam
@@ -369,4 +369,4 @@ export {
369
369
  withValidation,
370
370
  createBuilder
371
371
  };
372
- //# sourceMappingURL=chunk-YWU2DZ23.js.map
372
+ //# sourceMappingURL=chunk-YTVU4GOY.js.map
package/out/react.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  Zero,
6
6
  connection_status_enum_exports
7
- } from "./chunk-COKJ5W7V.js";
7
+ } from "./chunk-QZSBDHTA.js";
8
8
  import "./chunk-ASRS2LFV.js";
9
9
  import {
10
10
  DEFAULT_TTL_MS
package/out/solid.js CHANGED
@@ -1,10 +1,10 @@
1
- import "./chunk-YWU2DZ23.js";
1
+ import "./chunk-YTVU4GOY.js";
2
2
  import {
3
3
  Zero,
4
4
  applyChange,
5
5
  connection_status_enum_exports,
6
6
  idSymbol
7
- } from "./chunk-COKJ5W7V.js";
7
+ } from "./chunk-QZSBDHTA.js";
8
8
  import "./chunk-ASRS2LFV.js";
9
9
  import {
10
10
  DEFAULT_TTL_MS
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocicorp/zero",
3
- "version": "0.25.0-canary.2",
3
+ "version": "0.25.0",
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
@@ -9,7 +9,7 @@ import {
9
9
  syncedQuery,
10
10
  syncedQueryWithContext,
11
11
  withValidation
12
- } from "./chunk-YWU2DZ23.js";
12
+ } from "./chunk-YTVU4GOY.js";
13
13
  import {
14
14
  ApplicationError,
15
15
  ClientError,
@@ -36,7 +36,7 @@ import {
36
36
  transformRequestMessageSchema,
37
37
  transformResponseMessageSchema,
38
38
  update_needed_reason_type_enum_exports
39
- } from "./chunk-COKJ5W7V.js";
39
+ } from "./chunk-QZSBDHTA.js";
40
40
  import "./chunk-ASRS2LFV.js";
41
41
  import "./chunk-TJFNGO7E.js";
42
42
  import "./chunk-EZM3XBAB.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocicorp/zero",
3
- "version": "0.25.0-canary.2",
3
+ "version": "0.25.0",
4
4
  "description": "Zero is a web framework for serverless web development.",
5
5
  "author": "Rocicorp, Inc.",
6
6
  "repository": {