zakeke-configurator-react 0.0.209 → 0.0.210

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.
Files changed (2) hide show
  1. package/dist/index.js +7 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -66107,17 +66107,19 @@ var ZakekeEnvironment = /*#__PURE__*/function () {
66107
66107
  _context72.next = 14;
66108
66108
  return _this.sync3DAndPlatformSelectionWithCurrentSelection();
66109
66109
  case 14:
66110
- _context72.next = 19;
66110
+ _this.buildStructure();
66111
+ _this.updatePrice();
66112
+ _context72.next = 21;
66111
66113
  break;
66112
- case 16:
66113
- _context72.prev = 16;
66114
+ case 18:
66115
+ _context72.prev = 18;
66114
66116
  _context72.t0 = _context72["catch"](0);
66115
66117
  console.error(_context72.t0);
66116
- case 19:
66118
+ case 21:
66117
66119
  case "end":
66118
66120
  return _context72.stop();
66119
66121
  }
66120
- }, _callee71, null, [[0, 16]]);
66122
+ }, _callee71, null, [[0, 18]]);
66121
66123
  }));
66122
66124
  return function (_x68) {
66123
66125
  return _ref74.apply(this, arguments);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zakeke-configurator-react",
3
- "version": "0.0.209",
3
+ "version": "0.0.210",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/declarations/composer/Module/src/index.d.ts",