@hitachivantara/app-shell-vite-plugin 0.18.4 → 0.18.5
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -59,5 +59,5 @@ Managing settings in TypeScript however provides more efficiency and type safety
|
|
|
59
59
|
|
|
60
60
|
## `<base href="...">` tag
|
|
61
61
|
|
|
62
|
-
The <base href="..."> tag is automatically injected at index.html file during the build process
|
|
62
|
+
The <base href="..."> tag is automatically injected at index.html file during the build process and its value will be the same as the value in the `baseUrl` property of the App Shell [configuration file](../../../docs/config-file.md#application-identity).
|
|
63
63
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/app-shell-vite-plugin",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.5",
|
|
4
4
|
"description": "AppShell Vite Plugin",
|
|
5
5
|
"author": "Hitachi Vantara - Boba Fett Team",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@emotion/cache": "^11.11.0",
|
|
38
38
|
"@emotion/react": "^11.11.1",
|
|
39
39
|
"@hitachivantara/app-shell-shared": "0.13.0",
|
|
40
|
-
"@hitachivantara/app-shell-ui": "0.38.
|
|
40
|
+
"@hitachivantara/app-shell-ui": "0.38.3",
|
|
41
41
|
"@hitachivantara/uikit-react-icons": "^5.6.0",
|
|
42
42
|
"@hitachivantara/uikit-react-shared": "^5.1.0",
|
|
43
43
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"vite": "^4.1.4 || ^5.0.4"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "5065d46d465674c03d798b3b3c58bf77e54a3e09"
|
|
66
66
|
}
|