@rocicorp/zero 0.22.2025081300 → 0.22.3000000000-canary.0
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.
- package/out/{chunk-3RIYKVEX.js → chunk-DNUB7R67.js} +2 -2
- package/out/{chunk-AFOUTZ6L.js → chunk-VLRVUIHF.js} +4 -3
- package/out/{chunk-AFOUTZ6L.js.map → chunk-VLRVUIHF.js.map} +2 -2
- package/out/react.js +1 -1
- package/out/solid.js +2 -2
- package/out/zero/package.json +1 -1
- package/out/zero-cache/src/auth/write-authorizer.d.ts.map +1 -1
- package/out/zero-cache/src/auth/write-authorizer.js +34 -10
- package/out/zero-cache/src/auth/write-authorizer.js.map +1 -1
- package/out/zero-protocol/src/connect.d.ts.map +1 -1
- package/out/zero-protocol/src/connect.js +4 -1
- package/out/zero-protocol/src/connect.js.map +1 -1
- package/out/zero.js +2 -2
- package/package.json +1 -1
- /package/out/{chunk-3RIYKVEX.js.map → chunk-DNUB7R67.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clientToServer,
|
|
3
3
|
mapEntries
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-VLRVUIHF.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-
|
|
359
|
+
//# sourceMappingURL=chunk-DNUB7R67.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
|
-
|
|
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.
|
|
8584
|
+
var version2 = "0.22.3000000000-canary.0";
|
|
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-
|
|
11472
|
+
//# sourceMappingURL=chunk-VLRVUIHF.js.map
|