kitchen-simulator 2.0.41 → 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,6 +1118,7 @@ var Item = /*#__PURE__*/function () {
1118
1118
  });
1119
1119
  }
1120
1120
  });
1121
+ console.log('state =>', state.toJS());
1121
1122
  return {
1122
1123
  updatedState: state
1123
1124
  };
package/lib/class/item.js CHANGED
@@ -1125,6 +1125,7 @@ var Item = exports["default"] = /*#__PURE__*/function () {
1125
1125
  });
1126
1126
  }
1127
1127
  });
1128
+ console.log('state =>', state.toJS());
1128
1129
  return {
1129
1130
  updatedState: state
1130
1131
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitchen-simulator",
3
- "version": "2.0.41",
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",