@plattar/plattar-ar-adapter 1.163.2 → 1.167.2
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.
|
@@ -2819,7 +2819,7 @@ exports.Util = Util;
|
|
|
2819
2819
|
},{}],16:[function(require,module,exports){
|
|
2820
2820
|
"use strict";
|
|
2821
2821
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2822
|
-
exports.default = "1.
|
|
2822
|
+
exports.default = "1.167.2";
|
|
2823
2823
|
|
|
2824
2824
|
},{}],17:[function(require,module,exports){
|
|
2825
2825
|
"use strict";
|
|
@@ -7844,6 +7844,16 @@ class StudioElement extends BaseElement {
|
|
|
7844
7844
|
get elementType() {
|
|
7845
7845
|
return "studio";
|
|
7846
7846
|
}
|
|
7847
|
+
|
|
7848
|
+
get optionalAttributes() {
|
|
7849
|
+
return [{
|
|
7850
|
+
key: "variation-id",
|
|
7851
|
+
map: "variationId"
|
|
7852
|
+
}, {
|
|
7853
|
+
key: "variation-sku",
|
|
7854
|
+
map: "variationSku"
|
|
7855
|
+
}];
|
|
7856
|
+
}
|
|
7847
7857
|
}
|
|
7848
7858
|
|
|
7849
7859
|
module.exports = StudioElement;
|
|
@@ -8012,7 +8022,7 @@ class Util {
|
|
|
8012
8022
|
|
|
8013
8023
|
module.exports = Util;
|
|
8014
8024
|
},{}],131:[function(require,module,exports){
|
|
8015
|
-
module.exports = "1.
|
|
8025
|
+
module.exports = "1.165.1";
|
|
8016
8026
|
|
|
8017
8027
|
},{}],132:[function(require,module,exports){
|
|
8018
8028
|
(function (global){(function (){
|