@rocicorp/zero 0.7.2024120105 → 0.7.2024120107

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.
@@ -15219,7 +15219,7 @@ function makeMessage(message, context, logLevel) {
15219
15219
  }
15220
15220
 
15221
15221
  // ../zero-client/src/client/version.ts
15222
- var version2 = "0.7.2024120105+09036d";
15222
+ var version2 = "0.7.2024120107+e5b941";
15223
15223
 
15224
15224
  // ../zero-client/src/client/log-options.ts
15225
15225
  var LevelFilterLogSink = class {
@@ -17209,4 +17209,4 @@ export {
17209
17209
  escapeLike,
17210
17210
  Zero
17211
17211
  };
17212
- //# sourceMappingURL=chunk-IGCQKPCU.js.map
17212
+ //# sourceMappingURL=chunk-X2JO2PUP.js.map
package/out/solid.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Zero
3
- } from "./chunk-IGCQKPCU.js";
3
+ } from "./chunk-X2JO2PUP.js";
4
4
  import "./chunk-HARIWJ2J.js";
5
5
  import "./chunk-ULOTOBTC.js";
6
6
  import {
package/out/zero.js CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  escapeLike,
11
11
  getDefaultPuller,
12
12
  makeIDBName
13
- } from "./chunk-IGCQKPCU.js";
13
+ } from "./chunk-X2JO2PUP.js";
14
14
  import "./chunk-HARIWJ2J.js";
15
15
  import "./chunk-C7M3BJ3Z.js";
16
16
  import "./chunk-F5QR3K72.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocicorp/zero",
3
- "version": "0.7.2024120105+09036d",
3
+ "version": "0.7.2024120107+e5b941",
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",