@replit/river 0.209.1 → 0.209.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.
Files changed (44) hide show
  1. package/dist/{chunk-2AV3IIW5.js → chunk-EHTVQM2C.js} +304 -287
  2. package/dist/chunk-EHTVQM2C.js.map +1 -0
  3. package/dist/{chunk-UC4MQ5FP.js → chunk-I24PIZXW.js} +2 -2
  4. package/dist/{chunk-2DRHPFKM.js → chunk-JRBDMLR3.js} +2 -2
  5. package/dist/{client-Cvl0bF5y.d.ts → client-BzJwq-hg.d.ts} +1 -1
  6. package/dist/{client-CRY4aeRv.d.cts → client-aETS93z1.d.cts} +1 -1
  7. package/dist/codec/index.js +2 -2
  8. package/dist/{connection-BphUYGjL.d.ts → connection-b1wd5XrC.d.ts} +1 -1
  9. package/dist/{connection-BVE0wfE7.d.cts → connection-hUWlS-hg.d.cts} +1 -1
  10. package/dist/router/index.cjs +304 -285
  11. package/dist/router/index.cjs.map +1 -1
  12. package/dist/router/index.d.cts +7 -7
  13. package/dist/router/index.d.ts +7 -7
  14. package/dist/router/index.js +5 -1
  15. package/dist/{server-BKZTIlAc.d.cts → server-BBgDVOzk.d.cts} +1 -1
  16. package/dist/{server-hDGOXIRA.d.ts → server-DZ0Yzmpf.d.ts} +1 -1
  17. package/dist/{services-9I3wdkpy.d.cts → services-C53K219K.d.cts} +91 -6
  18. package/dist/{services-BFGny14R.d.ts → services-DYik59tk.d.ts} +91 -6
  19. package/dist/testUtil/index.cjs +1 -1
  20. package/dist/testUtil/index.cjs.map +1 -1
  21. package/dist/testUtil/index.d.cts +4 -4
  22. package/dist/testUtil/index.d.ts +4 -4
  23. package/dist/testUtil/index.js +2 -2
  24. package/dist/transport/impls/ws/client.cjs +1 -1
  25. package/dist/transport/impls/ws/client.cjs.map +1 -1
  26. package/dist/transport/impls/ws/client.d.cts +3 -3
  27. package/dist/transport/impls/ws/client.d.ts +3 -3
  28. package/dist/transport/impls/ws/client.js +3 -3
  29. package/dist/transport/impls/ws/server.cjs +1 -1
  30. package/dist/transport/impls/ws/server.cjs.map +1 -1
  31. package/dist/transport/impls/ws/server.d.cts +3 -3
  32. package/dist/transport/impls/ws/server.d.ts +3 -3
  33. package/dist/transport/impls/ws/server.js +3 -3
  34. package/dist/transport/index.cjs +1 -1
  35. package/dist/transport/index.cjs.map +1 -1
  36. package/dist/transport/index.d.cts +4 -4
  37. package/dist/transport/index.d.ts +4 -4
  38. package/dist/transport/index.js +2 -2
  39. package/dist/{common-MmS1PQN7.d.cts → transport-CxjUaGhi.d.cts} +232 -232
  40. package/dist/{common-yodP-WNy.d.ts → transport-DwEB67zY.d.ts} +232 -232
  41. package/package.json +1 -1
  42. package/dist/chunk-2AV3IIW5.js.map +0 -1
  43. /package/dist/{chunk-UC4MQ5FP.js.map → chunk-I24PIZXW.js.map} +0 -0
  44. /package/dist/{chunk-2DRHPFKM.js.map → chunk-JRBDMLR3.js.map} +0 -0
@@ -1,9 +1,9 @@
1
1
  import { c as TransportClientId } from '../../../message-Dlsh5WDF.cjs';
2
2
  import { WebSocketServer } from 'ws';
3
- import { W as WebSocketConnection } from '../../../connection-BVE0wfE7.cjs';
3
+ import { W as WebSocketConnection } from '../../../connection-hUWlS-hg.cjs';
4
4
  import { W as WsLike } from '../../../wslike-Dng9H1C7.cjs';
5
- import { S as ServerTransport } from '../../../server-BKZTIlAc.cjs';
6
- import { c as ProvidedServerTransportOptions } from '../../../common-MmS1PQN7.cjs';
5
+ import { S as ServerTransport } from '../../../server-BBgDVOzk.cjs';
6
+ import { c as ProvidedServerTransportOptions } from '../../../transport-CxjUaGhi.cjs';
7
7
  import { IncomingMessage } from 'http';
8
8
  import { TSchema } from '@sinclair/typebox';
9
9
  import '@opentelemetry/api';
@@ -1,9 +1,9 @@
1
1
  import { c as TransportClientId } from '../../../message-Dlsh5WDF.js';
2
2
  import { WebSocketServer } from 'ws';
3
- import { W as WebSocketConnection } from '../../../connection-BphUYGjL.js';
3
+ import { W as WebSocketConnection } from '../../../connection-b1wd5XrC.js';
4
4
  import { W as WsLike } from '../../../wslike-Dng9H1C7.js';
5
- import { S as ServerTransport } from '../../../server-hDGOXIRA.js';
6
- import { c as ProvidedServerTransportOptions } from '../../../common-yodP-WNy.js';
5
+ import { S as ServerTransport } from '../../../server-DZ0Yzmpf.js';
6
+ import { c as ProvidedServerTransportOptions } from '../../../transport-DwEB67zY.js';
7
7
  import { IncomingMessage } from 'http';
8
8
  import { TSchema } from '@sinclair/typebox';
9
9
  import '@opentelemetry/api';
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  WebSocketConnection
3
- } from "../../../chunk-2DRHPFKM.js";
3
+ } from "../../../chunk-JRBDMLR3.js";
4
4
  import {
5
5
  ServerTransport
6
- } from "../../../chunk-UC4MQ5FP.js";
6
+ } from "../../../chunk-I24PIZXW.js";
7
7
  import "../../../chunk-CC7RN7GI.js";
8
- import "../../../chunk-2AV3IIW5.js";
8
+ import "../../../chunk-EHTVQM2C.js";
9
9
 
10
10
  // transport/impls/ws/server.ts
11
11
  function cleanHeaders(headers) {
@@ -640,7 +640,7 @@ function coerceErrorString(err) {
640
640
  }
641
641
 
642
642
  // package.json
643
- var version = "0.209.1";
643
+ var version = "0.209.3";
644
644
 
645
645
  // tracing/index.ts
646
646
  function getPropagationContext(ctx) {