@replit/river 0.212.0 → 0.212.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.
@@ -2,9 +2,9 @@ import {
2
2
  BinaryCodec,
3
3
  CodecMessageAdapter,
4
4
  NaiveJsonCodec
5
- } from "../chunk-FW4QYF33.js";
5
+ } from "../chunk-JPNTEDEA.js";
6
+ import "../chunk-6KQ3NG67.js";
6
7
  import "../chunk-CC7RN7GI.js";
7
- import "../chunk-S6I4XLQG.js";
8
8
  export {
9
9
  BinaryCodec,
10
10
  CodecMessageAdapter,
@@ -937,6 +937,7 @@ function _createRecursiveProxy(callback, path) {
937
937
  // property access, recurse and add field to path
938
938
  get(_obj, key) {
939
939
  if (typeof key !== "string") return void 0;
940
+ if (key === "then") return void 0;
940
941
  return _createRecursiveProxy(callback, [...path, key]);
941
942
  },
942
943
  // hit the end, let's invoke the handler
@@ -1944,7 +1945,7 @@ function createServerHandshakeOptions(schema, validate) {
1944
1945
  }
1945
1946
 
1946
1947
  // package.json
1947
- var version = "0.212.0";
1948
+ var version = "0.212.2";
1948
1949
  // Annotate the CommonJS export names for ESM import in node:
1949
1950
  0 && (module.exports = {
1950
1951
  CANCEL_CODE,