@replit/river 0.208.1 → 0.208.3
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/{adapter-f2b6e211.d.ts → adapter-ChksXKVN.d.ts} +2 -2
- package/dist/adapter-Cuc4JtfV.d.cts +46 -0
- package/dist/{chunk-2WFRHXDZ.js → chunk-3WYK5ZRT.js} +11 -16
- package/dist/{chunk-2WFRHXDZ.js.map → chunk-3WYK5ZRT.js.map} +1 -1
- package/dist/{chunk-EVAQ2QMB.js → chunk-JC4XN6NC.js} +36 -37
- package/dist/chunk-JC4XN6NC.js.map +1 -0
- package/dist/{chunk-BXKBENJE.js → chunk-M2B4PVR5.js} +2 -2
- 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-BF4zg6Qv.d.cts +35 -0
- package/dist/{connection-098d4aad.d.ts → connection-Donr3JRB.d.ts} +4 -4
- package/dist/index-C9tpZjBN.d.cts +37 -0
- package/dist/{index-02554794.d.ts → index-D8IOd3LG.d.ts} +2 -2
- package/dist/logging/index.d.cts +2 -2
- package/dist/logging/index.d.ts +2 -2
- package/dist/{message-01c3e85a.d.ts → message-Di94OL80.d.cts} +1 -1
- package/dist/message-Di94OL80.d.ts +108 -0
- package/dist/router/index.cjs +20 -21
- package/dist/router/index.cjs.map +1 -1
- package/dist/router/index.d.cts +7 -7
- package/dist/router/index.d.ts +7 -7
- package/dist/router/index.js +1 -1
- package/dist/testUtil/index.cjs +7 -13
- package/dist/testUtil/index.cjs.map +1 -1
- package/dist/testUtil/index.d.cts +5 -5
- package/dist/testUtil/index.d.ts +5 -5
- package/dist/testUtil/index.js +4 -5
- package/dist/testUtil/index.js.map +1 -1
- package/dist/transport/impls/ws/client.cjs +5 -9
- package/dist/transport/impls/ws/client.cjs.map +1 -1
- package/dist/transport/impls/ws/client.d.cts +6 -6
- package/dist/transport/impls/ws/client.d.ts +6 -6
- package/dist/transport/impls/ws/client.js +3 -3
- package/dist/transport/impls/ws/server.cjs +6 -11
- package/dist/transport/impls/ws/server.cjs.map +1 -1
- package/dist/transport/impls/ws/server.d.cts +6 -6
- package/dist/transport/impls/ws/server.d.ts +6 -6
- package/dist/transport/impls/ws/server.js +3 -3
- package/dist/transport/index.cjs +6 -11
- package/dist/transport/index.cjs.map +1 -1
- package/dist/transport/index.d.cts +6 -6
- package/dist/transport/index.d.ts +6 -6
- package/dist/transport/index.js +3 -3
- package/dist/transport-CCaWx1Rb.d.cts +1566 -0
- package/dist/{services-44be1b6b.d.ts → transport-CZb3vdB4.d.ts} +323 -323
- package/dist/{wslike-e0b32dd5.d.ts → wslike-Dng9H1C7.d.cts} +1 -1
- package/dist/wslike-Dng9H1C7.d.ts +40 -0
- package/package.json +4 -2
- package/dist/chunk-EVAQ2QMB.js.map +0 -1
- /package/dist/{chunk-BXKBENJE.js.map → chunk-M2B4PVR5.js.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { b as Connection, ac as CommonSession, ad as SessionState, ae as CommonSessionProps, a7 as Transport, af as ServerTransportOptions, S as ServerHandshakeOptions,
|
|
2
|
-
export { C as ClientTransport, P as ClientTransportOptions, aq as EventHandler, ao as EventMap, ap as EventTypes, ar as ProtocolError, as as ProtocolErrorType, ak as Session, an as SessionConnected, al as SessionConnecting, am as SessionHandshaking, aa as SessionNoConnection, aj as TransportOptions, ai as TransportStatus } from '../
|
|
3
|
-
import {
|
|
4
|
-
export { f as OpaqueTransportMessageSchema, e as TransportMessageSchema, g as isStreamClose, i as isStreamOpen } from '../message-
|
|
5
|
-
import { T as Tags } from '../index-
|
|
1
|
+
import { b as Connection, ac as CommonSession, ad as SessionState, ae as CommonSessionProps, a7 as Transport, af as ServerTransportOptions, S as ServerHandshakeOptions, f as ParsedMetadata, ag as ServerSession, a as ProvidedServerTransportOptions, ah as DeleteSessionOptions } from '../transport-CCaWx1Rb.cjs';
|
|
2
|
+
export { C as ClientTransport, P as ClientTransportOptions, aq as EventHandler, ao as EventMap, ap as EventTypes, ar as ProtocolError, as as ProtocolErrorType, ak as Session, an as SessionConnected, al as SessionConnecting, am as SessionHandshaking, aa as SessionNoConnection, aj as TransportOptions, ai as TransportStatus } from '../transport-CCaWx1Rb.cjs';
|
|
3
|
+
import { O as OpaqueTransportMessage, d as HandshakeErrorResponseCodes, P as ProtocolVersion, c as TransportMessage, T as TransportClientId } from '../message-Di94OL80.cjs';
|
|
4
|
+
export { f as OpaqueTransportMessageSchema, e as TransportMessageSchema, g as isStreamClose, i as isStreamOpen } from '../message-Di94OL80.cjs';
|
|
5
|
+
import { T as Tags } from '../index-C9tpZjBN.cjs';
|
|
6
6
|
import { Static } from '@sinclair/typebox';
|
|
7
|
-
import { S as SendResult } from '../adapter-
|
|
7
|
+
import { S as SendResult } from '../adapter-Cuc4JtfV.cjs';
|
|
8
8
|
import '@opentelemetry/api';
|
|
9
9
|
|
|
10
10
|
interface SessionWaitingForHandshakeListeners {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { b as Connection, ac as CommonSession, ad as SessionState, ae as CommonSessionProps, a7 as Transport, af as ServerTransportOptions, S as ServerHandshakeOptions,
|
|
2
|
-
export { C as ClientTransport, P as ClientTransportOptions, aq as EventHandler, ao as EventMap, ap as EventTypes, ar as ProtocolError, as as ProtocolErrorType, ak as Session, an as SessionConnected, al as SessionConnecting, am as SessionHandshaking, aa as SessionNoConnection, aj as TransportOptions, ai as TransportStatus } from '../
|
|
3
|
-
import {
|
|
4
|
-
export { f as OpaqueTransportMessageSchema, e as TransportMessageSchema, g as isStreamClose, i as isStreamOpen } from '../message-
|
|
5
|
-
import { T as Tags } from '../index-
|
|
1
|
+
import { b as Connection, ac as CommonSession, ad as SessionState, ae as CommonSessionProps, a7 as Transport, af as ServerTransportOptions, S as ServerHandshakeOptions, f as ParsedMetadata, ag as ServerSession, a as ProvidedServerTransportOptions, ah as DeleteSessionOptions } from '../transport-CZb3vdB4.js';
|
|
2
|
+
export { C as ClientTransport, P as ClientTransportOptions, aq as EventHandler, ao as EventMap, ap as EventTypes, ar as ProtocolError, as as ProtocolErrorType, ak as Session, an as SessionConnected, al as SessionConnecting, am as SessionHandshaking, aa as SessionNoConnection, aj as TransportOptions, ai as TransportStatus } from '../transport-CZb3vdB4.js';
|
|
3
|
+
import { O as OpaqueTransportMessage, d as HandshakeErrorResponseCodes, P as ProtocolVersion, c as TransportMessage, T as TransportClientId } from '../message-Di94OL80.js';
|
|
4
|
+
export { f as OpaqueTransportMessageSchema, e as TransportMessageSchema, g as isStreamClose, i as isStreamOpen } from '../message-Di94OL80.js';
|
|
5
|
+
import { T as Tags } from '../index-D8IOd3LG.js';
|
|
6
6
|
import { Static } from '@sinclair/typebox';
|
|
7
|
-
import { S as SendResult } from '../adapter-
|
|
7
|
+
import { S as SendResult } from '../adapter-ChksXKVN.js';
|
|
8
8
|
import '@opentelemetry/api';
|
|
9
9
|
|
|
10
10
|
interface SessionWaitingForHandshakeListeners {
|
package/dist/transport/index.js
CHANGED
|
@@ -5,12 +5,12 @@ import {
|
|
|
5
5
|
ServerTransport,
|
|
6
6
|
SessionState,
|
|
7
7
|
Transport
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-3WYK5ZRT.js";
|
|
9
|
+
import "../chunk-CC7RN7GI.js";
|
|
9
10
|
import {
|
|
10
11
|
OpaqueTransportMessageSchema,
|
|
11
12
|
TransportMessageSchema
|
|
12
|
-
} from "../chunk-
|
|
13
|
-
import "../chunk-CC7RN7GI.js";
|
|
13
|
+
} from "../chunk-JC4XN6NC.js";
|
|
14
14
|
export {
|
|
15
15
|
ClientTransport,
|
|
16
16
|
Connection,
|