@trackunit/iris-app-webpack-plugin 0.0.141 → 0.0.143
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 +4 -0
- package/package.json +2 -2
- package/src/lib/index.html +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.143](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.142...iris-app-webpack-plugin/0.0.143) (2023-11-02)
|
|
6
|
+
|
|
7
|
+
## [0.0.142](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.141...iris-app-webpack-plugin/0.0.142) (2023-10-27)
|
|
8
|
+
|
|
5
9
|
## [0.0.141](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.140...iris-app-webpack-plugin/0.0.141) (2023-10-24)
|
|
6
10
|
|
|
7
11
|
### Dependency Updates
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app-webpack-plugin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.143",
|
|
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.1.0",
|
|
11
11
|
"@trackunit/iris-app-api": "0.0.126",
|
|
12
|
-
"tslib": "
|
|
12
|
+
"tslib": "1.10.0"
|
|
13
13
|
},
|
|
14
14
|
"main": "./src/index.js",
|
|
15
15
|
"type": "commonjs"
|
package/src/lib/index.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<script src="https://iris.trackunit.app/tileloader.js"></script>
|
|
10
10
|
<meta http-equiv="Content-Security-Policy" content="{{cspContent}}">
|
|
11
11
|
</head>
|
|
12
|
-
<body style="margin: 0px">
|
|
12
|
+
<body class="@container" style="margin: 0px; overflow: auto;">
|
|
13
13
|
<div id="single-spa-application:app" style="height: 100vh">
|
|
14
14
|
</div>
|
|
15
15
|
</body>
|