kitchen-simulator 2.0.42 → 2.0.43

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/es/class/item.js CHANGED
@@ -1118,7 +1118,7 @@ var Item = /*#__PURE__*/function () {
1118
1118
  });
1119
1119
  }
1120
1120
  });
1121
- console.log('state =>', state);
1121
+ console.log('state =>', state.toJS());
1122
1122
  return {
1123
1123
  updatedState: state
1124
1124
  };
package/lib/class/item.js CHANGED
@@ -1125,7 +1125,7 @@ var Item = exports["default"] = /*#__PURE__*/function () {
1125
1125
  });
1126
1126
  }
1127
1127
  });
1128
- console.log('state =>', state);
1128
+ console.log('state =>', state.toJS());
1129
1129
  return {
1130
1130
  updatedState: state
1131
1131
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitchen-simulator",
3
- "version": "2.0.42",
3
+ "version": "2.0.43",
4
4
  "description": "It is a kitchen simulator (self-contained micro-frontend).",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",