@rocicorp/zero 0.23.3000000000-canary.0 → 0.23.3000000000

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.
@@ -8674,7 +8674,7 @@ function makeMessage(message, context, logLevel) {
8674
8674
  }
8675
8675
 
8676
8676
  // ../zero-client/src/client/version.ts
8677
- var version2 = "0.23.3000000000-canary.0";
8677
+ var version2 = "0.23.3000000000";
8678
8678
 
8679
8679
  // ../zero-client/src/client/log-options.ts
8680
8680
  var LevelFilterLogSink = class {
@@ -11615,4 +11615,4 @@ export {
11615
11615
  update_needed_reason_type_enum_exports,
11616
11616
  Zero
11617
11617
  };
11618
- //# sourceMappingURL=chunk-SFEW47R5.js.map
11618
+ //# sourceMappingURL=chunk-2FOVIH7V.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  clientToServer
3
- } from "./chunk-SFEW47R5.js";
3
+ } from "./chunk-2FOVIH7V.js";
4
4
  import {
5
5
  AbstractQuery,
6
6
  ExpressionBuilder,
@@ -346,4 +346,4 @@ export {
346
346
  withValidation,
347
347
  createBuilder
348
348
  };
349
- //# sourceMappingURL=chunk-3RQ3JGRV.js.map
349
+ //# sourceMappingURL=chunk-FDHFNAXS.js.map
package/out/react.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Zero
3
- } from "./chunk-SFEW47R5.js";
3
+ } from "./chunk-2FOVIH7V.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-3RQ3JGRV.js";
1
+ import "./chunk-FDHFNAXS.js";
2
2
  import {
3
3
  Zero
4
- } from "./chunk-SFEW47R5.js";
4
+ } from "./chunk-2FOVIH7V.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.3000000000-canary.0",
3
+ "version": "0.23.3000000000",
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-3RQ3JGRV.js";
12
+ } from "./chunk-FDHFNAXS.js";
13
13
  import {
14
14
  IDBNotFoundError,
15
15
  TransactionClosedError,
@@ -29,7 +29,7 @@ import {
29
29
  transformRequestMessageSchema,
30
30
  transformResponseMessageSchema,
31
31
  update_needed_reason_type_enum_exports
32
- } from "./chunk-SFEW47R5.js";
32
+ } from "./chunk-2FOVIH7V.js";
33
33
  import "./chunk-MKB4RXL3.js";
34
34
  import {
35
35
  applyChange
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocicorp/zero",
3
- "version": "0.23.3000000000-canary.0",
3
+ "version": "0.23.3000000000",
4
4
  "description": "Zero is a web framework for serverless web development.",
5
5
  "author": "Rocicorp, Inc.",
6
6
  "repository": {