@mappedin/viewer 0.41.2-ec3ed3a.0 → 0.41.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.41.2](https://github.com/MappedIn/viewer/compare/viewer-v0.41.1...viewer-v0.41.2) (2025-04-15)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **SRV-2379:** increase facade threshold in campus ([#492](https://github.com/MappedIn/viewer/issues/492)) ([ec3ed3a](https://github.com/MappedIn/viewer/commit/ec3ed3abe086d38b8bb9bf64dbadf0ff7f00a9d0))
9
+
3
10
  ## [0.41.1](https://github.com/MappedIn/viewer/compare/viewer-v0.41.0...viewer-v0.41.1) (2025-04-11)
4
11
 
5
12
 
package/dist/index.js CHANGED
@@ -17421,7 +17421,7 @@ const sae = function() {
17421
17421
  const e = Zm(), [i, r] = t;
17422
17422
  e.capture(i, r);
17423
17423
  }, lae = (t = {}) => {
17424
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", i = "https://ph-api.mappedin.com";
17424
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", i = "https://ph-api.mappedin.com";
17425
17425
  jge(t.captureEnabled ?? !0);
17426
17426
  const r = Zm();
17427
17427
  if (!r.__loaded && e != null && i != null) {
@@ -69592,7 +69592,7 @@ function _he() {
69592
69592
  var jXe = _he();
69593
69593
  const xhe = () => {
69594
69594
  let t = document.querySelector("meta[name=app-version]");
69595
- t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.41.1";
69595
+ t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.41.2";
69596
69596
  let e = document.querySelector("meta[name=viewport]");
69597
69597
  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";
69598
69598
  }, bhe = (t) => {
@@ -72781,7 +72781,7 @@ const Hqe = (t, e) => (R6 != null || (Z9 == null && globalThis.OffscreenCanvas !
72781
72781
  const r = {
72782
72782
  fit: "fit",
72783
72783
  ...i
72784
- }, n = "https://image-proxy-staging.mappedin.net", a = jqe(e, r.fit), s = encodeURIComponent(t);
72784
+ }, n = "https://image-proxy.mappedin.com", a = jqe(e, r.fit), s = encodeURIComponent(t);
72785
72785
  return `${n}/resize:${r.fit}:${a}:${a}:0/format:webp/max_bytes:5000000/plain/${s}`.replaceAll(/\/+/g, "/").replace("https:/", "https://").replace("http:/", "http://");
72786
72786
  }, sN = (t, e) => e == null || e === "" ? t : `${t}?${e}`, $qe = async (t, e) => {
72787
72787
  if (!oy(t))
@@ -78374,7 +78374,7 @@ class dit {
78374
78374
  }
78375
78375
  async init(e) {
78376
78376
  this.container = e;
78377
- const i = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", r = {
78377
+ const i = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", r = {
78378
78378
  auto: !1,
78379
78379
  // In campus mode, we need to load the outdoors first
78380
78380
  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.41.2-ec3ed3a.0",
3
+ "version": "0.41.2",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",