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

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.206](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.205...iris-app-webpack-plugin/0.0.206) (2024-07-03)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `iris-app-api` updated to version `0.0.205`
10
+ ## [0.0.205](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.204...iris-app-webpack-plugin/0.0.205) (2024-06-24)
11
+
5
12
  ## [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
13
 
7
14
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-webpack-plugin",
3
- "version": "0.0.204",
3
+ "version": "0.0.206",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -1,17 +1,18 @@
1
- <html>
1
+ <!DOCTYPE html>
2
+ <html class="notranslate" translate="no" style="height:100dvh;">
2
3
  <head>
4
+ <base id="baseHref" href="/" />
3
5
  <script>
4
6
  module = location.pathname.split('/')[1];
5
7
  scope = "{{scope}}";
6
8
  manifestScopes = {{manifestScopes}};
7
9
  </script>
8
- <base id="baseHref" href="/" />
9
10
  <script src="/remoteEntry.js"></script>
10
11
  <script src="/tileloader.js"></script>
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>