@rocicorp/zero 0.8.2024121203 → 0.8.2024121204

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.
@@ -15441,7 +15441,7 @@ function makeMessage(message, context, logLevel) {
15441
15441
  }
15442
15442
 
15443
15443
  // ../zero-client/src/client/version.ts
15444
- var version2 = "0.8.2024121203+dd79de";
15444
+ var version2 = "0.8.2024121204+5db460";
15445
15445
 
15446
15446
  // ../zero-client/src/client/log-options.ts
15447
15447
  var LevelFilterLogSink = class {
@@ -17444,4 +17444,4 @@ export {
17444
17444
  escapeLike,
17445
17445
  Zero
17446
17446
  };
17447
- //# sourceMappingURL=chunk-5CHRDZZ4.js.map
17447
+ //# sourceMappingURL=chunk-6GF4VXSL.js.map
package/out/solid.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Zero
3
- } from "./chunk-5CHRDZZ4.js";
3
+ } from "./chunk-6GF4VXSL.js";
4
4
  import "./chunk-HARIWJ2J.js";
5
5
  import "./chunk-ULOTOBTC.js";
6
6
  import {
package/out/zero.js CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  escapeLike,
14
14
  getDefaultPuller,
15
15
  makeIDBName
16
- } from "./chunk-5CHRDZZ4.js";
16
+ } from "./chunk-6GF4VXSL.js";
17
17
  import "./chunk-HARIWJ2J.js";
18
18
  import "./chunk-6HXO6VMP.js";
19
19
  import "./chunk-F5QR3K72.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocicorp/zero",
3
- "version": "0.8.2024121203+dd79de",
3
+ "version": "0.8.2024121204+5db460",
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 && node tool/build.js",