@trackunit/iris-app-oem-api 1.7.83 → 1.7.87

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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## 1.7.87 (2025-11-25)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-api to 1.9.22
6
+
7
+ ## 1.7.86 (2025-11-25)
8
+
9
+ ### 🧱 Updated Dependencies
10
+
11
+ - Updated iris-app-api to 1.9.21
12
+
13
+ ## 1.7.85 (2025-11-25)
14
+
15
+ ### 🧱 Updated Dependencies
16
+
17
+ - Updated iris-app-api to 1.9.20
18
+
19
+ ## 1.7.84 (2025-11-25)
20
+
21
+ ### 🧱 Updated Dependencies
22
+
23
+ - Updated iris-app-api to 1.9.19
24
+
1
25
  ## 1.7.83 (2025-11-25)
2
26
 
3
27
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-oem-api",
3
- "version": "1.7.83",
3
+ "version": "1.7.87",
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.9.18",
10
+ "@trackunit/iris-app-api": "1.9.22",
11
11
  "tslib": "^2.6.2"
12
12
  },
13
13
  "types": "./src/index.d.ts",