@mappedin/viewer 0.46.2-e5e3efc.0 → 0.47.0

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.47.0](https://github.com/MappedIn/viewer/compare/viewer-v0.46.1...viewer-v0.47.0) (2025-06-26)
4
+
5
+
6
+ ### Features
7
+
8
+ * **SDKS-2956:** add params for multi-floor view and dynamic-focus mode ([#556](https://github.com/MappedIn/viewer/issues/556)) ([ad5d1fb](https://github.com/MappedIn/viewer/commit/ad5d1fb9dd96ccdd691e9fabb8f8996137f73df5))
9
+
3
10
  ## [0.46.1](https://github.com/MappedIn/viewer/compare/viewer-v0.46.0...viewer-v0.46.1) (2025-06-24)
4
11
 
5
12
 
package/dist/index.js CHANGED
@@ -17561,7 +17561,7 @@ const zfe = function() {
17561
17561
  const e = cA(), [r, i] = t;
17562
17562
  e.capture(r, i);
17563
17563
  }, Vfe = (t = {}) => {
17564
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", r = "https://ph-api.mappedin.com";
17564
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", r = "https://ph-api.mappedin.com";
17565
17565
  eke(t.captureEnabled ?? !0);
17566
17566
  const i = cA();
17567
17567
  if (!i.__loaded && e != null && r != null) {
@@ -92674,7 +92674,7 @@ function t_e() {
92674
92674
  var v_t = t_e();
92675
92675
  const r_e = () => {
92676
92676
  let t = document.querySelector("meta[name=app-version]");
92677
- t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.46.1";
92677
+ t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.47.0";
92678
92678
  let e = document.querySelector("meta[name=viewport]");
92679
92679
  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";
92680
92680
  }, i_e = (t) => {
@@ -97293,7 +97293,7 @@ const Yxt = (t, e) => (e7 != null || (mC == null && globalThis.OffscreenCanvas !
97293
97293
  const i = {
97294
97294
  fit: "fit",
97295
97295
  ...r
97296
- }, n = "https://image-proxy-staging.mappedin.net", s = Wxt(e, i.fit), o = encodeURIComponent(t);
97296
+ }, n = "https://image-proxy.mappedin.com", s = Wxt(e, i.fit), o = encodeURIComponent(t);
97297
97297
  return `${n}/resize:${i.fit}:${s}:${s}:0/format:webp/max_bytes:5000000/plain/${o}`.replaceAll(/\/+/g, "/").replace("https:/", "https://").replace("http:/", "http://");
97298
97298
  }, qxt = (t, e) => {
97299
97299
  if (e == null || e === "")
@@ -102070,7 +102070,7 @@ class eMt {
102070
102070
  }
102071
102071
  async init(e) {
102072
102072
  this.container = e;
102073
- const r = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", i = {
102073
+ const r = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", i = {
102074
102074
  auto: !1,
102075
102075
  // In campus mode, we need to load the outdoors first
102076
102076
  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.46.2-e5e3efc.0",
3
+ "version": "0.47.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",