@trackunit/iris-app-oem-api 1.10.26 → 1.11.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,3 +1,15 @@
1
+ ## 1.11.0 (2026-01-26)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-api to 1.14.0
6
+
7
+ ## 1.10.27 (2026-01-23)
8
+
9
+ ### 🧱 Updated Dependencies
10
+
11
+ - Updated iris-app-api to 1.13.26
12
+
1
13
  ## 1.10.26 (2026-01-23)
2
14
 
3
15
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-oem-api",
3
- "version": "1.10.26",
3
+ "version": "1.11.0",
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": "1.13.25",
10
+ "@trackunit/iris-app-api": "1.14.0",
11
11
  "tslib": "^2.6.2"
12
12
  },
13
13
  "types": "./src/index.d.ts",
package/src/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from "./types";
1
+ export * from "./types/irisAppOemManifest";
package/src/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./types"), exports);
4
+ tslib_1.__exportStar(require("./types/irisAppOemManifest"), exports);
5
5
  //# sourceMappingURL=index.js.map
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../libs/iris-app-sdk/iris-app-oem-api/src/index.ts"],"names":[],"mappings":";;;AAAA,kDAAwB","sourcesContent":["export * from \"./types\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../libs/iris-app-sdk/iris-app-oem-api/src/index.ts"],"names":[],"mappings":";;;AAAA,qEAA2C","sourcesContent":["export * from \"./types/irisAppOemManifest\";\n"]}
@@ -1 +0,0 @@
1
- export * from "./irisAppOemManifest";
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./irisAppOemManifest"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../libs/iris-app-sdk/iris-app-oem-api/src/types/index.ts"],"names":[],"mappings":";;;AAAA,+DAAqC","sourcesContent":["export * from \"./irisAppOemManifest\";\n"]}