@rocicorp/zero 0.22.2025080201 → 0.22.2025081301

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  clientToServer,
3
3
  mapEntries
4
- } from "./chunk-QVKOYV54.js";
4
+ } from "./chunk-N2EOVSVB.js";
5
5
  import {
6
6
  AbstractQuery,
7
7
  ExpressionBuilder,
@@ -356,4 +356,4 @@ export {
356
356
  queries,
357
357
  queriesWithContext
358
358
  };
359
- //# sourceMappingURL=chunk-PDLFYV2P.js.map
359
+ //# sourceMappingURL=chunk-C3ZE2IHA.js.map
@@ -5937,7 +5937,8 @@ function encodeSecProtocols(initConnectionMessage, authToken) {
5937
5937
  authToken
5938
5938
  };
5939
5939
  const bytes = new TextEncoder().encode(JSON.stringify(protocols));
5940
- return encodeURIComponent(btoa(String.fromCharCode(...bytes)));
5940
+ const s = Array.from(bytes, (byte) => String.fromCharCode(byte)).join("");
5941
+ return encodeURIComponent(btoa(s));
5941
5942
  }
5942
5943
 
5943
5944
  // ../zero-protocol/src/error.ts
@@ -8580,7 +8581,7 @@ function makeMessage(message, context, logLevel) {
8580
8581
  }
8581
8582
 
8582
8583
  // ../zero-client/src/client/version.ts
8583
- var version2 = "0.22.2025080201";
8584
+ var version2 = "0.22.2025081301";
8584
8585
 
8585
8586
  // ../zero-client/src/client/log-options.ts
8586
8587
  var LevelFilterLogSink = class {
@@ -11468,4 +11469,4 @@ export {
11468
11469
  update_needed_reason_type_enum_exports,
11469
11470
  Zero
11470
11471
  };
11471
- //# sourceMappingURL=chunk-QVKOYV54.js.map
11472
+ //# sourceMappingURL=chunk-N2EOVSVB.js.map