@rocicorp/zero 0.12.2025013100 → 0.13.2025013101

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.
@@ -13335,7 +13335,7 @@ function makeMessage(message, context, logLevel) {
13335
13335
  }
13336
13336
 
13337
13337
  // ../zero-client/src/client/version.ts
13338
- var version2 = "0.12.2025013100";
13338
+ var version2 = "0.13.2025013101";
13339
13339
 
13340
13340
  // ../zero-client/src/client/log-options.ts
13341
13341
  var LevelFilterLogSink = class {
@@ -15402,4 +15402,4 @@ export {
15402
15402
  escapeLike,
15403
15403
  Zero
15404
15404
  };
15405
- //# sourceMappingURL=chunk-XBQPXRPX.js.map
15405
+ //# sourceMappingURL=chunk-2N4KMTU6.js.map
package/out/solid.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Zero
3
- } from "./chunk-XBQPXRPX.js";
3
+ } from "./chunk-2N4KMTU6.js";
4
4
  import "./chunk-HARIWJ2J.js";
5
5
  import "./chunk-ALG35NEG.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-XBQPXRPX.js";
21
+ } from "./chunk-2N4KMTU6.js";
22
22
  import "./chunk-HARIWJ2J.js";
23
23
  import "./chunk-ZVLXEWWB.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.12.2025013100",
3
+ "version": "0.13.2025013101",
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",