@replit/river 0.200.4 → 0.200.5

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 (31) hide show
  1. package/dist/{chunk-LL4CB5UD.js → chunk-3FMY7VTM.js} +2 -2
  2. package/dist/{chunk-Q7DD2FLX.js → chunk-64J442AK.js} +2 -2
  3. package/dist/{chunk-Q7DD2FLX.js.map → chunk-64J442AK.js.map} +1 -1
  4. package/dist/{chunk-RWVZCH26.js → chunk-7Z5MSOKL.js} +3 -3
  5. package/dist/{chunk-6EORIAZJ.js → chunk-MSJGPQRT.js} +4 -4
  6. package/dist/{chunk-GKBNAMHM.js → chunk-WN7GEBMX.js} +4 -4
  7. package/dist/{chunk-BBTXTDJ5.js → chunk-Z7Q5CDXD.js} +2 -2
  8. package/dist/router/index.cjs +6 -7
  9. package/dist/router/index.cjs.map +1 -1
  10. package/dist/router/index.d.cts +1 -1
  11. package/dist/router/index.d.ts +1 -1
  12. package/dist/router/index.js +6 -7
  13. package/dist/router/index.js.map +1 -1
  14. package/dist/transport/impls/ws/client.cjs +1 -1
  15. package/dist/transport/impls/ws/client.cjs.map +1 -1
  16. package/dist/transport/impls/ws/client.js +5 -5
  17. package/dist/transport/impls/ws/server.cjs +1 -1
  18. package/dist/transport/impls/ws/server.cjs.map +1 -1
  19. package/dist/transport/impls/ws/server.js +5 -5
  20. package/dist/transport/index.cjs +1 -1
  21. package/dist/transport/index.cjs.map +1 -1
  22. package/dist/transport/index.js +5 -5
  23. package/dist/util/testHelpers.cjs +1 -1
  24. package/dist/util/testHelpers.cjs.map +1 -1
  25. package/dist/util/testHelpers.js +2 -2
  26. package/package.json +1 -1
  27. /package/dist/{chunk-LL4CB5UD.js.map → chunk-3FMY7VTM.js.map} +0 -0
  28. /package/dist/{chunk-RWVZCH26.js.map → chunk-7Z5MSOKL.js.map} +0 -0
  29. /package/dist/{chunk-6EORIAZJ.js.map → chunk-MSJGPQRT.js.map} +0 -0
  30. /package/dist/{chunk-GKBNAMHM.js.map → chunk-WN7GEBMX.js.map} +0 -0
  31. /package/dist/{chunk-BBTXTDJ5.js.map → chunk-Z7Q5CDXD.js.map} +0 -0
@@ -1,22 +1,22 @@
1
1
  import {
2
2
  ClientTransport
3
- } from "../chunk-GKBNAMHM.js";
3
+ } from "../chunk-WN7GEBMX.js";
4
4
  import {
5
5
  ServerTransport
6
- } from "../chunk-6EORIAZJ.js";
6
+ } from "../chunk-MSJGPQRT.js";
7
7
  import {
8
8
  Connection,
9
9
  ProtocolError,
10
10
  Transport
11
- } from "../chunk-RWVZCH26.js";
11
+ } from "../chunk-7Z5MSOKL.js";
12
12
  import "../chunk-LHH5LQ7C.js";
13
13
  import {
14
14
  SessionState
15
- } from "../chunk-LL4CB5UD.js";
15
+ } from "../chunk-3FMY7VTM.js";
16
16
  import {
17
17
  OpaqueTransportMessageSchema,
18
18
  TransportMessageSchema
19
- } from "../chunk-Q7DD2FLX.js";
19
+ } from "../chunk-64J442AK.js";
20
20
  import "../chunk-AJGIY2UB.js";
21
21
  export {
22
22
  ClientTransport,
@@ -717,7 +717,7 @@ var SessionNoConnection = class extends IdentifiedSessionWithGracePeriod {
717
717
  var import_api = require("@opentelemetry/api");
718
718
 
719
719
  // package.json
720
- var version = "0.200.4";
720
+ var version = "0.200.5";
721
721
 
722
722
  // tracing/index.ts
723
723
  function createSessionTelemetryInfo(sessionId, to, from, propagationCtx) {