@rocicorp/zero 0.16.2025022501 → 0.16.2025022502

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.
@@ -14086,7 +14086,7 @@ function makeMessage(message, context, logLevel) {
14086
14086
  }
14087
14087
 
14088
14088
  // ../zero-client/src/client/version.ts
14089
- var version2 = "0.16.2025022501";
14089
+ var version2 = "0.16.2025022502";
14090
14090
 
14091
14091
  // ../zero-client/src/client/log-options.ts
14092
14092
  var LevelFilterLogSink = class {
@@ -16249,4 +16249,4 @@ export {
16249
16249
  escapeLike,
16250
16250
  Zero
16251
16251
  };
16252
- //# sourceMappingURL=chunk-LW3LA4RD.js.map
16252
+ //# sourceMappingURL=chunk-PMNPTA7Y.js.map
package/out/solid.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Zero
3
- } from "./chunk-LW3LA4RD.js";
3
+ } from "./chunk-PMNPTA7Y.js";
4
4
  import "./chunk-HARIWJ2J.js";
5
5
  import "./chunk-ULOTOBTC.js";
6
6
  import {
@@ -1,6 +1,5 @@
1
1
  dbs:
2
2
  - path: ${ZERO_REPLICA_FILE}
3
- monitor-interval: 1m
4
3
  replicas:
5
4
  - url: ${ZERO_LITESTREAM_BACKUP_URL}
6
5
  retention: ${ZERO_LITESTREAM_SNAPSHOT_BACKUP_INTERVAL_MINUTES}m
package/out/zero.js CHANGED
@@ -19,7 +19,7 @@ import {
19
19
  relationships,
20
20
  string,
21
21
  table
22
- } from "./chunk-LW3LA4RD.js";
22
+ } from "./chunk-PMNPTA7Y.js";
23
23
  import "./chunk-HARIWJ2J.js";
24
24
  import "./chunk-Q6D7EOS6.js";
25
25
  import "./chunk-424PT5DM.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocicorp/zero",
3
- "version": "0.16.2025022501",
3
+ "version": "0.16.2025022502",
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",