@rocicorp/zero 0.22.3000000000-canary.0 → 0.22.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.
@@ -8581,7 +8581,7 @@ function makeMessage(message, context, logLevel) {
8581
8581
  }
8582
8582
 
8583
8583
  // ../zero-client/src/client/version.ts
8584
- var version2 = "0.22.3000000000-canary.0";
8584
+ var version2 = "0.22.3000000000";
8585
8585
 
8586
8586
  // ../zero-client/src/client/log-options.ts
8587
8587
  var LevelFilterLogSink = class {
@@ -11469,4 +11469,4 @@ export {
11469
11469
  update_needed_reason_type_enum_exports,
11470
11470
  Zero
11471
11471
  };
11472
- //# sourceMappingURL=chunk-VLRVUIHF.js.map
11472
+ //# sourceMappingURL=chunk-2WRC5DSZ.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  clientToServer,
3
3
  mapEntries
4
- } from "./chunk-VLRVUIHF.js";
4
+ } from "./chunk-2WRC5DSZ.js";
5
5
  import {
6
6
  AbstractQuery,
7
7
  ExpressionBuilder,
@@ -356,4 +356,4 @@ export {
356
356
  queries,
357
357
  queriesWithContext
358
358
  };
359
- //# sourceMappingURL=chunk-DNUB7R67.js.map
359
+ //# sourceMappingURL=chunk-OAMILY2Z.js.map
package/out/react.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Zero
3
- } from "./chunk-VLRVUIHF.js";
3
+ } from "./chunk-2WRC5DSZ.js";
4
4
  import {
5
5
  DEFAULT_TTL_MS,
6
6
  hasOwn
package/out/solid.js CHANGED
@@ -1,7 +1,7 @@
1
- import "./chunk-DNUB7R67.js";
1
+ import "./chunk-OAMILY2Z.js";
2
2
  import {
3
3
  Zero
4
- } from "./chunk-VLRVUIHF.js";
4
+ } from "./chunk-2WRC5DSZ.js";
5
5
  import {
6
6
  DEFAULT_TTL_MS,
7
7
  applyChange,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocicorp/zero",
3
- "version": "0.22.3000000000-canary.0",
3
+ "version": "0.22.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
@@ -10,7 +10,7 @@ import {
10
10
  relationships,
11
11
  transformRequestMessageSchema,
12
12
  transformResponseMessageSchema
13
- } from "./chunk-DNUB7R67.js";
13
+ } from "./chunk-OAMILY2Z.js";
14
14
  import {
15
15
  IDBNotFoundError,
16
16
  TransactionClosedError,
@@ -28,7 +28,7 @@ import {
28
28
  string,
29
29
  table,
30
30
  update_needed_reason_type_enum_exports
31
- } from "./chunk-VLRVUIHF.js";
31
+ } from "./chunk-2WRC5DSZ.js";
32
32
  import {
33
33
  applyChange
34
34
  } from "./chunk-LENWM5WE.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocicorp/zero",
3
- "version": "0.22.3000000000-canary.0",
3
+ "version": "0.22.3000000000",
4
4
  "description": "Zero is a web framework for serverless web development.",
5
5
  "author": "Rocicorp, Inc.",
6
6
  "repository": {