@trackunit/iris-app-oem-api 2.0.42 → 2.0.46

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,3 +1,36 @@
1
+ ## 2.0.46 (2026-07-02)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **migrations:** standard migration scaffold for all publish:npm packages [GLU-1354] ([#24119](https://github.com/Trackunit/manager/pull/24119))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated iris-app-api to 2.0.46
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Cursor @cursoragent
14
+ - Mikkel Thorbjørn Andersen @mta-trackunit
15
+
16
+ ## 2.0.45 (2026-07-02)
17
+
18
+ ### 🧱 Updated Dependencies
19
+
20
+ - Updated iris-app-api to 2.0.45
21
+
22
+ ## 2.0.44 (2026-07-01)
23
+
24
+ ### 🧱 Updated Dependencies
25
+
26
+ - Updated iris-app-api to 2.0.44
27
+
28
+ ## 2.0.43 (2026-07-01)
29
+
30
+ ### 🧱 Updated Dependencies
31
+
32
+ - Updated iris-app-api to 2.0.43
33
+
1
34
  ## 2.0.42 (2026-06-30)
2
35
 
3
36
  ### 🧱 Updated Dependencies
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=entry.js.map
@@ -0,0 +1,3 @@
1
+ {
2
+ "generators": {}
3
+ }
package/package.json CHANGED
@@ -1,15 +1,16 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-oem-api",
3
- "version": "2.0.42",
3
+ "version": "2.0.46",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
7
7
  "node": ">=24.x"
8
8
  },
9
9
  "dependencies": {
10
- "@trackunit/iris-app-api": "2.0.42",
10
+ "@trackunit/iris-app-api": "2.0.46",
11
11
  "tslib": "^2.6.2"
12
12
  },
13
+ "migrations": "./migrations.json",
13
14
  "types": "./src/index.d.ts",
14
15
  "main": "./src/index.js",
15
16
  "type": "commonjs"