@plattar/plattar-ar-adapter 1.147.2 → 1.148.1
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.
|
|
2244
|
+
exports.default = "1.148.1";
|
|
2245
2245
|
|
|
2246
2246
|
},{}],17:[function(require,module,exports){
|
|
2247
2247
|
"use strict";
|
|
@@ -4664,8 +4664,8 @@ PlattarServer.match = (serverName) => {
|
|
|
4664
4664
|
case "production":
|
|
4665
4665
|
return {
|
|
4666
4666
|
base: "https://app.plattar.com/",
|
|
4667
|
-
api_read: "https://
|
|
4668
|
-
api_write: "https://
|
|
4667
|
+
api_read: "https://api.plattar.com/v3/",
|
|
4668
|
+
api_write: "https://api.plattar.com/v3/",
|
|
4669
4669
|
cdn: "https://cdn.plattar.com/",
|
|
4670
4670
|
cdn_image: "https://images.plattar.com/",
|
|
4671
4671
|
analytics: "https://c.plattar.space/api/v2/analytics",
|
|
@@ -4679,8 +4679,8 @@ PlattarServer.match = (serverName) => {
|
|
|
4679
4679
|
default:
|
|
4680
4680
|
return {
|
|
4681
4681
|
base: "https://localhost/",
|
|
4682
|
-
api_read: "https://localhost/
|
|
4683
|
-
api_write: "https://localhost/
|
|
4682
|
+
api_read: "https://localhost:3000/v3/",
|
|
4683
|
+
api_write: "https://localhost:3000/v3/",
|
|
4684
4684
|
cdn: "https://cdn-dev.plattar.space/",
|
|
4685
4685
|
cdn_image: "https://images-dev.plattar.space/'",
|
|
4686
4686
|
analytics: "https://localhost:3000/api/v2/analytics/",
|
|
@@ -5897,7 +5897,7 @@ PlattarUtil.match = (type) => {
|
|
|
5897
5897
|
|
|
5898
5898
|
module.exports = PlattarUtil;
|
|
5899
5899
|
},{"../types/application.js":46,"../types/content-pipeline/brief.js":47,"../types/content-pipeline/comment-brief.js":48,"../types/content-pipeline/comment-quote.js":49,"../types/content-pipeline/comment-solution.js":50,"../types/content-pipeline/folder.js":51,"../types/content-pipeline/pipeline-user.js":52,"../types/content-pipeline/quote.js":53,"../types/content-pipeline/rating.js":54,"../types/content-pipeline/solution.js":55,"../types/file/file-audio.js":56,"../types/file/file-image.js":58,"../types/file/file-model.js":59,"../types/file/file-script.js":60,"../types/file/file-video.js":61,"../types/interfaces/plattar-object.js":64,"../types/misc/application-build.js":65,"../types/misc/asset-library":66,"../types/misc/async-job.js":67,"../types/misc/script-event.js":68,"../types/misc/tag.js":69,"../types/page/card-button.js":71,"../types/page/card-html.js":72,"../types/page/card-iframe.js":73,"../types/page/card-image.js":74,"../types/page/card-map.js":75,"../types/page/card-paragraph.js":76,"../types/page/card-row.js":77,"../types/page/card-slider.js":78,"../types/page/card-title.js":79,"../types/page/card-video.js":80,"../types/page/card-youtube.js":81,"../types/page/page.js":82,"../types/product/product-annotation.js":83,"../types/product/product-variation.js":85,"../types/product/product.js":86,"../types/scene/scene-annotation.js":87,"../types/scene/scene-audio.js":88,"../types/scene/scene-button.js":90,"../types/scene/scene-camera.js":91,"../types/scene/scene-carousel.js":92,"../types/scene/scene-image.js":93,"../types/scene/scene-model.js":94,"../types/scene/scene-panorama.js":95,"../types/scene/scene-poller.js":96,"../types/scene/scene-product.js":97,"../types/scene/scene-script.js":98,"../types/scene/scene-shadow.js":99,"../types/scene/scene-video.js":100,"../types/scene/scene-volumetric.js":101,"../types/scene/scene-youtube.js":102,"../types/scene/scene.js":103,"../types/trigger/trigger-image.js":104}],106:[function(require,module,exports){
|
|
5900
|
-
module.exports = "1.
|
|
5900
|
+
module.exports = "1.148.1";
|
|
5901
5901
|
|
|
5902
5902
|
},{}],107:[function(require,module,exports){
|
|
5903
5903
|
const QRCodeStyling = require("qr-code-styling");
|