@mappedin/viewer 0.59.2-8a2bbf7.0 → 0.59.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.59.2](https://github.com/MappedIn/viewer/compare/viewer-v0.59.1...viewer-v0.59.2) (2026-04-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **SRV-3418:** bump SDK to fix areas ([#667](https://github.com/MappedIn/viewer/issues/667)) ([8a2bbf7](https://github.com/MappedIn/viewer/commit/8a2bbf7400b429a4dcdf7bab9ea3535cf3f80548))
9
+
3
10
  ## [0.59.1](https://github.com/MappedIn/viewer/compare/viewer-v0.59.0...viewer-v0.59.1) (2026-03-30)
4
11
 
5
12
 
package/dist/index.js CHANGED
@@ -17753,7 +17753,7 @@ const b9e = function() {
17753
17753
  const e = Vm(), [r, i] = t;
17754
17754
  e.capture(r, i);
17755
17755
  }, E9e = (t = {}) => {
17756
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", r = "https://ph-api.mappedin.com";
17756
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", r = "https://ph-api.mappedin.com";
17757
17757
  SQe(t.captureEnabled ?? !0);
17758
17758
  const i = Vm();
17759
17759
  if (!i.__loaded && e != null && r != null) {
@@ -91084,7 +91084,7 @@ function cTe() {
91084
91084
  var PIt = cTe();
91085
91085
  const hTe = () => {
91086
91086
  let t = document.querySelector("meta[name=app-version]");
91087
- t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.59.1";
91087
+ t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.59.2";
91088
91088
  let e = document.querySelector("meta[name=viewport]");
91089
91089
  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";
91090
91090
  }, dTe = (t) => {
@@ -91218,7 +91218,7 @@ const UIt = (t, e, r, i) => {
91218
91218
  return;
91219
91219
  const a = e != null && e.length > 0 ? `${t}-${e}` : t, s = Array.isArray(i) ? i : [i], l = Array.isArray(n) ? n : [n], u = new URL(
91220
91220
  "/directions",
91221
- "https://mappedin-public-mvf-staging.azurewebsites.net"
91221
+ "https://mappedin-public-mvf-prod.azurewebsites.net"
91222
91222
  );
91223
91223
  u.search = new URLSearchParams({
91224
91224
  mapId: a,
@@ -98265,7 +98265,7 @@ const aLt = (t, e) => (h9 != null || (_C == null && globalThis.OffscreenCanvas !
98265
98265
  const i = {
98266
98266
  fit: "fit",
98267
98267
  ...r
98268
- }, n = "https://image-proxy-staging.mappedin.net", o = cLt(e, i.fit), a = encodeURIComponent(t);
98268
+ }, n = "https://image-proxy.mappedin.com", o = cLt(e, i.fit), a = encodeURIComponent(t);
98269
98269
  return `${n}/resize:${i.fit}:${o}:${o}:0/format:webp/max_bytes:5000000/plain/${a}`.replaceAll(/\/+/g, "/").replace("https:/", "https://").replace("http:/", "http://");
98270
98270
  }, hLt = (t, e) => {
98271
98271
  if (e == null || e === "")
@@ -105124,7 +105124,7 @@ class _Rt {
105124
105124
  async init(e) {
105125
105125
  var n;
105126
105126
  this.container = e;
105127
- const r = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", i = {
105127
+ const r = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", i = {
105128
105128
  // In campus mode, we need to load the outdoors first
105129
105129
  initialFloor: this.rootStore.isCampus ? this.rootStore.defaultFloor : this.rootStore.currentFloor,
105130
105130
  watermark: this.getWatermarkOptions(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.59.2-8a2bbf7.0",
3
+ "version": "0.59.2",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",