core-3nweb-client-lib 0.42.5 → 0.42.6

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.
@@ -126,7 +126,7 @@ function makeSubscriber(ws, ipcChannel) {
126
126
  };
127
127
  }
128
128
  function addToStatus(status, params) {
129
- for (const [field, value] of Object.values(params)) {
129
+ for (const [field, value] of Object.entries(params)) {
130
130
  status[field] = value;
131
131
  }
132
132
  return status;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "core-3nweb-client-lib",
3
- "version": "0.42.5",
3
+ "version": "0.42.6",
4
4
  "description": "3NWeb client core library, embeddable into different environments",
5
5
  "main": "build/lib-index.js",
6
6
  "types": "build/lib-index.d.ts",