@mappedin/viewer 0.8.2-7c875d7.0 → 0.8.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 +8 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.8.2](https://github.com/MappedIn/viewer/compare/viewer-v0.8.1...viewer-v0.8.2) (2023-09-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **MKR-362:** bump SDK to fix coordinate alignment issue and AO ([#54](https://github.com/MappedIn/viewer/issues/54)) ([7c875d7](https://github.com/MappedIn/viewer/commit/7c875d7d663ea6275708e498a99283dba651a68c))
|
|
9
|
+
* **MKR-405:** make coordinate deep links more stable ([#52](https://github.com/MappedIn/viewer/issues/52)) ([fd8a5a6](https://github.com/MappedIn/viewer/commit/fd8a5a63aba685108f5b2a1414eae1ec6e68669b))
|
|
10
|
+
|
|
3
11
|
## [0.8.1](https://github.com/MappedIn/viewer/compare/viewer-v0.8.0...viewer-v0.8.1) (2023-09-25)
|
|
4
12
|
|
|
5
13
|
|
package/dist/index.js
CHANGED
|
@@ -67377,7 +67377,7 @@ class eXe {
|
|
|
67377
67377
|
this.rootStore = e;
|
|
67378
67378
|
}
|
|
67379
67379
|
init() {
|
|
67380
|
-
const e = "
|
|
67380
|
+
const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", n = "https://ph-api.mappedin.com";
|
|
67381
67381
|
QWe.init(e, {
|
|
67382
67382
|
api_host: n,
|
|
67383
67383
|
persistence: "memory"
|
|
@@ -96495,7 +96495,7 @@ const HQe = wi.div`
|
|
|
96495
96495
|
] });
|
|
96496
96496
|
}), w_e = () => {
|
|
96497
96497
|
const t = document.createElement("meta");
|
|
96498
|
-
t.name = "app-version", t.content = "0.8.
|
|
96498
|
+
t.name = "app-version", t.content = "0.8.2", document.head.appendChild(t);
|
|
96499
96499
|
}, S_e = (t) => {
|
|
96500
96500
|
let e = t;
|
|
96501
96501
|
if (e == null && (Uv.warn("options.root was not specified. Defaulting to #viewer-app-root."), e = document.getElementById("viewer-app-root")), e == null)
|