@replit/river 0.25.0 → 0.25.2

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 (50) hide show
  1. package/dist/{chunk-6NPQ43ZP.js → chunk-EHD2JJBW.js} +2 -2
  2. package/dist/{chunk-6NPQ43ZP.js.map → chunk-EHD2JJBW.js.map} +1 -1
  3. package/dist/{chunk-JTZVFCMT.js → chunk-GDHQCPWW.js} +41 -18
  4. package/dist/{chunk-JTZVFCMT.js.map → chunk-GDHQCPWW.js.map} +1 -1
  5. package/dist/{chunk-4GCILF7L.js → chunk-ONIPHO7J.js} +102 -95
  6. package/dist/chunk-ONIPHO7J.js.map +1 -0
  7. package/dist/{chunk-FEMGSUEE.js → chunk-PF74DCPQ.js} +3 -3
  8. package/dist/chunk-PF74DCPQ.js.map +1 -0
  9. package/dist/{chunk-XVGZYVNR.js → chunk-Q3PZBJXR.js} +199 -117
  10. package/dist/chunk-Q3PZBJXR.js.map +1 -0
  11. package/dist/{chunk-N2UT2H2D.js → chunk-QXMZJ7LF.js} +17 -26
  12. package/dist/chunk-QXMZJ7LF.js.map +1 -0
  13. package/dist/{chunk-BMSEVPGM.js → chunk-ZWMWRM23.js} +2 -2
  14. package/dist/{client-1321630c.d.ts → client-edc8e2de.d.ts} +3 -1
  15. package/dist/{connection-bd907ca6.d.ts → connection-ef50ac3a.d.ts} +1 -1
  16. package/dist/{handshake-3772d7ca.d.ts → handshake-12d57161.d.ts} +131 -83
  17. package/dist/router/index.cjs +40 -17
  18. package/dist/router/index.cjs.map +1 -1
  19. package/dist/router/index.d.cts +7 -7
  20. package/dist/router/index.d.ts +7 -7
  21. package/dist/router/index.js +2 -2
  22. package/dist/{server-f0fd2b98.d.ts → server-f8228636.d.ts} +8 -3
  23. package/dist/{services-8d14ae16.d.ts → services-4b9e5232.d.ts} +2 -2
  24. package/dist/transport/impls/ws/client.cjs +291 -205
  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 +5 -5
  29. package/dist/transport/impls/ws/server.cjs +206 -136
  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 +5 -5
  34. package/dist/transport/index.cjs +304 -226
  35. package/dist/transport/index.cjs.map +1 -1
  36. package/dist/transport/index.d.cts +3 -3
  37. package/dist/transport/index.d.ts +3 -3
  38. package/dist/transport/index.js +5 -5
  39. package/dist/util/testHelpers.cjs +197 -115
  40. package/dist/util/testHelpers.cjs.map +1 -1
  41. package/dist/util/testHelpers.d.cts +5 -4
  42. package/dist/util/testHelpers.d.ts +5 -4
  43. package/dist/util/testHelpers.js +6 -3
  44. package/dist/util/testHelpers.js.map +1 -1
  45. package/package.json +1 -1
  46. package/dist/chunk-4GCILF7L.js.map +0 -1
  47. package/dist/chunk-FEMGSUEE.js.map +0 -1
  48. package/dist/chunk-N2UT2H2D.js.map +0 -1
  49. package/dist/chunk-XVGZYVNR.js.map +0 -1
  50. /package/dist/{chunk-BMSEVPGM.js.map → chunk-ZWMWRM23.js.map} +0 -0
@@ -1,9 +1,9 @@
1
1
  import { c as TransportClientId } from '../../../message-e6c560fd.js';
2
2
  import { WebSocketServer } from 'ws';
3
- import { W as WebSocketConnection } from '../../../connection-bd907ca6.js';
3
+ import { W as WebSocketConnection } from '../../../connection-ef50ac3a.js';
4
4
  import { W as WsLike } from '../../../wslike-e0b32dd5.js';
5
- import { S as ServerTransport } from '../../../server-f0fd2b98.js';
6
- import { c as ProvidedServerTransportOptions } from '../../../handshake-3772d7ca.js';
5
+ import { S as ServerTransport } from '../../../server-f8228636.js';
6
+ import { c as ProvidedServerTransportOptions } from '../../../handshake-12d57161.js';
7
7
  import '@sinclair/typebox/value';
8
8
  import '@sinclair/typebox';
9
9
  import '@opentelemetry/api';
@@ -1,9 +1,9 @@
1
1
  import { c as TransportClientId } from '../../../message-e6c560fd.js';
2
2
  import { WebSocketServer } from 'ws';
3
- import { W as WebSocketConnection } from '../../../connection-bd907ca6.js';
3
+ import { W as WebSocketConnection } from '../../../connection-ef50ac3a.js';
4
4
  import { W as WsLike } from '../../../wslike-e0b32dd5.js';
5
- import { S as ServerTransport } from '../../../server-f0fd2b98.js';
6
- import { c as ProvidedServerTransportOptions } from '../../../handshake-3772d7ca.js';
5
+ import { S as ServerTransport } from '../../../server-f8228636.js';
6
+ import { c as ProvidedServerTransportOptions } from '../../../handshake-12d57161.js';
7
7
  import '@sinclair/typebox/value';
8
8
  import '@sinclair/typebox';
9
9
  import '@opentelemetry/api';
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  ServerTransport
3
- } from "../../../chunk-N2UT2H2D.js";
3
+ } from "../../../chunk-QXMZJ7LF.js";
4
4
  import {
5
5
  WebSocketConnection
6
- } from "../../../chunk-BMSEVPGM.js";
7
- import "../../../chunk-FEMGSUEE.js";
6
+ } from "../../../chunk-ZWMWRM23.js";
7
+ import "../../../chunk-PF74DCPQ.js";
8
8
  import "../../../chunk-TAH2GVTJ.js";
9
- import "../../../chunk-XVGZYVNR.js";
10
- import "../../../chunk-6NPQ43ZP.js";
9
+ import "../../../chunk-Q3PZBJXR.js";
10
+ import "../../../chunk-EHD2JJBW.js";
11
11
  import "../../../chunk-4PVU7J25.js";
12
12
 
13
13
  // transport/impls/ws/server.ts