@plattar/plattar-ar-adapter 1.154.1 → 1.154.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.
|
@@ -2241,7 +2241,7 @@ exports.Util = Util;
|
|
|
2241
2241
|
},{}],16:[function(require,module,exports){
|
|
2242
2242
|
"use strict";
|
|
2243
2243
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2244
|
-
exports.default = "1.154.
|
|
2244
|
+
exports.default = "1.154.2";
|
|
2245
2245
|
|
|
2246
2246
|
},{}],17:[function(require,module,exports){
|
|
2247
2247
|
"use strict";
|
|
@@ -6949,7 +6949,7 @@ class ElementController {
|
|
|
6949
6949
|
const serverLocation = Util.getServerLocation(this._server);
|
|
6950
6950
|
|
|
6951
6951
|
if (serverLocation === undefined) {
|
|
6952
|
-
throw new Error("ElementController - attribute \"server\" must be one of \"production\", \"staging\" or \"dev\"");
|
|
6952
|
+
throw new Error("ElementController - attribute \"server\" must be one of \"production\", \"staging\", \"review\" or \"dev\"");
|
|
6953
6953
|
}
|
|
6954
6954
|
|
|
6955
6955
|
const embedLocation = element.elementLocation;
|
|
@@ -7401,6 +7401,7 @@ class Util {
|
|
|
7401
7401
|
switch (server) {
|
|
7402
7402
|
case "production": return "https://app.plattar.com/";
|
|
7403
7403
|
case "staging": return "https://staging.plattar.space/";
|
|
7404
|
+
case "review": return "https://review.plattar.com/";
|
|
7404
7405
|
case "dev": return "https://localhost/";
|
|
7405
7406
|
default: return undefined;
|
|
7406
7407
|
}
|
|
@@ -7453,7 +7454,7 @@ class Util {
|
|
|
7453
7454
|
|
|
7454
7455
|
module.exports = Util;
|
|
7455
7456
|
},{}],132:[function(require,module,exports){
|
|
7456
|
-
module.exports = "1.154.
|
|
7457
|
+
module.exports = "1.154.3";
|
|
7457
7458
|
|
|
7458
7459
|
},{}],133:[function(require,module,exports){
|
|
7459
7460
|
(function (global){(function (){
|