@replit/river 0.200.3 → 0.200.4
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-O2VICK2U.js → chunk-6EORIAZJ.js} +4 -4
- package/dist/{chunk-FX5DKRIK.js → chunk-BBTXTDJ5.js} +2 -2
- package/dist/chunk-BBTXTDJ5.js.map +1 -0
- package/dist/{chunk-YOC4BXQ5.js → chunk-GKBNAMHM.js} +4 -4
- package/dist/{chunk-YTMS7OP6.js → chunk-LHH5LQ7C.js} +1 -1
- package/dist/chunk-LHH5LQ7C.js.map +1 -0
- package/dist/{chunk-HYPTZTEZ.js → chunk-LL4CB5UD.js} +2 -2
- package/dist/{chunk-QHMZKXXG.js → chunk-Q7DD2FLX.js} +2 -2
- package/dist/{chunk-QHMZKXXG.js.map → chunk-Q7DD2FLX.js.map} +1 -1
- package/dist/{chunk-HFW27CAC.js → chunk-RWVZCH26.js} +4 -4
- package/dist/{client-9292552a.d.ts → client-ba6815ae.d.ts} +2 -2
- package/dist/{connection-94dea547.d.ts → connection-d217c989.d.ts} +4 -4
- package/dist/{context-69f37ac1.d.ts → context-8d1ed9a1.d.ts} +3 -3
- package/dist/logging/index.cjs.map +1 -1
- package/dist/logging/index.d.cts +1 -1
- package/dist/logging/index.d.ts +1 -1
- package/dist/logging/index.js +1 -1
- package/dist/{message-57bb8187.d.ts → message-45658364.d.ts} +2 -2
- package/dist/router/index.cjs +5 -3
- package/dist/router/index.cjs.map +1 -1
- package/dist/router/index.d.cts +8 -8
- package/dist/router/index.d.ts +8 -8
- package/dist/router/index.js +5 -3
- package/dist/router/index.js.map +1 -1
- package/dist/{server-8fdd7fb2.d.ts → server-eb7d2cfd.d.ts} +3 -3
- package/dist/{services-c8fe49bf.d.ts → services-94e0afc3.d.ts} +3 -3
- 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 +4 -4
- package/dist/transport/impls/ws/client.d.ts +4 -4
- package/dist/transport/impls/ws/client.js +6 -6
- 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 +4 -4
- package/dist/transport/impls/ws/server.d.ts +4 -4
- package/dist/transport/impls/ws/server.js +6 -6
- package/dist/transport/index.cjs +1 -1
- package/dist/transport/index.cjs.map +1 -1
- package/dist/transport/index.d.cts +4 -4
- package/dist/transport/index.d.ts +4 -4
- package/dist/transport/index.js +6 -6
- package/dist/util/testHelpers.cjs +1 -1
- package/dist/util/testHelpers.cjs.map +1 -1
- package/dist/util/testHelpers.d.cts +5 -5
- package/dist/util/testHelpers.d.ts +5 -5
- package/dist/util/testHelpers.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-FX5DKRIK.js.map +0 -1
- package/dist/chunk-YTMS7OP6.js.map +0 -1
- /package/dist/{chunk-O2VICK2U.js.map → chunk-6EORIAZJ.js.map} +0 -0
- /package/dist/{chunk-YOC4BXQ5.js.map → chunk-GKBNAMHM.js.map} +0 -0
- /package/dist/{chunk-HYPTZTEZ.js.map → chunk-LL4CB5UD.js.map} +0 -0
- /package/dist/{chunk-HFW27CAC.js.map → chunk-RWVZCH26.js.map} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as Connection, y as CommonSession, d as SessionState, z as CommonSessionProps, T as Transport, A as ServerTransportOptions, u as ServerHandshakeOptions, t as ParsedMetadata, B as ServerSession, c as ProvidedServerTransportOptions, D as DeleteSessionOptions } from './context-
|
|
2
|
-
import { e as ProtocolVersion, b as OpaqueTransportMessage, f as Tags, a as TransportMessage, H as HandshakeErrorResponseCodes, c as TransportClientId } from './message-
|
|
1
|
+
import { C as Connection, y as CommonSession, d as SessionState, z as CommonSessionProps, T as Transport, A as ServerTransportOptions, u as ServerHandshakeOptions, t as ParsedMetadata, B as ServerSession, c as ProvidedServerTransportOptions, D as DeleteSessionOptions } from './context-8d1ed9a1.js';
|
|
2
|
+
import { e as ProtocolVersion, b as OpaqueTransportMessage, f as Tags, a as TransportMessage, H as HandshakeErrorResponseCodes, c as TransportClientId } from './message-45658364.js';
|
|
3
3
|
import * as _sinclair_typebox_errors from '@sinclair/typebox/errors';
|
|
4
4
|
import { Static } from '@sinclair/typebox';
|
|
5
5
|
|
|
@@ -33,7 +33,7 @@ declare class SessionWaitingForHandshake<ConnType extends Connection> extends Co
|
|
|
33
33
|
traceId: string;
|
|
34
34
|
spanId: string;
|
|
35
35
|
} | undefined;
|
|
36
|
-
extras?: unknown;
|
|
36
|
+
extras?: Record<string, unknown> | undefined;
|
|
37
37
|
};
|
|
38
38
|
onHandshakeData: (msg: Uint8Array) => void;
|
|
39
39
|
sendHandshake(msg: TransportMessage): boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TObject, TString, TSchema, TUnion, TLiteral, TNever, Static } from '@sinclair/typebox';
|
|
2
|
-
import { C as Connection, q as ClientHandshakeOptions, v as ProcedureHandlerContext, p as ServiceContext } from './context-
|
|
3
|
-
import { c as TransportClientId } from './message-
|
|
4
|
-
import { C as ClientTransport } from './client-
|
|
2
|
+
import { C as Connection, q as ClientHandshakeOptions, v as ProcedureHandlerContext, p as ServiceContext } from './context-8d1ed9a1.js';
|
|
3
|
+
import { c as TransportClientId } from './message-45658364.js';
|
|
4
|
+
import { C as ClientTransport } from './client-ba6815ae.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* {@link UNCAUGHT_ERROR_CODE} is the code that is used when an error is thrown
|
|
@@ -634,7 +634,7 @@ var SessionNoConnection = class extends IdentifiedSessionWithGracePeriod {
|
|
|
634
634
|
var import_api = require("@opentelemetry/api");
|
|
635
635
|
|
|
636
636
|
// package.json
|
|
637
|
-
var version = "0.200.
|
|
637
|
+
var version = "0.200.4";
|
|
638
638
|
|
|
639
639
|
// tracing/index.ts
|
|
640
640
|
function getPropagationContext(ctx) {
|