@rocicorp/zero 0.14.2025021201 → 0.14.2025021202

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.
@@ -13878,7 +13878,7 @@ function makeMessage(message, context, logLevel) {
13878
13878
  }
13879
13879
 
13880
13880
  // ../zero-client/src/client/version.ts
13881
- var version2 = "0.14.2025021201";
13881
+ var version2 = "0.14.2025021202";
13882
13882
 
13883
13883
  // ../zero-client/src/client/log-options.ts
13884
13884
  var LevelFilterLogSink = class {
@@ -15990,4 +15990,4 @@ export {
15990
15990
  escapeLike,
15991
15991
  Zero
15992
15992
  };
15993
- //# sourceMappingURL=chunk-M54D33ZI.js.map
15993
+ //# sourceMappingURL=chunk-JMAJNHHI.js.map
package/out/solid.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Zero
3
- } from "./chunk-M54D33ZI.js";
3
+ } from "./chunk-JMAJNHHI.js";
4
4
  import "./chunk-HARIWJ2J.js";
5
5
  import "./chunk-ULOTOBTC.js";
6
6
  import {
package/out/zero.js CHANGED
@@ -18,7 +18,7 @@ import {
18
18
  relationships,
19
19
  string,
20
20
  table
21
- } from "./chunk-M54D33ZI.js";
21
+ } from "./chunk-JMAJNHHI.js";
22
22
  import "./chunk-HARIWJ2J.js";
23
23
  import "./chunk-Q6D7EOS6.js";
24
24
  import "./chunk-424PT5DM.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocicorp/zero",
3
- "version": "0.14.2025021201",
3
+ "version": "0.14.2025021202",
4
4
  "scripts": {
5
5
  "build": "rm -rf out && npm run build-server && npm run build-client",
6
6
  "build-client": "tsc -p tsconfig.client.json && tsc-alias -p tsconfig.client.json && npx tsx tool/build.js",