@mappedin/viewer 0.59.3-e98e5ba.0 → 0.59.3

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/index.js +3341 -3339
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.59.3](https://github.com/MappedIn/viewer/compare/viewer-v0.59.2...viewer-v0.59.3) (2026-05-20)
4
+
5
+
6
+ ### Features
7
+
8
+ * **SRV-3569:** improve operation hours list formatting ([#675](https://github.com/MappedIn/viewer/issues/675)) ([d9eccd8](https://github.com/MappedIn/viewer/commit/d9eccd821bb7592d51d79112b17f12993d4f0c82))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **SEC-17928:** bump vulnerable dependencies to patched versions ([#671](https://github.com/MappedIn/viewer/issues/671)) ([024abf2](https://github.com/MappedIn/viewer/commit/024abf2ec33d4451ff7411262866ef2682a00c38))
14
+ * **SEC-18488:** bump vulnerable happy-dom, axios, and vite ([#674](https://github.com/MappedIn/viewer/issues/674)) ([e98e5ba](https://github.com/MappedIn/viewer/commit/e98e5ba855430162f03081006d15b83eab9266ac))
15
+
3
16
  ## [0.59.2](https://github.com/MappedIn/viewer/compare/viewer-v0.59.1...viewer-v0.59.2) (2026-04-01)
4
17
 
5
18