@mappedin/viewer 0.11.2-5201037.0 → 0.11.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 +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.11.2](https://github.com/MappedIn/viewer/compare/viewer-v0.11.1...viewer-v0.11.2) (2023-11-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **MKR-542:** reduce AO graininess on low DPR monitors ([#80](https://github.com/MappedIn/viewer/issues/80)) ([5201037](https://github.com/MappedIn/viewer/commit/5201037ab1a425c95f233cb210fc8b9251852992))
|
|
9
|
+
|
|
3
10
|
## [0.11.1](https://github.com/MappedIn/viewer/compare/viewer-v0.11.0...viewer-v0.11.1) (2023-11-15)
|
|
4
11
|
|
|
5
12
|
|
package/dist/index.js
CHANGED
|
@@ -107104,7 +107104,7 @@ const S2t = cr.div`
|
|
|
107104
107104
|
] })
|
|
107105
107105
|
] });
|
|
107106
107106
|
}), Gve = (t) => {
|
|
107107
|
-
const e = "
|
|
107107
|
+
const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", i = "https://ph-api.mappedin.com";
|
|
107108
107108
|
{
|
|
107109
107109
|
rg.init(e, {
|
|
107110
107110
|
api_host: i,
|
|
@@ -107117,7 +107117,7 @@ const S2t = cr.div`
|
|
|
107117
107117
|
}
|
|
107118
107118
|
}, Wve = () => {
|
|
107119
107119
|
const t = document.createElement("meta");
|
|
107120
|
-
t.name = "app-version", t.content = "0.11.
|
|
107120
|
+
t.name = "app-version", t.content = "0.11.2", document.head.appendChild(t);
|
|
107121
107121
|
let e = document.querySelector("meta[name=viewport]");
|
|
107122
107122
|
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";
|
|
107123
107123
|
}, Zve = (t) => {
|