@mappedin/viewer 0.21.4-80edbfb.0 → 0.21.4
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 +7 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.21.4](https://github.com/MappedIn/viewer/compare/viewer-v0.21.3...viewer-v0.21.4) (2024-05-31)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **SRV-1255:** do not hang on load screen if tiles fail ([#206](https://github.com/MappedIn/viewer/issues/206)) ([80edbfb](https://github.com/MappedIn/viewer/commit/80edbfb4ccdcbccc6fec33dec39a4e69ffc5b410))
|
|
9
|
+
|
|
3
10
|
## [0.21.3](https://github.com/MappedIn/viewer/compare/viewer-v0.21.2...viewer-v0.21.3) (2024-05-29)
|
|
4
11
|
|
|
5
12
|
|
package/dist/index.js
CHANGED
|
@@ -83065,7 +83065,7 @@ const uqe = iP((i) => {
|
|
|
83065
83065
|
/* @__PURE__ */ te.jsx(hle, { children: /* @__PURE__ */ te.jsx(pW, { ...e }) })
|
|
83066
83066
|
), t;
|
|
83067
83067
|
}, hqe = (i, e = {}) => {
|
|
83068
|
-
const t = "
|
|
83068
|
+
const t = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", r = "https://ph-api.mappedin.com";
|
|
83069
83069
|
cit(e.captureEnabled ?? !0);
|
|
83070
83070
|
const n = sM();
|
|
83071
83071
|
if (!n.__loaded && t != null && r != null) {
|
|
@@ -83083,7 +83083,7 @@ const uqe = iP((i) => {
|
|
|
83083
83083
|
}
|
|
83084
83084
|
}, cqe = () => {
|
|
83085
83085
|
const i = document.createElement("meta");
|
|
83086
|
-
i.name = "app-version", i.content = "0.21.
|
|
83086
|
+
i.name = "app-version", i.content = "0.21.4", document.head.appendChild(i);
|
|
83087
83087
|
let e = document.querySelector("meta[name=viewport]");
|
|
83088
83088
|
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";
|
|
83089
83089
|
}, dqe = (i) => {
|