@mappedin/viewer 0.58.1-f6c813a.0 → 0.58.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.58.1](https://github.com/MappedIn/viewer/compare/viewer-v0.58.0...viewer-v0.58.1) (2026-02-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** bump mappedinJS extensions to match core ([f6c813a](https://github.com/MappedIn/viewer/commit/f6c813a929d702f152c563e98b3c04d08628132c))
9
+ * **translation:** add missing translations for data types ([64fd16e](https://github.com/MappedIn/viewer/commit/64fd16ee5594713bf1ee69d55065792cbabfff6a))
10
+
3
11
  ## [0.58.0](https://github.com/MappedIn/viewer/compare/viewer-v0.57.2...viewer-v0.58.0) (2026-02-06)
4
12
 
5
13
 
package/dist/index.js CHANGED
@@ -17746,7 +17746,7 @@ const xge = function() {
17746
17746
  const e = Uy(), [r, n] = t;
17747
17747
  e.capture(r, n);
17748
17748
  }, Ege = (t = {}) => {
17749
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", r = "https://ph-api.mappedin.com";
17749
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", r = "https://ph-api.mappedin.com";
17750
17750
  lJe(t.captureEnabled ?? !0);
17751
17751
  const n = Uy();
17752
17752
  if (!n.__loaded && e != null && r != null) {
@@ -94777,7 +94777,7 @@ function hRe() {
94777
94777
  var iGt = hRe();
94778
94778
  const dRe = () => {
94779
94779
  let t = document.querySelector("meta[name=app-version]");
94780
- t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.58.0";
94780
+ t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.58.1";
94781
94781
  let e = document.querySelector("meta[name=viewport]");
94782
94782
  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";
94783
94783
  }, pRe = (t) => {
@@ -94911,7 +94911,7 @@ const pGt = (t, e, r, n) => {
94911
94911
  return;
94912
94912
  const a = e != null && e.length > 0 ? `${t}-${e}` : t, s = Array.isArray(n) ? n : [n], l = Array.isArray(i) ? i : [i], u = new URL(
94913
94913
  "/directions",
94914
- "https://mappedin-public-mvf-staging.azurewebsites.net"
94914
+ "https://mappedin-public-mvf-prod.azurewebsites.net"
94915
94915
  );
94916
94916
  u.search = new URLSearchParams({
94917
94917
  mapId: a,
@@ -101955,7 +101955,7 @@ const FXt = (t, e) => (wm != null || (Ww == null && globalThis.OffscreenCanvas !
101955
101955
  const n = {
101956
101956
  fit: "fit",
101957
101957
  ...r
101958
- }, i = "https://image-proxy-staging.mappedin.net", o = OXt(e, n.fit), a = encodeURIComponent(t);
101958
+ }, i = "https://image-proxy.mappedin.com", o = OXt(e, n.fit), a = encodeURIComponent(t);
101959
101959
  return `${i}/resize:${n.fit}:${o}:${o}:0/format:webp/max_bytes:5000000/plain/${a}`.replaceAll(/\/+/g, "/").replace("https:/", "https://").replace("http:/", "http://");
101960
101960
  }, zXt = (t, e) => {
101961
101961
  if (e == null || e === "")
@@ -108279,7 +108279,7 @@ class Lqt {
108279
108279
  async init(e) {
108280
108280
  var i;
108281
108281
  this.container = e;
108282
- const r = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", n = {
108282
+ const r = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", n = {
108283
108283
  // In campus mode, we need to load the outdoors first
108284
108284
  initialFloor: this.rootStore.isCampus ? this.rootStore.defaultFloor : this.rootStore.currentFloor,
108285
108285
  watermark: this.getWatermarkOptions(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.58.1-f6c813a.0",
3
+ "version": "0.58.1",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",