@replit/river 0.205.0 → 0.205.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.
Files changed (50) hide show
  1. package/dist/{chunk-EU2H4J7U.js → chunk-356UADV3.js} +2 -2
  2. package/dist/{chunk-RAO6UI45.js → chunk-3XCLUGDM.js} +3 -3
  3. package/dist/{chunk-WBGKPIFS.js → chunk-CC7RN7GI.js} +1 -1
  4. package/dist/chunk-CC7RN7GI.js.map +1 -0
  5. package/dist/{chunk-GG3GL7CW.js → chunk-HNBYBRJ7.js} +41 -13
  6. package/dist/chunk-HNBYBRJ7.js.map +1 -0
  7. package/dist/{chunk-VN7QS6OS.js → chunk-OVLZDQF4.js} +3 -3
  8. package/dist/{chunk-AXZPYUY6.js → chunk-Y2N4EJYG.js} +3 -3
  9. package/dist/{client-3adfb12a.d.ts → client-c44d1c69.d.ts} +2 -2
  10. package/dist/{connection-9ca3e7ed.d.ts → connection-03726441.d.ts} +6 -4
  11. package/dist/{context-1a332293.d.ts → context-ebf88958.d.ts} +9 -4
  12. package/dist/logging/index.cjs.map +1 -1
  13. package/dist/logging/index.d.cts +1 -2
  14. package/dist/logging/index.d.ts +1 -2
  15. package/dist/logging/index.js +1 -1
  16. package/dist/{message-3def9ded.d.ts → message-865bba35.d.ts} +4 -2
  17. package/dist/router/index.cjs +40 -12
  18. package/dist/router/index.cjs.map +1 -1
  19. package/dist/router/index.d.cts +8 -10
  20. package/dist/router/index.d.ts +8 -10
  21. package/dist/router/index.js +1 -1
  22. package/dist/{server-8ac5c6bf.d.ts → server-b169b234.d.ts} +6 -4
  23. package/dist/{services-4213d92e.d.ts → services-47b312aa.d.ts} +11 -3
  24. package/dist/testUtil/index.cjs +1 -1
  25. package/dist/testUtil/index.cjs.map +1 -1
  26. package/dist/testUtil/index.d.cts +5 -7
  27. package/dist/testUtil/index.d.ts +5 -7
  28. package/dist/testUtil/index.js +5 -5
  29. package/dist/transport/impls/ws/client.cjs +1 -1
  30. package/dist/transport/impls/ws/client.cjs.map +1 -1
  31. package/dist/transport/impls/ws/client.d.cts +4 -6
  32. package/dist/transport/impls/ws/client.d.ts +4 -6
  33. package/dist/transport/impls/ws/client.js +5 -5
  34. package/dist/transport/impls/ws/server.cjs +1 -1
  35. package/dist/transport/impls/ws/server.cjs.map +1 -1
  36. package/dist/transport/impls/ws/server.d.cts +4 -6
  37. package/dist/transport/impls/ws/server.d.ts +4 -6
  38. package/dist/transport/impls/ws/server.js +5 -5
  39. package/dist/transport/index.cjs +1 -1
  40. package/dist/transport/index.cjs.map +1 -1
  41. package/dist/transport/index.d.cts +4 -6
  42. package/dist/transport/index.d.ts +4 -6
  43. package/dist/transport/index.js +5 -5
  44. package/package.json +1 -1
  45. package/dist/chunk-GG3GL7CW.js.map +0 -1
  46. package/dist/chunk-WBGKPIFS.js.map +0 -1
  47. /package/dist/{chunk-EU2H4J7U.js.map → chunk-356UADV3.js.map} +0 -0
  48. /package/dist/{chunk-RAO6UI45.js.map → chunk-3XCLUGDM.js.map} +0 -0
  49. /package/dist/{chunk-VN7QS6OS.js.map → chunk-OVLZDQF4.js.map} +0 -0
  50. /package/dist/{chunk-AXZPYUY6.js.map → chunk-Y2N4EJYG.js.map} +0 -0
@@ -1,14 +1,12 @@
1
- import { c as TransportClientId } from '../../../message-3def9ded.js';
1
+ import { c as TransportClientId } from '../../../message-865bba35.js';
2
2
  import { WebSocketServer } from 'ws';
3
- import { W as WebSocketConnection } from '../../../connection-9ca3e7ed.js';
3
+ import { W as WebSocketConnection } from '../../../connection-03726441.js';
4
4
  import { W as WsLike } from '../../../wslike-e0b32dd5.js';
5
- import { S as ServerTransport } from '../../../server-8ac5c6bf.js';
6
- import { c as ProvidedServerTransportOptions } from '../../../context-1a332293.js';
5
+ import { S as ServerTransport } from '../../../server-b169b234.js';
6
+ import { c as ProvidedServerTransportOptions } from '../../../context-ebf88958.js';
7
7
  import { IncomingMessage } from 'http';
8
- import '@sinclair/typebox/value';
9
8
  import '@sinclair/typebox';
10
9
  import '@opentelemetry/api';
11
- import '@sinclair/typebox/errors';
12
10
  import '../../../types-3e5768ec.js';
13
11
 
14
12
  declare class WebSocketServerTransport extends ServerTransport<WebSocketConnection> {
@@ -1,14 +1,12 @@
1
- import { c as TransportClientId } from '../../../message-3def9ded.js';
1
+ import { c as TransportClientId } from '../../../message-865bba35.js';
2
2
  import { WebSocketServer } from 'ws';
3
- import { W as WebSocketConnection } from '../../../connection-9ca3e7ed.js';
3
+ import { W as WebSocketConnection } from '../../../connection-03726441.js';
4
4
  import { W as WsLike } from '../../../wslike-e0b32dd5.js';
5
- import { S as ServerTransport } from '../../../server-8ac5c6bf.js';
6
- import { c as ProvidedServerTransportOptions } from '../../../context-1a332293.js';
5
+ import { S as ServerTransport } from '../../../server-b169b234.js';
6
+ import { c as ProvidedServerTransportOptions } from '../../../context-ebf88958.js';
7
7
  import { IncomingMessage } from 'http';
8
- import '@sinclair/typebox/value';
9
8
  import '@sinclair/typebox';
10
9
  import '@opentelemetry/api';
11
- import '@sinclair/typebox/errors';
12
10
  import '../../../types-3e5768ec.js';
13
11
 
14
12
  declare class WebSocketServerTransport extends ServerTransport<WebSocketConnection> {
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  ServerTransport
3
- } from "../../../chunk-VN7QS6OS.js";
3
+ } from "../../../chunk-OVLZDQF4.js";
4
4
  import {
5
5
  WebSocketConnection
6
- } from "../../../chunk-EU2H4J7U.js";
7
- import "../../../chunk-AXZPYUY6.js";
8
- import "../../../chunk-GG3GL7CW.js";
9
- import "../../../chunk-WBGKPIFS.js";
6
+ } from "../../../chunk-356UADV3.js";
7
+ import "../../../chunk-Y2N4EJYG.js";
8
+ import "../../../chunk-HNBYBRJ7.js";
9
+ import "../../../chunk-CC7RN7GI.js";
10
10
  import "../../../chunk-AJGIY2UB.js";
11
11
 
12
12
  // transport/impls/ws/server.ts
@@ -630,7 +630,7 @@ function coerceErrorString(err) {
630
630
  }
631
631
 
632
632
  // package.json
633
- var version = "0.205.0";
633
+ var version = "0.205.1";
634
634
 
635
635
  // tracing/index.ts
636
636
  function getPropagationContext(ctx) {