@rh-support/react-context 2.5.82 → 2.5.87

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.
@@ -35,7 +35,7 @@ function GlobalContextMetadataWrapper() {
35
35
  const loadGlobalMetadata = (loggedInUserJwtToken) => {
36
36
  setLoggedInUserJwtToken(dispatchToGlobalMetadataReducer, loggedInUserJwtToken);
37
37
  /**
38
- * Even GS4 users can use strata's normal user and account endpoints and thus fetching them before hand. This improves the load time by 4 seconds
38
+ * Even GS4 users can use strata's normal user and account endpoints and thus fetching them before hand. This improves the load time by 4 seconds
39
39
  */
40
40
  loadPCMConfig(dispatchToGlobalMetadataReducer).then((pcmConfig) => {
41
41
  fetchLoggedInUser(dispatchToGlobalMetadataReducer, loggedInUserJwtToken, pcmConfig);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/react-context",
3
- "version": "2.5.82",
3
+ "version": "2.5.87",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -40,10 +40,10 @@
40
40
  "@cee-eng/hydrajs": "4.18.95",
41
41
  "@patternfly/react-core": "6.2.1",
42
42
  "@patternfly/react-icons": "6.2.1",
43
- "@rh-support/components": "2.5.65",
43
+ "@rh-support/components": "2.5.69",
44
44
  "@rh-support/types": "2.0.5",
45
- "@rh-support/user-permissions": "2.5.32",
46
- "@rh-support/utils": "2.5.28",
45
+ "@rh-support/user-permissions": "2.5.37",
46
+ "@rh-support/utils": "2.5.32",
47
47
  "i18next": "^23.15.0",
48
48
  "localforage": "^1.10.0",
49
49
  "lodash": "^4.17.21",
@@ -93,5 +93,5 @@
93
93
  "defaults and supports es6-module",
94
94
  "maintained node versions"
95
95
  ],
96
- "gitHead": "d8cde6c6c2d28af9c0762c55fe1bc52e6104208b"
96
+ "gitHead": "b39c95572f61f68eaf74796387784012f9d6623a"
97
97
  }