@replit/river 0.208.3 → 0.209.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/README.md +36 -1
- package/dist/{adapter-ChksXKVN.d.ts → adapter-Cp7_gIVA.d.ts} +1 -1
- package/dist/{adapter-Cuc4JtfV.d.cts → adapter-DjiEwOYi.d.cts} +1 -1
- package/dist/{chunk-M2B4PVR5.js → chunk-LPWARXI3.js} +2 -2
- package/dist/{chunk-JC4XN6NC.js → chunk-RATCBAZE.js} +199 -170
- package/dist/chunk-RATCBAZE.js.map +1 -0
- package/dist/{chunk-3WYK5ZRT.js → chunk-TVN2TB6X.js} +2 -2
- package/dist/{chunk-3WYK5ZRT.js.map → chunk-TVN2TB6X.js.map} +1 -1
- package/dist/client-BzJwq-hg.d.ts +54 -0
- package/dist/client-aETS93z1.d.cts +54 -0
- package/dist/codec/index.d.cts +3 -3
- package/dist/codec/index.d.ts +3 -3
- package/dist/codec/index.js +2 -2
- package/dist/{connection-Donr3JRB.d.ts → connection-b1wd5XrC.d.ts} +3 -3
- package/dist/{connection-BF4zg6Qv.d.cts → connection-hUWlS-hg.d.cts} +3 -3
- package/dist/{index-D8IOd3LG.d.ts → index-CSM8soK7.d.ts} +1 -1
- package/dist/{index-C9tpZjBN.d.cts → index-D9R6UTMl.d.cts} +1 -1
- package/dist/logging/index.d.cts +2 -2
- package/dist/logging/index.d.ts +2 -2
- package/dist/{message-Di94OL80.d.cts → message-Dlsh5WDF.d.cts} +1 -1
- package/dist/{message-Di94OL80.d.ts → message-Dlsh5WDF.d.ts} +1 -1
- package/dist/router/index.cjs +199 -170
- package/dist/router/index.cjs.map +1 -1
- package/dist/router/index.d.cts +21 -18
- package/dist/router/index.d.ts +21 -18
- package/dist/router/index.js +3 -3
- package/dist/server-BBgDVOzk.d.cts +72 -0
- package/dist/server-DZ0Yzmpf.d.ts +72 -0
- package/dist/services-DBvjc-Mq.d.ts +1010 -0
- package/dist/services-DC_uol9A.d.cts +1010 -0
- package/dist/testUtil/index.cjs +1 -1
- package/dist/testUtil/index.cjs.map +1 -1
- package/dist/testUtil/index.d.cts +9 -7
- package/dist/testUtil/index.d.ts +9 -7
- package/dist/testUtil/index.js +2 -2
- package/dist/testUtil/index.js.map +1 -1
- 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.d.cts +6 -5
- package/dist/transport/impls/ws/client.d.ts +6 -5
- package/dist/transport/impls/ws/client.js +3 -3
- 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.d.cts +8 -8
- package/dist/transport/impls/ws/server.d.ts +8 -8
- package/dist/transport/impls/ws/server.js +3 -3
- package/dist/transport/impls/ws/server.js.map +1 -1
- package/dist/transport/index.cjs +1 -1
- package/dist/transport/index.cjs.map +1 -1
- package/dist/transport/index.d.cts +7 -74
- package/dist/transport/index.d.ts +7 -74
- package/dist/transport/index.js +2 -2
- package/dist/transport-CxjUaGhi.d.cts +577 -0
- package/dist/transport-DwEB67zY.d.ts +577 -0
- package/package.json +1 -1
- package/dist/chunk-JC4XN6NC.js.map +0 -1
- package/dist/transport-CCaWx1Rb.d.cts +0 -1566
- package/dist/transport-CZb3vdB4.d.ts +0 -1566
- /package/dist/{chunk-M2B4PVR5.js.map → chunk-LPWARXI3.js.map} +0 -0
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { C as ClientTransport
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { C as ClientTransport } from '../../../client-aETS93z1.cjs';
|
|
2
|
+
import { c as TransportClientId } from '../../../message-Dlsh5WDF.cjs';
|
|
3
|
+
import { b as ProvidedClientTransportOptions } from '../../../transport-CxjUaGhi.cjs';
|
|
4
|
+
import { W as WebSocketConnection } from '../../../connection-hUWlS-hg.cjs';
|
|
4
5
|
import { W as WsLike } from '../../../wslike-Dng9H1C7.cjs';
|
|
5
6
|
import '@sinclair/typebox';
|
|
6
7
|
import '@opentelemetry/api';
|
|
7
|
-
import '../../../index-
|
|
8
|
-
import '../../../adapter-
|
|
8
|
+
import '../../../index-D9R6UTMl.cjs';
|
|
9
|
+
import '../../../adapter-DjiEwOYi.cjs';
|
|
9
10
|
|
|
10
11
|
/**
|
|
11
12
|
* A transport implementation that uses a WebSocket connection with automatic reconnection.
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { C as ClientTransport
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { C as ClientTransport } from '../../../client-BzJwq-hg.js';
|
|
2
|
+
import { c as TransportClientId } from '../../../message-Dlsh5WDF.js';
|
|
3
|
+
import { b as ProvidedClientTransportOptions } from '../../../transport-DwEB67zY.js';
|
|
4
|
+
import { W as WebSocketConnection } from '../../../connection-b1wd5XrC.js';
|
|
4
5
|
import { W as WsLike } from '../../../wslike-Dng9H1C7.js';
|
|
5
6
|
import '@sinclair/typebox';
|
|
6
7
|
import '@opentelemetry/api';
|
|
7
|
-
import '../../../index-
|
|
8
|
-
import '../../../adapter-
|
|
8
|
+
import '../../../index-CSM8soK7.js';
|
|
9
|
+
import '../../../adapter-Cp7_gIVA.js';
|
|
9
10
|
|
|
10
11
|
/**
|
|
11
12
|
* A transport implementation that uses a WebSocket connection with automatic reconnection.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
WebSocketConnection
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-LPWARXI3.js";
|
|
4
4
|
import {
|
|
5
5
|
ClientTransport
|
|
6
|
-
} from "../../../chunk-
|
|
6
|
+
} from "../../../chunk-TVN2TB6X.js";
|
|
7
7
|
import "../../../chunk-CC7RN7GI.js";
|
|
8
|
-
import "../../../chunk-
|
|
8
|
+
import "../../../chunk-RATCBAZE.js";
|
|
9
9
|
|
|
10
10
|
// transport/impls/ws/client.ts
|
|
11
11
|
var WebSocketClientTransport = class extends ClientTransport {
|