@plattar/plattar-ar-adapter 1.155.4-b1 → 1.155.4-b2
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 +2 -2
- package/build/es2015/plattar-ar-adapter.min.js +1 -1
- package/build/es2019/plattar-ar-adapter.js +2 -2
- package/build/es2019/plattar-ar-adapter.min.js +1 -1
- package/dist/util/configurator-state.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -3744,7 +3744,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
|
3744
3744
|
var found = states.find(function (productState) {
|
|
3745
3745
|
var check = productState[meta.scene_product_index];
|
|
3746
3746
|
if (check !== null && check !== undefined) {
|
|
3747
|
-
return productState.length === 3 &&
|
|
3747
|
+
return productState.length === 3 && productState[meta.meta_index].type === type;
|
|
3748
3748
|
}
|
|
3749
3749
|
return false;
|
|
3750
3750
|
});
|
|
@@ -4060,7 +4060,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
|
4060
4060
|
Object.defineProperty(exports, "__esModule", {
|
|
4061
4061
|
value: true
|
|
4062
4062
|
});
|
|
4063
|
-
exports["default"] = "1.155.4-
|
|
4063
|
+
exports["default"] = "1.155.4-b2";
|
|
4064
4064
|
}, {}],
|
|
4065
4065
|
17: [function (require, module, exports) {
|
|
4066
4066
|
"use strict";
|