@trackunit/iris-app-api 1.17.20 → 1.18.1

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,17 @@
1
+ ## 1.18.1 (2026-04-30)
2
+
3
+ This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
4
+
5
+ ## 1.18.0 (2026-04-29)
6
+
7
+ ### 🚀 Features
8
+
9
+ - support relative markdown images in app descriptions ([#22774](https://github.com/Trackunit/manager/pull/22774))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Kieran Prince @kpr-trackunit
14
+
1
15
  ## 1.17.20 (2026-04-28)
2
16
 
3
17
  This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-api",
3
- "version": "1.17.20",
3
+ "version": "1.18.1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -38,6 +38,12 @@ export interface Marketplace extends Omit<MarketplaceOneZero, "allowForPackage">
38
38
  * Indicate if the app should be shown in the Trackunit Marketplace.
39
39
  */
40
40
  showInMarketplace: boolean;
41
+ /**
42
+ * Image paths referenced by the full description markdown, resolved relative to the assets folder.
43
+ * Auto-populated at build time by the Iris app webpack/vite plugins; do not set manually.
44
+ * Used server-side to authorize which asset files can be served publicly.
45
+ */
46
+ fullDescriptionImages?: Array<string>;
41
47
  }
42
48
  /**
43
49
  * An object of data used when the app is displayed in the marketplace