@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
|
ServerTransport
|
|
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/server.ts
|
|
11
11
|
function cleanHeaders(headers) {
|
package/dist/transport/index.cjs
CHANGED
|
@@ -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.
|
|
643
|
+
var version = "0.208.2";
|
|
644
644
|
|
|
645
645
|
// tracing/index.ts
|
|
646
646
|
function getPropagationContext(ctx) {
|