@plattar/plattar-ar-adapter 1.147.1 → 1.147.3

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.147.1";
2244
+ exports.default = "1.147.3";
2245
2245
 
2246
2246
  },{}],17:[function(require,module,exports){
2247
2247
  "use strict";
@@ -4650,7 +4650,7 @@ PlattarServer.match = (serverName) => {
4650
4650
  case "cdn-staging.plattar.space":
4651
4651
  case "staging":
4652
4652
  return {
4653
- base: "https://api.plattar.space/",
4653
+ base: "https://staging.plattar.space/",
4654
4654
  api_read: "https://api.plattar.space/v3/",
4655
4655
  api_write: "https://api.plattar.space/v3/",
4656
4656
  cdn: "https://cdn-staging.plattar.space/",
@@ -4679,8 +4679,8 @@ PlattarServer.match = (serverName) => {
4679
4679
  default:
4680
4680
  return {
4681
4681
  base: "https://localhost/",
4682
- api_read: "https://localhost/api/v2/",
4683
- api_write: "https://localhost/api/v2/",
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.147.1";
5900
+ module.exports = "1.147.3";
5901
5901
 
5902
5902
  },{}],107:[function(require,module,exports){
5903
5903
  const QRCodeStyling = require("qr-code-styling");
@@ -6167,8 +6167,9 @@ module.exports = {
6167
6167
  version: Version
6168
6168
  };
6169
6169
  },{"./elements/qrcode-element.js":108,"./version":110}],110:[function(require,module,exports){
6170
- arguments[4][106][0].apply(exports,arguments)
6171
- },{"dup":106}],111:[function(require,module,exports){
6170
+ module.exports = "1.147.1";
6171
+
6172
+ },{}],111:[function(require,module,exports){
6172
6173
  "use strict";
6173
6174
  var __importDefault = (this && this.__importDefault) || function (mod) {
6174
6175
  return (mod && mod.__esModule) ? mod : { "default": mod };