@replit/river 0.215.0 → 0.215.1
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-IGrG4KLL.d.cts → adapter-CjgmjtUJ.d.cts} +1 -1
- package/dist/{adapter-CgF7vQPu.d.ts → adapter-Dtt4bYL-.d.ts} +1 -1
- package/dist/{chunk-VXRAFUA3.js → chunk-3DDZCLJM.js} +6 -2
- package/dist/{chunk-VXRAFUA3.js.map → chunk-3DDZCLJM.js.map} +1 -1
- package/dist/{chunk-RDTQZ7HO.js → chunk-NUGV5QWU.js} +2 -2
- package/dist/{chunk-RDTQZ7HO.js.map → chunk-NUGV5QWU.js.map} +1 -1
- package/dist/{client-Dk4H7qeg.d.cts → client-B9aKi9Li.d.cts} +2 -2
- package/dist/{client-BhwlY0-L.d.ts → client-BOc8blGj.d.ts} +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-CS00EWuS.d.cts → connection-1hFoyxuX.d.cts} +3 -3
- package/dist/{connection-DU9v3y8a.d.ts → connection-DnMYvolf.d.ts} +3 -3
- package/dist/{index-CHCzvZ9D.d.cts → index-Bf9PGbS4.d.cts} +1 -1
- package/dist/{index-uF0cBM7z.d.ts → index-DiAq34gk.d.ts} +1 -1
- package/dist/logging/index.d.cts +2 -2
- package/dist/logging/index.d.ts +2 -2
- package/dist/{message-aABg0s5M.d.cts → message-DL74OqsX.d.cts} +1 -1
- package/dist/{message-aABg0s5M.d.ts → message-DL74OqsX.d.ts} +1 -1
- package/dist/router/index.cjs +1 -1
- package/dist/router/index.cjs.map +1 -1
- package/dist/router/index.d.cts +11 -11
- package/dist/router/index.d.ts +11 -11
- package/dist/router/index.js +1 -1
- package/dist/{server-BR0DZaWi.d.cts → server-BkEzDYIv.d.cts} +4 -4
- package/dist/{server-uNzkzIRh.d.ts → server-_bfE7LYc.d.ts} +4 -4
- package/dist/{services-B5SY771g.d.ts → services-KdKBWdJr.d.ts} +4 -4
- package/dist/{services-DBv2nmly.d.cts → services-zaansuuR.d.cts} +4 -4
- package/dist/testUtil/index.cjs +5 -1
- package/dist/testUtil/index.cjs.map +1 -1
- package/dist/testUtil/index.d.cts +7 -7
- package/dist/testUtil/index.d.ts +7 -7
- package/dist/testUtil/index.js +2 -2
- package/dist/transport/impls/ws/client.cjs +5 -1
- 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 +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.d.cts +6 -6
- package/dist/transport/impls/ws/server.d.ts +6 -6
- package/dist/transport/impls/ws/server.js +2 -2
- package/dist/transport/index.cjs +5 -1
- package/dist/transport/index.cjs.map +1 -1
- package/dist/transport/index.d.cts +7 -7
- package/dist/transport/index.d.ts +7 -7
- package/dist/transport/index.js +2 -2
- package/dist/{transport-D3jzhFSi.d.cts → transport-CCBNESLA.d.cts} +5 -4
- package/dist/{transport-BOL2p5s-.d.ts → transport-kW92H6x-.d.ts} +5 -4
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as Connection, T as Transport, m as ClientTransportOptions, L as LeakyBucketRateLimit, n as ClientHandshakeOptions, o as ClientSession,
|
|
2
|
-
import {
|
|
1
|
+
import { C as Connection, T as Transport, m as ClientTransportOptions, L as LeakyBucketRateLimit, n as ClientHandshakeOptions, o as ClientSession, P as ProvidedClientTransportOptions, i as SessionNoConnection, g as SessionConnecting, h as SessionHandshaking, f as SessionConnected, p as SessionBackingOff } from './transport-CCBNESLA.cjs';
|
|
2
|
+
import { T as TransportClientId, O as OpaqueTransportMessage } from './message-DL74OqsX.cjs';
|
|
3
3
|
|
|
4
4
|
declare abstract class ClientTransport<ConnType extends Connection> extends Transport<ConnType> {
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as Connection, T as Transport, m as ClientTransportOptions, L as LeakyBucketRateLimit, n as ClientHandshakeOptions, o as ClientSession,
|
|
2
|
-
import {
|
|
1
|
+
import { C as Connection, T as Transport, m as ClientTransportOptions, L as LeakyBucketRateLimit, n as ClientHandshakeOptions, o as ClientSession, P as ProvidedClientTransportOptions, i as SessionNoConnection, g as SessionConnecting, h as SessionHandshaking, f as SessionConnected, p as SessionBackingOff } from './transport-kW92H6x-.js';
|
|
2
|
+
import { T as TransportClientId, O as OpaqueTransportMessage } from './message-DL74OqsX.js';
|
|
3
3
|
|
|
4
4
|
declare abstract class ClientTransport<ConnType extends Connection> extends Transport<ConnType> {
|
|
5
5
|
/**
|
package/dist/codec/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { C as Codec } from '../adapter-
|
|
2
|
-
export { a as CodecMessageAdapter } from '../adapter-
|
|
3
|
-
import '../message-
|
|
1
|
+
import { C as Codec } from '../adapter-CjgmjtUJ.cjs';
|
|
2
|
+
export { a as CodecMessageAdapter } from '../adapter-CjgmjtUJ.cjs';
|
|
3
|
+
import '../message-DL74OqsX.cjs';
|
|
4
4
|
import '@sinclair/typebox';
|
|
5
5
|
import '@opentelemetry/api';
|
|
6
6
|
|
package/dist/codec/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { C as Codec } from '../adapter-
|
|
2
|
-
export { a as CodecMessageAdapter } from '../adapter-
|
|
3
|
-
import '../message-
|
|
1
|
+
import { C as Codec } from '../adapter-Dtt4bYL-.js';
|
|
2
|
+
export { a as CodecMessageAdapter } from '../adapter-Dtt4bYL-.js';
|
|
3
|
+
import '../message-DL74OqsX.js';
|
|
4
4
|
import '@sinclair/typebox';
|
|
5
5
|
import '@opentelemetry/api';
|
|
6
6
|
|
package/dist/codec/index.js
CHANGED
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
BinaryCodec,
|
|
3
3
|
CodecMessageAdapter,
|
|
4
4
|
NaiveJsonCodec
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-3DDZCLJM.js";
|
|
6
6
|
import "../chunk-CC7RN7GI.js";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-NUGV5QWU.js";
|
|
8
8
|
export {
|
|
9
9
|
BinaryCodec,
|
|
10
10
|
CodecMessageAdapter,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { T as Tags } from './index-
|
|
2
|
-
import { P as ProtocolVersion,
|
|
3
|
-
import { C as Connection } from './transport-
|
|
1
|
+
import { T as Tags } from './index-Bf9PGbS4.cjs';
|
|
2
|
+
import { P as ProtocolVersion, O as OpaqueTransportMessage } from './message-DL74OqsX.cjs';
|
|
3
|
+
import { C as Connection } from './transport-CCBNESLA.cjs';
|
|
4
4
|
import { W as WsLike } from './wslike-Dng9H1C7.cjs';
|
|
5
5
|
|
|
6
6
|
interface ConnectionInfoExtras extends Record<string, unknown> {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { T as Tags } from './index-
|
|
2
|
-
import { P as ProtocolVersion,
|
|
3
|
-
import { C as Connection } from './transport-
|
|
1
|
+
import { T as Tags } from './index-DiAq34gk.js';
|
|
2
|
+
import { P as ProtocolVersion, O as OpaqueTransportMessage } from './message-DL74OqsX.js';
|
|
3
|
+
import { C as Connection } from './transport-kW92H6x-.js';
|
|
4
4
|
import { W as WsLike } from './wslike-Dng9H1C7.js';
|
|
5
5
|
|
|
6
6
|
interface ConnectionInfoExtras extends Record<string, unknown> {
|
package/dist/logging/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as LogFn, L as Logger, M as MessageMetadata, c as coloredStringLogger, j as jsonLogger, s as stringLogger } from '../index-
|
|
2
|
-
import '../message-
|
|
1
|
+
export { a as LogFn, L as Logger, M as MessageMetadata, c as coloredStringLogger, j as jsonLogger, s as stringLogger } from '../index-Bf9PGbS4.cjs';
|
|
2
|
+
import '../message-DL74OqsX.cjs';
|
|
3
3
|
import '@sinclair/typebox';
|
|
4
4
|
import '@opentelemetry/api';
|
package/dist/logging/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as LogFn, L as Logger, M as MessageMetadata, c as coloredStringLogger, j as jsonLogger, s as stringLogger } from '../index-
|
|
2
|
-
import '../message-
|
|
1
|
+
export { a as LogFn, L as Logger, M as MessageMetadata, c as coloredStringLogger, j as jsonLogger, s as stringLogger } from '../index-DiAq34gk.js';
|
|
2
|
+
import '../message-DL74OqsX.js';
|
|
3
3
|
import '@sinclair/typebox';
|
|
4
4
|
import '@opentelemetry/api';
|
|
@@ -116,4 +116,4 @@ declare function isStreamOpen(controlFlag: number): boolean;
|
|
|
116
116
|
*/
|
|
117
117
|
declare function isStreamClose(controlFlag: number): boolean;
|
|
118
118
|
|
|
119
|
-
export { type EncodedTransportMessage as E, HandshakeErrorResponseCodes as H,
|
|
119
|
+
export { type EncodedTransportMessage as E, HandshakeErrorResponseCodes as H, type OpaqueTransportMessage as O, type ProtocolVersion as P, type TransportClientId as T, OpaqueTransportMessageSchema as a, type TransportMessage as b, TransportMessageSchema as c, isStreamOpen as d, type PartialTransportMessage as e, type TelemetryInfo as f, HandshakeErrorCustomHandlerFatalResponseCodes as g, isStreamClose as i };
|
|
@@ -116,4 +116,4 @@ declare function isStreamOpen(controlFlag: number): boolean;
|
|
|
116
116
|
*/
|
|
117
117
|
declare function isStreamClose(controlFlag: number): boolean;
|
|
118
118
|
|
|
119
|
-
export { type EncodedTransportMessage as E, HandshakeErrorResponseCodes as H,
|
|
119
|
+
export { type EncodedTransportMessage as E, HandshakeErrorResponseCodes as H, type OpaqueTransportMessage as O, type ProtocolVersion as P, type TransportClientId as T, OpaqueTransportMessageSchema as a, type TransportMessage as b, TransportMessageSchema as c, isStreamOpen as d, type PartialTransportMessage as e, type TelemetryInfo as f, HandshakeErrorCustomHandlerFatalResponseCodes as g, isStreamClose as i };
|
package/dist/router/index.cjs
CHANGED
|
@@ -2009,7 +2009,7 @@ function createServerHandshakeOptions(schema, validate) {
|
|
|
2009
2009
|
}
|
|
2010
2010
|
|
|
2011
2011
|
// package.json
|
|
2012
|
-
var version = "0.215.
|
|
2012
|
+
var version = "0.215.1";
|
|
2013
2013
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2014
2014
|
0 && (module.exports = {
|
|
2015
2015
|
CANCEL_CODE,
|