@mappedin/viewer 0.38.1-0ac0d4c.0 → 0.39.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.39.0](https://github.com/MappedIn/viewer/compare/viewer-v0.38.0...viewer-v0.39.0) (2025-03-21)
4
+
5
+
6
+ ### Features
7
+
8
+ * **SRV-2186:** support locations attached to areas and annotations ([#461](https://github.com/MappedIn/viewer/issues/461)) ([0ac0d4c](https://github.com/MappedIn/viewer/commit/0ac0d4ca3f93c2d7fea29bd81e9a760e0835ef38))
9
+
3
10
  ## [0.38.0](https://github.com/MappedIn/viewer/compare/viewer-v0.37.0...viewer-v0.38.0) (2025-03-19)
4
11
 
5
12
 
package/dist/index.js CHANGED
@@ -17386,7 +17386,7 @@ const d2e = function() {
17386
17386
  const e = Bm(), [i, r] = t;
17387
17387
  e.capture(i, r);
17388
17388
  }, f2e = (t = {}) => {
17389
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", i = "https://ph-api.mappedin.com";
17389
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", i = "https://ph-api.mappedin.com";
17390
17390
  Ume(t.captureEnabled ?? !0);
17391
17391
  const r = Bm();
17392
17392
  if (!r.__loaded && e != null && i != null) {
@@ -69315,7 +69315,7 @@ function Mce() {
69315
69315
  var RJe = Mce();
69316
69316
  const Sce = () => {
69317
69317
  let t = document.querySelector("meta[name=app-version]");
69318
- t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.38.0";
69318
+ t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.39.0";
69319
69319
  let e = document.querySelector("meta[name=viewport]");
69320
69320
  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";
69321
69321
  }, Dce = (t) => {
@@ -73889,7 +73889,7 @@ const sqe = (t, e) => (D6 != null || (F9 == null && globalThis.OffscreenCanvas !
73889
73889
  const r = {
73890
73890
  fit: "fit",
73891
73891
  ...i
73892
- }, n = "https://image-proxy-staging.mappedin.net", a = lqe(e, r.fit), s = encodeURIComponent(t);
73892
+ }, n = "https://image-proxy.mappedin.com", a = lqe(e, r.fit), s = encodeURIComponent(t);
73893
73893
  return `${n}/resize:${r.fit}:${a}:${a}:0/format:webp/max_bytes:5000000/plain/${s}`.replaceAll(/\/+/g, "/").replace("https:/", "https://").replace("http:/", "http://");
73894
73894
  }, dK = Ye.div`
73895
73895
  display: flex;
@@ -77535,7 +77535,7 @@ class Wet {
77535
77535
  }
77536
77536
  async init(e) {
77537
77537
  this.container = e;
77538
- const i = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", r = {
77538
+ const i = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", r = {
77539
77539
  auto: !1,
77540
77540
  initialFloor: this.rootStore.currentFloor,
77541
77541
  watermark: this.getWatermarkOptions(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.38.1-0ac0d4c.0",
3
+ "version": "0.39.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",