@mappedin/viewer 0.59.2-8a2bbf7.0 → 0.59.3-7e98fb3.0

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.59.2](https://github.com/MappedIn/viewer/compare/viewer-v0.59.1...viewer-v0.59.2) (2026-04-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **SRV-3418:** bump SDK to fix areas ([#667](https://github.com/MappedIn/viewer/issues/667)) ([8a2bbf7](https://github.com/MappedIn/viewer/commit/8a2bbf7400b429a4dcdf7bab9ea3535cf3f80548))
9
+
3
10
  ## [0.59.1](https://github.com/MappedIn/viewer/compare/viewer-v0.59.0...viewer-v0.59.1) (2026-03-30)
4
11
 
5
12
 
package/dist/index.js CHANGED
@@ -91084,7 +91084,7 @@ function cTe() {
91084
91084
  var PIt = cTe();
91085
91085
  const hTe = () => {
91086
91086
  let t = document.querySelector("meta[name=app-version]");
91087
- t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.59.1";
91087
+ t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.59.2";
91088
91088
  let e = document.querySelector("meta[name=viewport]");
91089
91089
  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";
91090
91090
  }, dTe = (t) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.59.2-8a2bbf7.0",
3
+ "version": "0.59.3-7e98fb3.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",