@replit/river 0.208.0 → 0.208.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.
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  WebSocketConnection
3
- } from "../../../chunk-DKW3GC3M.js";
3
+ } from "../../../chunk-XB663LV7.js";
4
4
  import {
5
5
  ClientTransport
6
- } from "../../../chunk-2JNVDUMN.js";
6
+ } from "../../../chunk-2OE32RBD.js";
7
7
  import "../../../chunk-CC7RN7GI.js";
8
- import "../../../chunk-ETZAHFGQ.js";
8
+ import "../../../chunk-XS6CNYUH.js";
9
9
 
10
10
  // transport/impls/ws/client.ts
11
11
  var WebSocketClientTransport = class extends ClientTransport {
@@ -302,7 +302,7 @@ var NaiveJsonCodec = {
302
302
  const parsed = JSON.parse(
303
303
  decoder.decode(buff),
304
304
  function reviver(_key, val) {
305
- if (val?.$t) {
305
+ if (val?.$t !== void 0) {
306
306
  return base64ToUint8Array(val.$t);
307
307
  } else {
308
308
  return val;
@@ -719,7 +719,7 @@ function coerceErrorString(err) {
719
719
  }
720
720
 
721
721
  // package.json
722
- var version = "0.208.0";
722
+ var version = "0.208.2";
723
723
 
724
724
  // tracing/index.ts
725
725
  function createSessionTelemetryInfo(tracer, sessionId, to, from, propagationCtx) {