@replit/river 0.200.0-rc.7 → 0.200.0-rc.8
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-BZBEE2VR.js → chunk-3ROTSXAO.js} +14 -4
- package/dist/chunk-3ROTSXAO.js.map +1 -0
- package/dist/{chunk-VLW5OKZG.js → chunk-B5VE44UX.js} +2 -2
- package/dist/{chunk-CXPZSAU4.js → chunk-FAIV2RO2.js} +62 -36
- package/dist/chunk-FAIV2RO2.js.map +1 -0
- package/dist/{chunk-U4W75CMT.js → chunk-J54ZWTQM.js} +7 -6
- package/dist/chunk-J54ZWTQM.js.map +1 -0
- package/dist/{chunk-F2E7ILHW.js → chunk-XV5WUEIR.js} +70 -59
- package/dist/chunk-XV5WUEIR.js.map +1 -0
- package/dist/{chunk-3XKJOFZA.js → chunk-Y3JHOIJ7.js} +141 -50
- package/dist/chunk-Y3JHOIJ7.js.map +1 -0
- package/dist/{chunk-XIJVDPYY.js → chunk-Y4DP7WHM.js} +2 -2
- package/dist/{chunk-XIJVDPYY.js.map → chunk-Y4DP7WHM.js.map} +1 -1
- package/dist/{client-829bf1f9.d.ts → client-22a47343.d.ts} +3 -5
- package/dist/{connection-5e67d641.d.ts → connection-260e45a8.d.ts} +1 -1
- package/dist/{context-9eabf54f.d.ts → context-b4aff18f.d.ts} +90 -43
- package/dist/logging/index.d.cts +1 -1
- package/dist/logging/index.d.ts +1 -1
- package/dist/{message-fd349b27.d.ts → message-7d135e38.d.ts} +3 -1
- package/dist/router/index.cjs +12 -3
- package/dist/router/index.cjs.map +1 -1
- package/dist/router/index.d.cts +9 -8
- package/dist/router/index.d.ts +9 -8
- package/dist/router/index.js +2 -2
- package/dist/{server-d82a2d9b.d.ts → server-dd6a9853.d.ts} +27 -6
- package/dist/{services-6a446f04.d.ts → services-bd2c50c0.d.ts} +3 -3
- package/dist/transport/impls/ws/client.cjs +216 -88
- package/dist/transport/impls/ws/client.cjs.map +1 -1
- package/dist/transport/impls/ws/client.d.cts +5 -4
- package/dist/transport/impls/ws/client.d.ts +5 -4
- package/dist/transport/impls/ws/client.js +8 -7
- package/dist/transport/impls/ws/client.js.map +1 -1
- package/dist/transport/impls/ws/server.cjs +220 -109
- package/dist/transport/impls/ws/server.cjs.map +1 -1
- package/dist/transport/impls/ws/server.d.cts +5 -4
- package/dist/transport/impls/ws/server.d.ts +5 -4
- package/dist/transport/impls/ws/server.js +5 -5
- package/dist/transport/index.cjs +278 -141
- package/dist/transport/index.cjs.map +1 -1
- package/dist/transport/index.d.cts +5 -4
- package/dist/transport/index.d.ts +5 -4
- package/dist/transport/index.js +5 -5
- package/dist/util/testHelpers.cjs +151 -51
- package/dist/util/testHelpers.cjs.map +1 -1
- package/dist/util/testHelpers.d.cts +5 -4
- package/dist/util/testHelpers.d.ts +5 -4
- package/dist/util/testHelpers.js +3 -3
- package/package.json +1 -1
- package/dist/chunk-3XKJOFZA.js.map +0 -1
- package/dist/chunk-BZBEE2VR.js.map +0 -1
- package/dist/chunk-CXPZSAU4.js.map +0 -1
- package/dist/chunk-F2E7ILHW.js.map +0 -1
- package/dist/chunk-U4W75CMT.js.map +0 -1
- /package/dist/{chunk-VLW5OKZG.js.map → chunk-B5VE44UX.js.map} +0 -0
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { c as TransportClientId } from '../../../message-
|
|
1
|
+
import { c as TransportClientId } from '../../../message-7d135e38.js';
|
|
2
2
|
import { WebSocketServer } from 'ws';
|
|
3
|
-
import { W as WebSocketConnection } from '../../../connection-
|
|
3
|
+
import { W as WebSocketConnection } from '../../../connection-260e45a8.js';
|
|
4
4
|
import { W as WsLike } from '../../../wslike-e0b32dd5.js';
|
|
5
|
-
import { S as ServerTransport } from '../../../server-
|
|
6
|
-
import { c as ProvidedServerTransportOptions } from '../../../context-
|
|
5
|
+
import { S as ServerTransport } from '../../../server-dd6a9853.js';
|
|
6
|
+
import { c as ProvidedServerTransportOptions } from '../../../context-b4aff18f.js';
|
|
7
7
|
import '@sinclair/typebox/value';
|
|
8
8
|
import '@sinclair/typebox';
|
|
9
9
|
import '@opentelemetry/api';
|
|
10
|
+
import '@sinclair/typebox/errors';
|
|
10
11
|
import '../../../types-3e5768ec.js';
|
|
11
12
|
|
|
12
13
|
declare class WebSocketServerTransport extends ServerTransport<WebSocketConnection> {
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { c as TransportClientId } from '../../../message-
|
|
1
|
+
import { c as TransportClientId } from '../../../message-7d135e38.js';
|
|
2
2
|
import { WebSocketServer } from 'ws';
|
|
3
|
-
import { W as WebSocketConnection } from '../../../connection-
|
|
3
|
+
import { W as WebSocketConnection } from '../../../connection-260e45a8.js';
|
|
4
4
|
import { W as WsLike } from '../../../wslike-e0b32dd5.js';
|
|
5
|
-
import { S as ServerTransport } from '../../../server-
|
|
6
|
-
import { c as ProvidedServerTransportOptions } from '../../../context-
|
|
5
|
+
import { S as ServerTransport } from '../../../server-dd6a9853.js';
|
|
6
|
+
import { c as ProvidedServerTransportOptions } from '../../../context-b4aff18f.js';
|
|
7
7
|
import '@sinclair/typebox/value';
|
|
8
8
|
import '@sinclair/typebox';
|
|
9
9
|
import '@opentelemetry/api';
|
|
10
|
+
import '@sinclair/typebox/errors';
|
|
10
11
|
import '../../../types-3e5768ec.js';
|
|
11
12
|
|
|
12
13
|
declare class WebSocketServerTransport extends ServerTransport<WebSocketConnection> {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServerTransport
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-XV5WUEIR.js";
|
|
4
4
|
import {
|
|
5
5
|
WebSocketConnection
|
|
6
|
-
} from "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
6
|
+
} from "../../../chunk-B5VE44UX.js";
|
|
7
|
+
import "../../../chunk-J54ZWTQM.js";
|
|
8
8
|
import "../../../chunk-VXYHC666.js";
|
|
9
|
-
import "../../../chunk-
|
|
10
|
-
import "../../../chunk-
|
|
9
|
+
import "../../../chunk-Y3JHOIJ7.js";
|
|
10
|
+
import "../../../chunk-3ROTSXAO.js";
|
|
11
11
|
import "../../../chunk-4PVU7J25.js";
|
|
12
12
|
|
|
13
13
|
// transport/impls/ws/server.ts
|