@replit/river 0.26.8 → 0.26.10
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/README.md +1 -1
- package/dist/{chunk-QEVXZ3I7.js → chunk-2YUQSO62.js} +2 -2
- package/dist/{chunk-SIRVFV3D.js → chunk-ANABD3N5.js} +4 -4
- package/dist/{chunk-NHXIQELK.js → chunk-D7FN2FOH.js} +2 -2
- package/dist/{chunk-ZFSQNWYX.js → chunk-HHH5LIAA.js} +2 -2
- package/dist/chunk-HHH5LIAA.js.map +1 -0
- package/dist/{chunk-CATCCJAL.js → chunk-R3JYOD7I.js} +5 -3
- package/dist/chunk-R3JYOD7I.js.map +1 -0
- package/dist/{chunk-QXQG6ZFZ.js → chunk-RKFSKXMF.js} +2 -2
- package/dist/{chunk-XMXSGTU2.js → chunk-WKS7BBXH.js} +4 -4
- package/dist/router/index.cjs +1 -1
- package/dist/router/index.cjs.map +1 -1
- package/dist/router/index.d.cts +3 -3
- package/dist/router/index.d.ts +3 -3
- package/dist/router/index.js +2 -2
- package/dist/{services-4478e99b.d.ts → services-be18d10a.d.ts} +1 -1
- package/dist/transport/impls/ws/client.cjs +3 -1
- package/dist/transport/impls/ws/client.cjs.map +1 -1
- package/dist/transport/impls/ws/client.js +5 -5
- package/dist/transport/impls/ws/server.cjs +3 -1
- package/dist/transport/impls/ws/server.cjs.map +1 -1
- package/dist/transport/impls/ws/server.js +5 -5
- package/dist/transport/index.cjs +3 -1
- package/dist/transport/index.cjs.map +1 -1
- package/dist/transport/index.js +5 -5
- package/dist/util/testHelpers.cjs +9 -5
- package/dist/util/testHelpers.cjs.map +1 -1
- package/dist/util/testHelpers.d.cts +7 -7
- package/dist/util/testHelpers.d.ts +7 -7
- package/dist/util/testHelpers.js +11 -7
- package/dist/util/testHelpers.js.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-CATCCJAL.js.map +0 -1
- package/dist/chunk-ZFSQNWYX.js.map +0 -1
- /package/dist/{chunk-QEVXZ3I7.js.map → chunk-2YUQSO62.js.map} +0 -0
- /package/dist/{chunk-SIRVFV3D.js.map → chunk-ANABD3N5.js.map} +0 -0
- /package/dist/{chunk-NHXIQELK.js.map → chunk-D7FN2FOH.js.map} +0 -0
- /package/dist/{chunk-QXQG6ZFZ.js.map → chunk-RKFSKXMF.js.map} +0 -0
- /package/dist/{chunk-XMXSGTU2.js.map → chunk-WKS7BBXH.js.map} +0 -0
package/dist/transport/index.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ClientTransport
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-WKS7BBXH.js";
|
|
4
4
|
import {
|
|
5
5
|
ServerTransport
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-ANABD3N5.js";
|
|
7
7
|
import {
|
|
8
8
|
Connection,
|
|
9
9
|
ProtocolError,
|
|
10
10
|
Transport
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-R3JYOD7I.js";
|
|
12
12
|
import "../chunk-KTS4HBYE.js";
|
|
13
13
|
import {
|
|
14
14
|
SessionState
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-D7FN2FOH.js";
|
|
16
16
|
import {
|
|
17
17
|
OpaqueTransportMessageSchema,
|
|
18
18
|
TransportMessageSchema
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-HHH5LIAA.js";
|
|
20
20
|
import "../chunk-4PVU7J25.js";
|
|
21
21
|
export {
|
|
22
22
|
ClientTransport,
|
|
@@ -455,7 +455,7 @@ function Err(error) {
|
|
|
455
455
|
var import_api = require("@opentelemetry/api");
|
|
456
456
|
|
|
457
457
|
// package.json
|
|
458
|
-
var version = "0.26.
|
|
458
|
+
var version = "0.26.10";
|
|
459
459
|
|
|
460
460
|
// tracing/index.ts
|
|
461
461
|
function createSessionTelemetryInfo(sessionId, to, from, propagationCtx) {
|
|
@@ -1481,12 +1481,16 @@ function asClientUpload(state, proc, init, extendedContext, session = dummySessi
|
|
|
1481
1481
|
const input = pushable({ objectMode: true });
|
|
1482
1482
|
if (init) {
|
|
1483
1483
|
const _proc = proc;
|
|
1484
|
-
|
|
1485
|
-
|
|
1484
|
+
return [
|
|
1485
|
+
input,
|
|
1486
|
+
_proc.handler(dummyCtx(state, session, extendedContext), init, input).catch(catchProcError)
|
|
1487
|
+
];
|
|
1486
1488
|
} else {
|
|
1487
1489
|
const _proc = proc;
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
+
return [
|
|
1491
|
+
input,
|
|
1492
|
+
_proc.handler(dummyCtx(state, session, extendedContext), input).catch(catchProcError)
|
|
1493
|
+
];
|
|
1490
1494
|
}
|
|
1491
1495
|
}
|
|
1492
1496
|
function getTransportConnections(transport) {
|