@mappedin/viewer 0.7.2-25a653d.0 → 0.7.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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.2](https://github.com/MappedIn/viewer/compare/viewer-v0.7.1...viewer-v0.7.2) (2023-09-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **MKR-297:** bump sdk for faster loading ([#47](https://github.com/MappedIn/viewer/issues/47)) ([25a653d](https://github.com/MappedIn/viewer/commit/25a653da67473bd40e43c75320f4f30d463b484f))
9
+ * **MKR-360:** prevent the destination flag from being clipped ([#45](https://github.com/MappedIn/viewer/issues/45)) ([141b720](https://github.com/MappedIn/viewer/commit/141b720f4d7d691f0201702b489cb64aa2b65c9c))
10
+
3
11
  ## [0.7.1](https://github.com/MappedIn/viewer/compare/viewer-v0.7.0...viewer-v0.7.1) (2023-09-18)
4
12
 
5
13
 
package/dist/index.js CHANGED
@@ -67338,7 +67338,7 @@ class JWe {
67338
67338
  this.rootStore = e;
67339
67339
  }
67340
67340
  init() {
67341
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", n = "https://ph-api.mappedin.com";
67341
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", n = "https://ph-api.mappedin.com";
67342
67342
  ZWe.init(e, {
67343
67343
  api_host: n,
67344
67344
  persistence: "memory"
@@ -96446,7 +96446,7 @@ const jQe = wi.div`
96446
96446
  ] });
96447
96447
  }), __e = () => {
96448
96448
  const t = document.createElement("meta");
96449
- t.name = "app-version", t.content = "0.7.1", document.head.appendChild(t);
96449
+ t.name = "app-version", t.content = "0.7.2", document.head.appendChild(t);
96450
96450
  }, v_e = (t) => {
96451
96451
  let e = t;
96452
96452
  if (e == null && (Vv.warn("options.root was not specified. Defaulting to #viewer-app-root."), e = document.getElementById("viewer-app-root")), e == null)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.7.2-25a653d.0",
3
+ "version": "0.7.2",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",