@replit/river 0.212.1 → 0.212.2
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/dist/{chunk-U3SFVBPB.js → chunk-6KQ3NG67.js} +3 -2
- package/dist/{chunk-U3SFVBPB.js.map → chunk-6KQ3NG67.js.map} +1 -1
- package/dist/{chunk-HF3YOJSZ.js → chunk-JPNTEDEA.js} +2 -2
- package/dist/codec/index.js +2 -2
- package/dist/router/index.cjs +2 -1
- package/dist/router/index.cjs.map +1 -1
- package/dist/router/index.d.cts +1 -1
- package/dist/router/index.d.ts +1 -1
- package/dist/router/index.js +1 -1
- package/dist/testUtil/index.cjs +1 -1
- package/dist/testUtil/index.cjs.map +1 -1
- package/dist/testUtil/index.js +2 -2
- package/dist/transport/impls/ws/client.cjs +1 -1
- package/dist/transport/impls/ws/client.cjs.map +1 -1
- package/dist/transport/impls/ws/client.js +2 -2
- package/dist/transport/impls/ws/server.cjs +1 -1
- package/dist/transport/impls/ws/server.cjs.map +1 -1
- package/dist/transport/impls/ws/server.js +2 -2
- package/dist/transport/index.cjs +1 -1
- package/dist/transport/index.cjs.map +1 -1
- package/dist/transport/index.js +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-HF3YOJSZ.js.map → chunk-JPNTEDEA.js.map} +0 -0
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
handshakeResponseMessage,
|
|
17
17
|
isAcceptedProtocolVersion,
|
|
18
18
|
isAck
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-6KQ3NG67.js";
|
|
20
20
|
import {
|
|
21
21
|
BaseLogger,
|
|
22
22
|
createLogProxy
|
|
@@ -2345,4 +2345,4 @@ export {
|
|
|
2345
2345
|
WebSocketConnection,
|
|
2346
2346
|
CodecMessageAdapter
|
|
2347
2347
|
};
|
|
2348
|
-
//# sourceMappingURL=chunk-
|
|
2348
|
+
//# sourceMappingURL=chunk-JPNTEDEA.js.map
|
package/dist/codec/index.js
CHANGED
package/dist/router/index.cjs
CHANGED
|
@@ -937,6 +937,7 @@ function _createRecursiveProxy(callback, path) {
|
|
|
937
937
|
// property access, recurse and add field to path
|
|
938
938
|
get(_obj, key) {
|
|
939
939
|
if (typeof key !== "string") return void 0;
|
|
940
|
+
if (key === "then") return void 0;
|
|
940
941
|
return _createRecursiveProxy(callback, [...path, key]);
|
|
941
942
|
},
|
|
942
943
|
// hit the end, let's invoke the handler
|
|
@@ -1944,7 +1945,7 @@ function createServerHandshakeOptions(schema, validate) {
|
|
|
1944
1945
|
}
|
|
1945
1946
|
|
|
1946
1947
|
// package.json
|
|
1947
|
-
var version = "0.212.
|
|
1948
|
+
var version = "0.212.2";
|
|
1948
1949
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1949
1950
|
0 && (module.exports = {
|
|
1950
1951
|
CANCEL_CODE,
|