@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.
|
@@ -2825,7 +2825,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
|
2825
2825
|
Object.defineProperty(exports, "__esModule", {
|
|
2826
2826
|
value: true
|
|
2827
2827
|
});
|
|
2828
|
-
exports["default"] = "1.154.
|
|
2828
|
+
exports["default"] = "1.154.2";
|
|
2829
2829
|
}, {}],
|
|
2830
2830
|
17: [function (require, module, exports) {
|
|
2831
2831
|
"use strict";
|
|
@@ -9744,7 +9744,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
|
9744
9744
|
this._server = element.hasAttribute("server") ? element.getAttribute("server") : "production";
|
|
9745
9745
|
var serverLocation = Util.getServerLocation(this._server);
|
|
9746
9746
|
if (serverLocation === undefined) {
|
|
9747
|
-
throw new Error("ElementController - attribute \"server\" must be one of \"production\", \"staging\" or \"dev\"");
|
|
9747
|
+
throw new Error("ElementController - attribute \"server\" must be one of \"production\", \"staging\", \"review\" or \"dev\"");
|
|
9748
9748
|
}
|
|
9749
9749
|
var embedLocation = element.elementLocation;
|
|
9750
9750
|
if (embedLocation === undefined) {
|
|
@@ -10277,6 +10277,8 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
|
10277
10277
|
return "https://app.plattar.com/";
|
|
10278
10278
|
case "staging":
|
|
10279
10279
|
return "https://staging.plattar.space/";
|
|
10280
|
+
case "review":
|
|
10281
|
+
return "https://review.plattar.com/";
|
|
10280
10282
|
case "dev":
|
|
10281
10283
|
return "https://localhost/";
|
|
10282
10284
|
default:
|
|
@@ -10333,7 +10335,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
|
10333
10335
|
module.exports = Util;
|
|
10334
10336
|
}, {}],
|
|
10335
10337
|
132: [function (require, module, exports) {
|
|
10336
|
-
module.exports = "1.154.
|
|
10338
|
+
module.exports = "1.154.3";
|
|
10337
10339
|
}, {}],
|
|
10338
10340
|
133: [function (require, module, exports) {
|
|
10339
10341
|
(function (global) {
|