@trackunit/iris-app-webpack-plugin 0.0.202 → 0.0.204

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
@@ -2,6 +2,13 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.204](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.203...iris-app-webpack-plugin/0.0.204) (2024-06-21)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `iris-app-api` updated to version `0.0.203`
10
+ ## [0.0.203](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.202...iris-app-webpack-plugin/0.0.203) (2024-06-19)
11
+
5
12
  ## [0.0.202](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.201...iris-app-webpack-plugin/0.0.202) (2024-06-19)
6
13
 
7
14
  ## [0.0.201](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.200...iris-app-webpack-plugin/0.0.201) (2024-06-11)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-webpack-plugin",
3
- "version": "0.0.202",
3
+ "version": "0.0.204",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -1,4 +1,3 @@
1
- <!DOCTYPE html>
2
1
  <html>
3
2
  <head>
4
3
  <script>
@@ -12,7 +11,7 @@
12
11
  <meta http-equiv="Content-Security-Policy" content="{{cspContent}}" />
13
12
  <script nonce="{{nonce}}" src="http://localhost:8097"></script>
14
13
  </head>
15
- <body class="@container">
16
- <div id="single-spa-application:app"></div>
14
+ <body style="margin: 0px; overflow: auto" class="@container">
15
+ <div id="single-spa-application:app" style="height: 100dvh"></div>
17
16
  </body>
18
17
  </html>