@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.
- package/dist/{chunk-2JNVDUMN.js → chunk-2OE32RBD.js} +3 -3
- package/dist/chunk-2OE32RBD.js.map +1 -0
- package/dist/{chunk-DKW3GC3M.js → chunk-XB663LV7.js} +2 -2
- package/dist/{chunk-ETZAHFGQ.js → chunk-XS6CNYUH.js} +2 -2
- package/dist/{chunk-ETZAHFGQ.js.map → chunk-XS6CNYUH.js.map} +1 -1
- package/dist/codec/index.cjs +1 -1
- package/dist/codec/index.cjs.map +1 -1
- package/dist/codec/index.js +2 -2
- package/dist/router/index.cjs +1 -1
- package/dist/router/index.cjs.map +1 -1
- package/dist/router/index.d.cts +1 -1
- package/dist/router/index.d.ts +1 -1
- package/dist/router/index.js +1 -1
- package/dist/testUtil/index.cjs +2 -2
- package/dist/testUtil/index.cjs.map +1 -1
- package/dist/testUtil/index.js +2 -2
- package/dist/transport/impls/ws/client.cjs +2 -2
- package/dist/transport/impls/ws/client.cjs.map +1 -1
- package/dist/transport/impls/ws/client.js +3 -3
- package/dist/transport/impls/ws/server.cjs +2 -2
- package/dist/transport/impls/ws/server.cjs.map +1 -1
- package/dist/transport/impls/ws/server.js +3 -3
- package/dist/transport/index.cjs +2 -2
- package/dist/transport/index.cjs.map +1 -1
- package/dist/transport/index.js +2 -2
- package/package.json +2 -2
- package/dist/chunk-2JNVDUMN.js.map +0 -1
- /package/dist/{chunk-DKW3GC3M.js.map → chunk-XB663LV7.js.map} +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
WebSocketConnection
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-XB663LV7.js";
|
|
4
4
|
import {
|
|
5
5
|
ClientTransport
|
|
6
|
-
} from "../../../chunk-
|
|
6
|
+
} from "../../../chunk-2OE32RBD.js";
|
|
7
7
|
import "../../../chunk-CC7RN7GI.js";
|
|
8
|
-
import "../../../chunk-
|
|
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.
|
|
722
|
+
var version = "0.208.2";
|
|
723
723
|
|
|
724
724
|
// tracing/index.ts
|
|
725
725
|
function createSessionTelemetryInfo(tracer, sessionId, to, from, propagationCtx) {
|