@mappedin/viewer 0.21.7-dbffdad.0 → 0.21.7

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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.21.7](https://github.com/MappedIn/viewer/compare/viewer-v0.21.6...viewer-v0.21.7) (2024-06-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **hotfix:** screen offsets is broken on iOS ([#218](https://github.com/MappedIn/viewer/issues/218)) ([dbffdad](https://github.com/MappedIn/viewer/commit/dbffdad83435a0f4967e048517515525a6ffd5c6))
9
+
3
10
  ## [0.21.6](https://github.com/MappedIn/viewer/compare/viewer-v0.21.5...viewer-v0.21.6) (2024-06-06)
4
11
 
5
12
 
package/dist/index.js CHANGED
@@ -83290,7 +83290,7 @@ const Sqe = uP((i) => {
83290
83290
  /* @__PURE__ */ te.jsx(Mle, { children: /* @__PURE__ */ te.jsx(wW, { ...e }) })
83291
83291
  ), t;
83292
83292
  }, Aqe = (i, e = {}) => {
83293
- const t = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", r = "https://ph-api.mappedin.com";
83293
+ const t = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", r = "https://ph-api.mappedin.com";
83294
83294
  Cit(e.captureEnabled ?? !0);
83295
83295
  const n = fM();
83296
83296
  if (!n.__loaded && t != null && r != null) {
@@ -83308,7 +83308,7 @@ const Sqe = uP((i) => {
83308
83308
  }
83309
83309
  }, Eqe = () => {
83310
83310
  const i = document.createElement("meta");
83311
- i.name = "app-version", i.content = "0.21.6", document.head.appendChild(i);
83311
+ i.name = "app-version", i.content = "0.21.7", document.head.appendChild(i);
83312
83312
  let e = document.querySelector("meta[name=viewport]");
83313
83313
  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";
83314
83314
  }, Mqe = (i) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.21.7-dbffdad.0",
3
+ "version": "0.21.7",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",