@replit/river 0.201.0 → 0.202.0

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 (32) hide show
  1. package/dist/{chunk-UBUD2LMZ.js → chunk-2T22KY5X.js} +3 -3
  2. package/dist/{chunk-52DVJUVZ.js → chunk-BDUOHZMF.js} +2 -2
  3. package/dist/{chunk-OZ3ITXW5.js → chunk-NSH4D6OB.js} +3 -3
  4. package/dist/{chunk-7IUEEQP7.js → chunk-QMXUCLGE.js} +2 -2
  5. package/dist/{chunk-7IUEEQP7.js.map → chunk-QMXUCLGE.js.map} +1 -1
  6. package/dist/{chunk-PJ4GJ5CU.js → chunk-W4AGHFXK.js} +2 -2
  7. package/dist/router/index.cjs +20 -3
  8. package/dist/router/index.cjs.map +1 -1
  9. package/dist/router/index.d.cts +5 -4
  10. package/dist/router/index.d.ts +5 -4
  11. package/dist/router/index.js +20 -3
  12. package/dist/router/index.js.map +1 -1
  13. package/dist/{services-e71ea921.d.ts → services-a05f5174.d.ts} +7 -2
  14. package/dist/testUtil/index.cjs +1 -1
  15. package/dist/testUtil/index.cjs.map +1 -1
  16. package/dist/testUtil/index.d.cts +1 -1
  17. package/dist/testUtil/index.d.ts +1 -1
  18. package/dist/testUtil/index.js +4 -4
  19. package/dist/transport/impls/ws/client.cjs +1 -1
  20. package/dist/transport/impls/ws/client.cjs.map +1 -1
  21. package/dist/transport/impls/ws/client.js +4 -4
  22. package/dist/transport/impls/ws/server.cjs +1 -1
  23. package/dist/transport/impls/ws/server.cjs.map +1 -1
  24. package/dist/transport/impls/ws/server.js +4 -4
  25. package/dist/transport/index.cjs +1 -1
  26. package/dist/transport/index.cjs.map +1 -1
  27. package/dist/transport/index.js +4 -4
  28. package/package.json +1 -1
  29. /package/dist/{chunk-UBUD2LMZ.js.map → chunk-2T22KY5X.js.map} +0 -0
  30. /package/dist/{chunk-52DVJUVZ.js.map → chunk-BDUOHZMF.js.map} +0 -0
  31. /package/dist/{chunk-OZ3ITXW5.js.map → chunk-NSH4D6OB.js.map} +0 -0
  32. /package/dist/{chunk-PJ4GJ5CU.js.map → chunk-W4AGHFXK.js.map} +0 -0
@@ -3,7 +3,7 @@ import { C as ClientTransport } from '../client-a32692b0.js';
3
3
  import { S as ServerTransport } from '../server-48d90a77.js';
4
4
  import { c as TransportClientId, f as PartialTransportMessage, b as OpaqueTransportMessage } from '../message-3def9ded.js';
5
5
  import { Static } from '@sinclair/typebox';
6
- import { E as BaseErrorSchemaType, u as Readable, X as ReadableIterator, Y as ReadableResult } from '../services-e71ea921.js';
6
+ import { E as BaseErrorSchemaType, u as Readable, X as ReadableIterator, Y as ReadableResult } from '../services-a05f5174.js';
7
7
  import NodeWs from 'ws';
8
8
  import http from 'node:http';
9
9
  import { W as WsLike } from '../wslike-e0b32dd5.js';
@@ -3,7 +3,7 @@ import { C as ClientTransport } from '../client-a32692b0.js';
3
3
  import { S as ServerTransport } from '../server-48d90a77.js';
4
4
  import { c as TransportClientId, f as PartialTransportMessage, b as OpaqueTransportMessage } from '../message-3def9ded.js';
5
5
  import { Static } from '@sinclair/typebox';
6
- import { E as BaseErrorSchemaType, u as Readable, X as ReadableIterator, Y as ReadableResult } from '../services-e71ea921.js';
6
+ import { E as BaseErrorSchemaType, u as Readable, X as ReadableIterator, Y as ReadableResult } from '../services-a05f5174.js';
7
7
  import NodeWs from 'ws';
8
8
  import http from 'node:http';
9
9
  import { W as WsLike } from '../wslike-e0b32dd5.js';
@@ -1,18 +1,18 @@
1
1
  import {
2
2
  ClientTransport
3
- } from "../chunk-OZ3ITXW5.js";
3
+ } from "../chunk-NSH4D6OB.js";
4
4
  import {
5
5
  ServerTransport
6
- } from "../chunk-UBUD2LMZ.js";
6
+ } from "../chunk-2T22KY5X.js";
7
7
  import {
8
8
  Connection,
9
9
  SessionStateGraph,
10
10
  defaultClientTransportOptions,
11
11
  defaultTransportOptions
12
- } from "../chunk-PJ4GJ5CU.js";
12
+ } from "../chunk-W4AGHFXK.js";
13
13
  import {
14
14
  currentProtocolVersion
15
- } from "../chunk-7IUEEQP7.js";
15
+ } from "../chunk-QMXUCLGE.js";
16
16
  import "../chunk-LHH5LQ7C.js";
17
17
  import "../chunk-AJGIY2UB.js";
18
18
 
@@ -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.201.0";
637
+ var version = "0.202.0";
638
638
 
639
639
  // tracing/index.ts
640
640
  function getPropagationContext(ctx) {