@mappedin/viewer 0.23.1-e7f9bd5.0 → 0.23.2-af00b4d.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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.23.1](https://github.com/MappedIn/viewer/compare/viewer-v0.23.0...viewer-v0.23.1) (2024-07-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **SRV-1252:** update self-serve icons package ([#243](https://github.com/MappedIn/viewer/issues/243)) ([27964d6](https://github.com/MappedIn/viewer/commit/27964d6468c17928024e094b635c25ec341017d0))
9
+ * **SRV-1329:** bump SDK and do not reset zoom on deselect ([#246](https://github.com/MappedIn/viewer/issues/246)) ([e7f9bd5](https://github.com/MappedIn/viewer/commit/e7f9bd5125e385060e06a0d3559f5e7131e18f12))
10
+
3
11
  ## [0.23.0](https://github.com/MappedIn/viewer/compare/viewer-v0.22.0...viewer-v0.23.0) (2024-07-04)
4
12
 
5
13
 
package/dist/index.js CHANGED
@@ -66736,7 +66736,7 @@ const OHe = [
66736
66736
  "ventilation/exhaust_fan_pressurized.svg": new URL(mGe, import.meta.url),
66737
66737
  "ventilation/explosion_relief_wall.svg": new URL(gGe, import.meta.url)
66738
66738
  };
66739
- var vGe = { BASE_URL: "/map", MODE: "production", DEV: !1, PROD: !0, SSR: !1, APP_VERSION: "0.23.0", OUTDOOR_MAPS_KEY: "f8fd42d9e1c2751f", POSTHOG_KEY: "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", POSTHOG_HOST: "https://ph-api.mappedin.com", IMAGE_PROXY_HOST: "https://image-proxy-staging.mappedin.net" };
66739
+ var vGe = { BASE_URL: "/map", MODE: "production", DEV: !1, PROD: !0, SSR: !1, APP_VERSION: "0.23.1", OUTDOOR_MAPS_KEY: "f8fd42d9e1c2751f", POSTHOG_KEY: "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", POSTHOG_HOST: "https://ph-api.mappedin.com", IMAGE_PROXY_HOST: "https://image-proxy-staging.mappedin.net" };
66740
66740
  const _Ge = async (r, e, t) => {
66741
66741
  const i = `${e ?? vGe.FETCH_MVF_AZURE_FUNCTION_HOST}?venue=${r}&version=2.0.0`, { url: n } = await fetch(i).then((c) => c.json()), a = await fetch(n).then((c) => c.arrayBuffer()), o = new Uint8Array(a), s = await J$(o), l = K$(s);
66742
66742
  return typeof (t == null ? void 0 : t.onMVFParsed) == "function" && t.onMVFParsed(l), m8e(l);
@@ -86137,7 +86137,7 @@ const _fe = dw((r) => {
86137
86137
  }
86138
86138
  }, xfe = () => {
86139
86139
  const r = document.createElement("meta");
86140
- r.name = "app-version", r.content = "0.23.0", document.head.appendChild(r);
86140
+ r.name = "app-version", r.content = "0.23.1", document.head.appendChild(r);
86141
86141
  let e = document.querySelector("meta[name=viewport]");
86142
86142
  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";
86143
86143
  }, wfe = (r) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.23.1-e7f9bd5.0",
3
+ "version": "0.23.2-af00b4d.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",