@trackunit/iris-app-oem-api 1.3.107 → 1.3.109

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 (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## 1.3.109 (2025-05-14)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **widget:** Added latest critical events list widget ([#18036](https://github.com/Trackunit/manager/pull/18036))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - remove reference to missing file causing docusaurus build to fail ([d00722fc401](https://github.com/Trackunit/manager/commit/d00722fc401))
10
+
11
+ ### 🧱 Updated Dependencies
12
+
13
+ - Updated iris-app-api to 1.3.109
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Fernando Cespedes Reyes
18
+ - Jacek Mańkowski @jmn-trackunit
19
+
20
+ ## 1.3.108 (2025-05-14)
21
+
22
+ ### 🧱 Updated Dependencies
23
+
24
+ - Updated iris-app-api to 1.3.108
25
+
1
26
  ## 1.3.107 (2025-05-14)
2
27
 
3
28
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-oem-api",
3
- "version": "1.3.107",
3
+ "version": "1.3.109",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
7
7
  "node": ">=22.x"
8
8
  },
9
9
  "dependencies": {
10
- "@trackunit/iris-app-api": "1.3.107",
10
+ "@trackunit/iris-app-api": "1.3.109",
11
11
  "tslib": "^2.6.2"
12
12
  },
13
13
  "types": "./src/index.d.ts",