hypha-rpc 0.20.81 → 0.20.84
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/hypha-rpc-websocket.js +1 -1
- package/dist/hypha-rpc-websocket.js.map +1 -1
- package/dist/hypha-rpc-websocket.min.js +1 -1
- package/dist/hypha-rpc-websocket.min.js.map +1 -1
- package/dist/hypha-rpc-websocket.min.mjs +1 -1
- package/dist/hypha-rpc-websocket.min.mjs.map +1 -1
- package/dist/hypha-rpc-websocket.mjs +1 -1
- package/dist/hypha-rpc-websocket.mjs.map +1 -1
- package/package.json +1 -1
- package/src/rpc.js +1 -1
|
@@ -2649,7 +2649,7 @@ class RPC extends _utils_index_js__WEBPACK_IMPORTED_MODULE_0__.MessageEmitter {
|
|
|
2649
2649
|
local_workspace,
|
|
2650
2650
|
),
|
|
2651
2651
|
};
|
|
2652
|
-
} else if (aObject.constructor === Object || Array.isArray(aObject)) {
|
|
2652
|
+
} else if (aObject.constructor === Object || Array.isArray(aObject) || aObject instanceof RemoteService) {
|
|
2653
2653
|
bObject = isarray ? [] : {};
|
|
2654
2654
|
const keys = Object.keys(aObject);
|
|
2655
2655
|
for (let k of keys) {
|