@mappedin/viewer 0.21.8-70b041f.0 → 0.21.8
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.8](https://github.com/MappedIn/viewer/compare/viewer-v0.21.7...viewer-v0.21.8) (2024-06-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **SRV-1256:** show the share button on embedded desktop ([#223](https://github.com/MappedIn/viewer/issues/223)) ([70b041f](https://github.com/MappedIn/viewer/commit/70b041f6ee168381610997f2894e2f35c36ba781))
|
|
9
|
+
|
|
3
10
|
## [0.21.7](https://github.com/MappedIn/viewer/compare/viewer-v0.21.6...viewer-v0.21.7) (2024-06-06)
|
|
4
11
|
|
|
5
12
|
|
package/dist/index.js
CHANGED
|
@@ -83293,7 +83293,7 @@ const Aqe = uP((i) => {
|
|
|
83293
83293
|
/* @__PURE__ */ te.jsx(Tle, { children: /* @__PURE__ */ te.jsx(SW, { ...e }) })
|
|
83294
83294
|
), t;
|
|
83295
83295
|
}, Eqe = (i, e = {}) => {
|
|
83296
|
-
const t = "
|
|
83296
|
+
const t = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", r = "https://ph-api.mappedin.com";
|
|
83297
83297
|
wit(e.captureEnabled ?? !0);
|
|
83298
83298
|
const n = fM();
|
|
83299
83299
|
if (!n.__loaded && t != null && r != null) {
|
|
@@ -83311,7 +83311,7 @@ const Aqe = uP((i) => {
|
|
|
83311
83311
|
}
|
|
83312
83312
|
}, Mqe = () => {
|
|
83313
83313
|
const i = document.createElement("meta");
|
|
83314
|
-
i.name = "app-version", i.content = "0.21.
|
|
83314
|
+
i.name = "app-version", i.content = "0.21.8", document.head.appendChild(i);
|
|
83315
83315
|
let e = document.querySelector("meta[name=viewport]");
|
|
83316
83316
|
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";
|
|
83317
83317
|
}, Tqe = (i) => {
|