@mappedin/viewer 0.32.3-e35e716.0 → 0.33.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.33.0](https://github.com/MappedIn/viewer/compare/viewer-v0.32.2...viewer-v0.33.0) (2025-01-22)
4
+
5
+
6
+ ### Features
7
+
8
+ * **SRV-1888:** allow fetching data with a custom token endpoint ([#389](https://github.com/MappedIn/viewer/issues/389)) ([e35e716](https://github.com/MappedIn/viewer/commit/e35e71696909826fb16ba1b831ae64df77578826))
9
+
3
10
  ## [0.32.2](https://github.com/MappedIn/viewer/compare/viewer-v0.32.1...viewer-v0.32.2) (2025-01-16)
4
11
 
5
12
 
package/dist/index.js CHANGED
@@ -17088,7 +17088,7 @@ const br2 = function() {
17088
17088
  const e = ug(), [t, r] = i;
17089
17089
  e.capture(t, r);
17090
17090
  }, Mr2 = (i = {}) => {
17091
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", t = "https://ph-api.mappedin.com";
17091
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", t = "https://ph-api.mappedin.com";
17092
17092
  j$2(i.captureEnabled ?? !0);
17093
17093
  const r = ug();
17094
17094
  if (!r.__loaded && e != null && t != null) {
@@ -75108,7 +75108,7 @@ const b5e = (i, e) => (k4 != null || (hp == null && globalThis.OffscreenCanvas !
75108
75108
  const r = {
75109
75109
  fit: "fit",
75110
75110
  ...t
75111
- }, n = "https://image-proxy-staging.mappedin.net", a = M5e[e], s = encodeURIComponent(i);
75111
+ }, n = "https://image-proxy.mappedin.com", a = M5e[e], s = encodeURIComponent(i);
75112
75112
  return `${n}/resize:${r.fit}:${a}:${a}:0/plain/${s}`.replaceAll(/\/+/g, "/").replace("/", "//");
75113
75113
  }, XQ = le.div`
75114
75114
  display: flex;
@@ -76583,7 +76583,7 @@ class Y5e {
76583
76583
  }
76584
76584
  async init(e) {
76585
76585
  this.container = e;
76586
- const t = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", r = {
76586
+ const t = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", r = {
76587
76587
  auto: !1,
76588
76588
  initialFloor: this.rootStore.currentFloor,
76589
76589
  watermark: this.getWatermarkOptions(),
@@ -96690,7 +96690,7 @@ const Fge = ({ color: i = bl.color, changeFrequency: e = bl.changeFrequency, rad
96690
96690
  ] });
96691
96691
  }), TA2 = () => {
96692
96692
  let i = document.querySelector("meta[name=app-version]");
96693
- i == null && (i = document.createElement("meta"), i.name = "app-version", document.head.appendChild(i)), i.content = "0.32.2";
96693
+ i == null && (i = document.createElement("meta"), i.name = "app-version", document.head.appendChild(i)), i.content = "0.33.0";
96694
96694
  let e = document.querySelector("meta[name=viewport]");
96695
96695
  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";
96696
96696
  }, PA2 = (i) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.32.3-e35e716.0",
3
+ "version": "0.33.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",