@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
  ServerTransport
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/server.ts
11
11
  function cleanHeaders(headers) {
@@ -168,7 +168,7 @@ var NaiveJsonCodec = {
168
168
  const parsed = JSON.parse(
169
169
  decoder.decode(buff),
170
170
  function reviver(_key, val) {
171
- if (val?.$t) {
171
+ if (val?.$t !== void 0) {
172
172
  return base64ToUint8Array(val.$t);
173
173
  } else {
174
174
  return val;
@@ -640,7 +640,7 @@ function coerceErrorString(err) {
640
640
  }
641
641
 
642
642
  // package.json
643
- var version = "0.208.0";
643
+ var version = "0.208.2";
644
644
 
645
645
  // tracing/index.ts
646
646
  function getPropagationContext(ctx) {