@rocicorp/zero 0.6.2024112001 → 0.6.2024112003

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.
@@ -15236,7 +15236,7 @@ function makeMessage(message, context, logLevel) {
15236
15236
  }
15237
15237
 
15238
15238
  // ../zero-client/src/client/version.ts
15239
- var version2 = "0.6.2024112001+23ca93";
15239
+ var version2 = "0.6.2024112003+c3b902";
15240
15240
 
15241
15241
  // ../zero-client/src/client/log-options.ts
15242
15242
  var LevelFilterLogSink = class {
@@ -17210,4 +17210,4 @@ export {
17210
17210
  escapeLike,
17211
17211
  Zero
17212
17212
  };
17213
- //# sourceMappingURL=chunk-POPVRMNH.js.map
17213
+ //# sourceMappingURL=chunk-2JFHCFYD.js.map
package/out/solid.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Zero
3
- } from "./chunk-POPVRMNH.js";
3
+ } from "./chunk-2JFHCFYD.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-POPVRMNH.js";
13
+ } from "./chunk-2JFHCFYD.js";
14
14
  import "./chunk-HARIWJ2J.js";
15
15
  import "./chunk-5UY46OAF.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.6.2024112001+23ca93",
3
+ "version": "0.6.2024112003+c3b902",
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",
@@ -47,7 +47,7 @@
47
47
  "tsx": "^4.19.1",
48
48
  "url-pattern": "^1.0.3",
49
49
  "ws": "^8.18.0",
50
- "xxhash-wasm": "^1.0.2"
50
+ "xxhash-wasm": "^1.1.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@rocicorp/eslint-config": "^0.5.1",