@mappedin/viewer 0.30.9-83ea926.0 → 0.30.9

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.30.9](https://github.com/MappedIn/viewer/compare/viewer-v0.30.8...viewer-v0.30.9) (2024-12-02)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **SRV-1880:** bump mappedin-js ([#365](https://github.com/MappedIn/viewer/issues/365)) ([83ea926](https://github.com/MappedIn/viewer/commit/83ea92639498e1d7915150a3ed6967b34d46ba16))
9
+
3
10
  ## [0.30.8](https://github.com/MappedIn/viewer/compare/viewer-v0.30.7...viewer-v0.30.8) (2024-11-26)
4
11
 
5
12
 
package/dist/index.js CHANGED
@@ -16889,7 +16889,7 @@ const die = function() {
16889
16889
  const e = am(), [t, r] = i;
16890
16890
  e.capture(t, r);
16891
16891
  }, fie = (i = {}) => {
16892
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", t = "https://ph-api.mappedin.com";
16892
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", t = "https://ph-api.mappedin.com";
16893
16893
  fHe(i.captureEnabled ?? !0);
16894
16894
  const r = am();
16895
16895
  if (!r.__loaded && e != null && t != null) {
@@ -74326,7 +74326,7 @@ const Ml2 = (i, e) => (O7 != null || (ud == null && globalThis.OffscreenCanvas !
74326
74326
  const r = {
74327
74327
  fit: "fit",
74328
74328
  ...t
74329
- }, n = "https://image-proxy-staging.mappedin.net", a = El2[e], o = encodeURIComponent(i);
74329
+ }, n = "https://image-proxy.mappedin.com", a = El2[e], o = encodeURIComponent(i);
74330
74330
  return `${n}/resize:${r.fit}:${a}:${a}:0/plain/${o}`.replaceAll(/\/+/g, "/").replace("/", "//");
74331
74331
  }, YK = h2.div`
74332
74332
  display: flex;
@@ -75746,7 +75746,7 @@ class Yl2 {
75746
75746
  }
75747
75747
  async init(e) {
75748
75748
  this.container = e;
75749
- const t = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", r = {
75749
+ const t = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", r = {
75750
75750
  auto: !1,
75751
75751
  initialFloor: this.rootStore.currentFloor,
75752
75752
  watermark: this.getWatermarkOptions(),
@@ -90462,7 +90462,7 @@ const JMe = sC(() => {
90462
90462
  ] });
90463
90463
  }), eSe = () => {
90464
90464
  let i = document.querySelector("meta[name=app-version]");
90465
- i == null && (i = document.createElement("meta"), i.name = "app-version", document.head.appendChild(i)), i.content = "0.30.8";
90465
+ i == null && (i = document.createElement("meta"), i.name = "app-version", document.head.appendChild(i)), i.content = "0.30.9";
90466
90466
  let e = document.querySelector("meta[name=viewport]");
90467
90467
  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";
90468
90468
  }, tSe = (i) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.30.9-83ea926.0",
3
+ "version": "0.30.9",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",