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.
- package/dist/index.js +7 -5
- 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
|
-
|
|
66110
|
+
_this.buildStructure();
|
|
66111
|
+
_this.updatePrice();
|
|
66112
|
+
_context72.next = 21;
|
|
66111
66113
|
break;
|
|
66112
|
-
case
|
|
66113
|
-
_context72.prev =
|
|
66114
|
+
case 18:
|
|
66115
|
+
_context72.prev = 18;
|
|
66114
66116
|
_context72.t0 = _context72["catch"](0);
|
|
66115
66117
|
console.error(_context72.t0);
|
|
66116
|
-
case
|
|
66118
|
+
case 21:
|
|
66117
66119
|
case "end":
|
|
66118
66120
|
return _context72.stop();
|
|
66119
66121
|
}
|
|
66120
|
-
}, _callee71, null, [[0,
|
|
66122
|
+
}, _callee71, null, [[0, 18]]);
|
|
66121
66123
|
}));
|
|
66122
66124
|
return function (_x68) {
|
|
66123
66125
|
return _ref74.apply(this, arguments);
|