kitchen-simulator 10.0.3 → 10.0.4

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.
@@ -49,7 +49,6 @@ function _handleChangeDoorStyleEvent() {
49
49
  return item.itemID === v.itemID && item.name === v.name && doorStyle.id === v.doorFinishId;
50
50
  })) {
51
51
  ccdf_list.push({
52
- ccdfId: item.ccdf.id,
53
52
  itemID: item.itemID,
54
53
  prototype: item.prototype,
55
54
  category: item.category,
@@ -56,7 +56,6 @@ function _handleChangeDoorStyleEvent() {
56
56
  return item.itemID === v.itemID && item.name === v.name && doorStyle.id === v.doorFinishId;
57
57
  })) {
58
58
  ccdf_list.push({
59
- ccdfId: item.ccdf.id,
60
59
  itemID: item.itemID,
61
60
  prototype: item.prototype,
62
61
  category: item.category,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitchen-simulator",
3
- "version": "10.0.3",
3
+ "version": "10.0.4",
4
4
  "description": "It is a kitchen simulator (self-contained micro-frontend).",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",