@mappedin/viewer 0.43.4-e4aacb2.0 → 0.43.4

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.43.4](https://github.com/MappedIn/viewer/compare/viewer-v0.43.3...viewer-v0.43.4) (2025-05-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **SRV-2398:** bump SDK to fix issue with outlines of complex facades ([#517](https://github.com/MappedIn/viewer/issues/517)) ([e4aacb2](https://github.com/MappedIn/viewer/commit/e4aacb227b5d907c43777af49d9607a675cd570e))
9
+
3
10
  ## [0.43.3](https://github.com/MappedIn/viewer/compare/viewer-v0.43.2...viewer-v0.43.3) (2025-05-05)
4
11
 
5
12
 
package/dist/index.js CHANGED
@@ -17421,7 +17421,7 @@ const Z2e = function() {
17421
17421
  const e = K4(), [r, i] = t;
17422
17422
  e.capture(r, i);
17423
17423
  }, J2e = (t = {}) => {
17424
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", r = "https://ph-api.mappedin.com";
17424
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", r = "https://ph-api.mappedin.com";
17425
17425
  Tge(t.captureEnabled ?? !0);
17426
17426
  const i = K4();
17427
17427
  if (!i.__loaded && e != null && r != null) {
@@ -73431,7 +73431,7 @@ function Mhe() {
73431
73431
  var jKe = Mhe();
73432
73432
  const She = () => {
73433
73433
  let t = document.querySelector("meta[name=app-version]");
73434
- t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.43.3";
73434
+ t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.43.4";
73435
73435
  let e = document.querySelector("meta[name=viewport]");
73436
73436
  e == null && (e = document.createElement("meta"), e.name = "viewport", document.head.appendChild(e)), e.content = "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no";
73437
73437
  }, Dhe = (t) => {
@@ -76620,7 +76620,7 @@ const Qet = (t, e) => (Xf != null || (c7 == null && globalThis.OffscreenCanvas !
76620
76620
  const i = {
76621
76621
  fit: "fit",
76622
76622
  ...r
76623
- }, n = "https://image-proxy-staging.mappedin.net", s = $et(e, i.fit), a = encodeURIComponent(t);
76623
+ }, n = "https://image-proxy.mappedin.com", s = $et(e, i.fit), a = encodeURIComponent(t);
76624
76624
  return `${n}/resize:${i.fit}:${s}:${s}:0/format:webp/max_bytes:5000000/plain/${a}`.replaceAll(/\/+/g, "/").replace("https:/", "https://").replace("http:/", "http://");
76625
76625
  }, XO = (t, e) => {
76626
76626
  if (e == null || e === "")
@@ -82244,7 +82244,7 @@ class hit {
82244
82244
  }
82245
82245
  async init(e) {
82246
82246
  this.container = e;
82247
- const r = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", i = {
82247
+ const r = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", i = {
82248
82248
  auto: !1,
82249
82249
  // In campus mode, we need to load the outdoors first
82250
82250
  initialFloor: this.rootStore.isCampus ? this.rootStore.defaultFloor : this.rootStore.currentFloor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.43.4-e4aacb2.0",
3
+ "version": "0.43.4",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",