@plattar/plattar-ar-adapter 1.188.4 → 1.188.5
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/build/es2015/plattar-ar-adapter.js +6 -6
- package/build/es2015/plattar-ar-adapter.min.js +1 -1
- package/build/es2019/plattar-ar-adapter.js +17 -17
- package/build/es2019/plattar-ar-adapter.min.js +1 -1
- package/dist/embed/controllers/launcher-controller.js +16 -16
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -2451,11 +2451,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
2451
2451
|
return _regenerator().w(function (_context19) {
|
|
2452
2452
|
while (1) switch (_context19.n) {
|
|
2453
2453
|
case 0:
|
|
2454
|
-
state = this._state;
|
|
2455
|
-
if (!(state === plattar_controller_1.ControllerState.QRCode)) {
|
|
2456
|
-
_context19.n = 5;
|
|
2457
|
-
break;
|
|
2458
|
-
}
|
|
2454
|
+
state = this._state;
|
|
2459
2455
|
if (!(attributeName === "variation-id")) {
|
|
2460
2456
|
_context19.n = 2;
|
|
2461
2457
|
break;
|
|
@@ -2484,6 +2480,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
2484
2480
|
_configState3.state.setVariationSKU(variationSKU);
|
|
2485
2481
|
});
|
|
2486
2482
|
case 4:
|
|
2483
|
+
if (!(state === plattar_controller_1.ControllerState.QRCode)) {
|
|
2484
|
+
_context19.n = 5;
|
|
2485
|
+
break;
|
|
2486
|
+
}
|
|
2487
2487
|
this.startQRCode(this._prevQROpt);
|
|
2488
2488
|
return _context19.a(2);
|
|
2489
2489
|
case 5:
|
|
@@ -5623,7 +5623,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
5623
5623
|
Object.defineProperty(exports, "__esModule", {
|
|
5624
5624
|
value: true
|
|
5625
5625
|
});
|
|
5626
|
-
exports["default"] = "1.188.
|
|
5626
|
+
exports["default"] = "1.188.5";
|
|
5627
5627
|
}, {}],
|
|
5628
5628
|
21: [function (require, module, exports) {
|
|
5629
5629
|
"use strict";
|