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

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