@replit/river 0.216.0 → 0.216.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 (33) hide show
  1. package/dist/{chunk-75ZMPCKC.js → chunk-62BM2WOT.js} +2 -2
  2. package/dist/{chunk-ZLMQQI43.js → chunk-C4EPHIKQ.js} +11 -3
  3. package/dist/chunk-C4EPHIKQ.js.map +1 -0
  4. package/dist/codec/index.js +2 -2
  5. package/dist/protobuf/index.cjs +1 -1
  6. package/dist/protobuf/index.cjs.map +1 -1
  7. package/dist/protobuf/index.d.cts +2 -2
  8. package/dist/protobuf/index.d.ts +2 -2
  9. package/dist/protobuf/index.js +1 -1
  10. package/dist/router/index.cjs +10 -2
  11. package/dist/router/index.cjs.map +1 -1
  12. package/dist/router/index.d.cts +3 -3
  13. package/dist/router/index.d.ts +3 -3
  14. package/dist/router/index.js +1 -1
  15. package/dist/{services-cwGAC2rB.d.cts → services-CjigASqe.d.cts} +11 -1
  16. package/dist/{services-BrTFTO5Q.d.ts → services-DpT2yNtt.d.ts} +11 -1
  17. package/dist/testUtil/index.cjs +1 -1
  18. package/dist/testUtil/index.cjs.map +1 -1
  19. package/dist/testUtil/index.d.cts +1 -1
  20. package/dist/testUtil/index.d.ts +1 -1
  21. package/dist/testUtil/index.js +2 -2
  22. package/dist/transport/impls/ws/client.cjs +1 -1
  23. package/dist/transport/impls/ws/client.cjs.map +1 -1
  24. package/dist/transport/impls/ws/client.js +2 -2
  25. package/dist/transport/impls/ws/server.cjs +1 -1
  26. package/dist/transport/impls/ws/server.cjs.map +1 -1
  27. package/dist/transport/impls/ws/server.js +2 -2
  28. package/dist/transport/index.cjs +1 -1
  29. package/dist/transport/index.cjs.map +1 -1
  30. package/dist/transport/index.js +2 -2
  31. package/package.json +1 -1
  32. package/dist/chunk-ZLMQQI43.js.map +0 -1
  33. /package/dist/{chunk-75ZMPCKC.js.map → chunk-62BM2WOT.js.map} +0 -0
@@ -3,7 +3,7 @@ import { C as ClientTransport } from '../client-BZUvFL6B.cjs';
3
3
  import { S as ServerTransport } from '../server-JdnoVO11.cjs';
4
4
  import { T as TransportClientId, e as PartialTransportMessage, O as OpaqueTransportMessage } from '../message-CpXWqmJw.cjs';
5
5
  import { TSchema, Static } from '@sinclair/typebox';
6
- import { B as BaseErrorSchemaType, q as Readable, $ as ReadableIterator, s as ReadableResult } from '../services-cwGAC2rB.cjs';
6
+ import { B as BaseErrorSchemaType, s as Readable, a1 as ReadableIterator, u as ReadableResult } from '../services-CjigASqe.cjs';
7
7
  import { W as WsLike } from '../wslike-Dng9H1C7.cjs';
8
8
  import NodeWs from 'ws';
9
9
  import http from 'node:http';
@@ -3,7 +3,7 @@ import { C as ClientTransport } from '../client-BNc5Pj_4.js';
3
3
  import { S as ServerTransport } from '../server-BPu7Td80.js';
4
4
  import { T as TransportClientId, e as PartialTransportMessage, O as OpaqueTransportMessage } from '../message-CpXWqmJw.js';
5
5
  import { TSchema, Static } from '@sinclair/typebox';
6
- import { B as BaseErrorSchemaType, q as Readable, $ as ReadableIterator, s as ReadableResult } from '../services-BrTFTO5Q.js';
6
+ import { B as BaseErrorSchemaType, s as Readable, a1 as ReadableIterator, u as ReadableResult } from '../services-DpT2yNtt.js';
7
7
  import { W as WsLike } from '../wslike-Dng9H1C7.js';
8
8
  import NodeWs from 'ws';
9
9
  import http from 'node:http';
@@ -5,12 +5,12 @@ import {
5
5
  SessionStateGraph,
6
6
  defaultClientTransportOptions,
7
7
  defaultTransportOptions
8
- } from "../chunk-75ZMPCKC.js";
8
+ } from "../chunk-62BM2WOT.js";
9
9
  import "../chunk-CC7RN7GI.js";
10
10
  import {
11
11
  currentProtocolVersion,
12
12
  getTracer
13
- } from "../chunk-ZLMQQI43.js";
13
+ } from "../chunk-C4EPHIKQ.js";
14
14
 
15
15
  // testUtil/index.ts
16
16
  import NodeWs, { WebSocketServer } from "ws";
@@ -687,7 +687,7 @@ function coerceErrorString(err) {
687
687
  }
688
688
 
689
689
  // package.json
690
- var version = "0.216.0";
690
+ var version = "0.216.1";
691
691
 
692
692
  // tracing/index.ts
693
693
  function getPropagationContext(ctx) {