@trackunit/iris-app-webpack-plugin 1.7.24 → 1.7.28

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,25 @@
1
+ ## 1.7.28 (2025-10-10)
2
+
3
+ This was a version bump only for iris-app-webpack-plugin to align it with other projects, there were no code changes.
4
+
5
+ ## 1.7.27 (2025-10-10)
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated iris-app-api to 1.7.27
10
+
11
+ ## 1.7.26 (2025-10-10)
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated iris-app-api to 1.7.26
16
+
17
+ ## 1.7.25 (2025-10-09)
18
+
19
+ ### 🧱 Updated Dependencies
20
+
21
+ - Updated iris-app-api to 1.7.25
22
+
1
23
  ## 1.7.24 (2025-10-09)
2
24
 
3
25
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-webpack-plugin",
3
- "version": "1.7.24",
3
+ "version": "1.7.28",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "csp-header": "^5.2.1",
11
11
  "webpack": "5.97.1",
12
- "@trackunit/iris-app-api": "1.7.24",
12
+ "@trackunit/iris-app-api": "1.7.27",
13
13
  "tslib": "^2.6.2"
14
14
  },
15
15
  "types": "./src/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  <meta name="referrer" content="strict-origin">
14
14
  <script nonce="{{nonce}}" src="http://localhost:8097"></script>
15
15
  </head>
16
- <body class="@container">
16
+ <body class="@container" style="height:100dvh;">
17
17
  <div id="single-spa-application:app"></div>
18
18
  </body>
19
19
  </html>