@hitachivantara/app-shell-shared 2.3.3 → 2.3.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 +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @hitachivantara/app-shell-shared
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
App Shell Shared. Support package for shared functionality.
|
|
4
4
|
|
|
5
5
|
## Overview
|
|
6
6
|
|
|
7
|
-
This package provides shared React contexts for the
|
|
7
|
+
This package provides shared React contexts for the App Shell. It allows embedded views and components to share state (e.g. access the app shell configuration).
|
|
8
8
|
|
|
9
9
|
It should be declared as external in your bundler configuration. An ESM bundle is provided in the package, which can be deployed, and the importmap can be configured to point to it.
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/app-shell-shared",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "UI Kit Team",
|
|
7
7
|
"description": "AppShell Shared",
|
|
8
8
|
"homepage": "https://github.com/pentaho/hv-uikit-react",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prepublishOnly": "npm run build"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@hitachivantara/app-shell-services": "^2.0.
|
|
25
|
+
"@hitachivantara/app-shell-services": "^2.0.6"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"i18next": "^24.2.2"
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "84643326d359781e4457c8a882c42c5a6d321744"
|
|
58
58
|
}
|