@rocicorp/zero 0.24.3000-canary.1 → 0.24.3000-canary.2

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.
@@ -13060,7 +13060,7 @@ function makeMessage(message, context, logLevel) {
13060
13060
  }
13061
13061
 
13062
13062
  // ../zero-client/src/client/version.ts
13063
- var version2 = "0.24.3000-canary.1";
13063
+ var version2 = "0.24.3000-canary.2";
13064
13064
 
13065
13065
  // ../zero-client/src/client/log-options.ts
13066
13066
  var LevelFilterLogSink = class {
@@ -16043,4 +16043,4 @@ export {
16043
16043
  update_needed_reason_type_enum_exports,
16044
16044
  Zero
16045
16045
  };
16046
- //# sourceMappingURL=chunk-SEHSOFU5.js.map
16046
+ //# sourceMappingURL=chunk-JQTKDVFE.js.map
@@ -5,7 +5,7 @@ import {
5
5
  defaultFormat,
6
6
  newQuery,
7
7
  newQuerySymbol
8
- } from "./chunk-SEHSOFU5.js";
8
+ } from "./chunk-JQTKDVFE.js";
9
9
  import {
10
10
  mapCondition,
11
11
  toStaticParam
@@ -353,4 +353,4 @@ export {
353
353
  withValidation,
354
354
  createBuilder
355
355
  };
356
- //# sourceMappingURL=chunk-SRKR7D4Q.js.map
356
+ //# sourceMappingURL=chunk-RHJJJCSH.js.map
package/out/react.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-VZOYWIRW.js";
4
4
  import {
5
5
  Zero
6
- } from "./chunk-SEHSOFU5.js";
6
+ } from "./chunk-JQTKDVFE.js";
7
7
  import "./chunk-ASRS2LFV.js";
8
8
  import {
9
9
  DEFAULT_TTL_MS
package/out/solid.js CHANGED
@@ -1,9 +1,9 @@
1
- import "./chunk-SRKR7D4Q.js";
1
+ import "./chunk-RHJJJCSH.js";
2
2
  import {
3
3
  Zero,
4
4
  applyChange,
5
5
  idSymbol
6
- } from "./chunk-SEHSOFU5.js";
6
+ } from "./chunk-JQTKDVFE.js";
7
7
  import "./chunk-ASRS2LFV.js";
8
8
  import {
9
9
  DEFAULT_TTL_MS
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocicorp/zero",
3
- "version": "0.24.3000-canary.1",
3
+ "version": "0.24.3000-canary.2",
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-SRKR7D4Q.js";
12
+ } from "./chunk-RHJJJCSH.js";
13
13
  import {
14
14
  IDBNotFoundError,
15
15
  TransactionClosedError,
@@ -30,7 +30,7 @@ import {
30
30
  transformRequestMessageSchema,
31
31
  transformResponseMessageSchema,
32
32
  update_needed_reason_type_enum_exports
33
- } from "./chunk-SEHSOFU5.js";
33
+ } from "./chunk-JQTKDVFE.js";
34
34
  import "./chunk-ASRS2LFV.js";
35
35
  import "./chunk-VHLCXJ6Q.js";
36
36
  import "./chunk-EZM3XBAB.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocicorp/zero",
3
- "version": "0.24.3000-canary.1",
3
+ "version": "0.24.3000-canary.2",
4
4
  "description": "Zero is a web framework for serverless web development.",
5
5
  "author": "Rocicorp, Inc.",
6
6
  "repository": {