@rh-support/react-context 0.2.62 → 0.2.64

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 CHANGED
@@ -4,3 +4,5 @@
4
4
 
5
5
  - useContext(GlobalMetadataStateContext) must be used within a GlobalMetadataContextProvider
6
6
  - useContext(GlobalMetadataDispatchContext) must be used within a GlobalMetadataContextProvider
7
+
8
+ .
@@ -588,7 +588,7 @@ export const fetchManagedAccounts = (dispatch, token) => __awaiter(void 0, void
588
588
  type: GlobalMetadataReducerConstants.setManagedAccounts,
589
589
  payload: { managedAccounts: getApiResourceObject([], true) },
590
590
  });
591
- const managedAccounts = yield accounts.getCustomerAccountsForAPartner(token.account_number);
591
+ const managedAccounts = yield accounts.getCustomerAccountsForAPartner(token.account_number, null, true);
592
592
  dispatch({
593
593
  type: GlobalMetadataReducerConstants.setManagedAccounts,
594
594
  payload: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/react-context",
3
- "version": "0.2.62",
3
+ "version": "0.2.64",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -26,7 +26,7 @@
26
26
  "lib/**/*"
27
27
  ],
28
28
  "peerDependencies": {
29
- "@cee-eng/hydrajs": "4.9.1",
29
+ "@cee-eng/hydrajs": "4.10.0",
30
30
  "@patternfly/react-core": "4.202.16",
31
31
  "@patternfly/react-icons": "4.53.16",
32
32
  "@rh-support/api": "0.3.9",
@@ -42,14 +42,14 @@
42
42
  "react-test-renderer": "17.0.1"
43
43
  },
44
44
  "dependencies": {
45
- "@cee-eng/hydrajs": "4.9.1",
45
+ "@cee-eng/hydrajs": "4.10.0",
46
46
  "@patternfly/react-core": "4.202.16",
47
47
  "@patternfly/react-icons": "4.53.16",
48
- "@rh-support/api": "0.3.16",
49
- "@rh-support/components": "1.1.60",
50
- "@rh-support/types": "0.2.0",
51
- "@rh-support/user-permissions": "0.2.48",
52
- "@rh-support/utils": "0.2.37",
48
+ "@rh-support/api": "0.3.18",
49
+ "@rh-support/components": "1.1.62",
50
+ "@rh-support/types": "0.3.0",
51
+ "@rh-support/user-permissions": "0.2.50",
52
+ "@rh-support/utils": "0.2.39",
53
53
  "i18next": "^19.0.1",
54
54
  "localforage": "^1.7.3",
55
55
  "lodash": "^4.17.15",
@@ -89,5 +89,5 @@
89
89
  "not ie <= 11",
90
90
  "not op_mini all"
91
91
  ],
92
- "gitHead": "16a9ab39fc63d39d0816ee2ef890c2f0ff2282e4"
92
+ "gitHead": "d079ee3127aa11ae00fa9febdf6519e9005140df"
93
93
  }