@rh-support/react-context 2.5.60 → 2.5.62

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.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * The below function sorts the account search results based on the provided query string (account name or number).
3
+ * test
3
4
  */
4
5
  export declare function sortAccountsByQuery(accounts: any, queryStr: any, queryKey: any): any;
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,QAAQ,KAAA,EAAE,QAAQ,KAAA,EAAE,QAAQ,KAAA,OAgB/D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,QAAQ,KAAA,EAAE,QAAQ,KAAA,EAAE,QAAQ,KAAA,OAgB/D"}
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * The below function sorts the account search results based on the provided query string (account name or number).
3
+ * test
3
4
  */
4
5
  export function sortAccountsByQuery(accounts, queryStr, queryKey) {
5
6
  function getSimilarityScore(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/react-context",
3
- "version": "2.5.60",
3
+ "version": "2.5.62",
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.18.57",
29
+ "@cee-eng/hydrajs": "4.18.84",
30
30
  "@patternfly/react-core": "6.2.1",
31
31
  "@patternfly/react-icons": "6.2.1",
32
32
  "i18next": "^23.15.0",
@@ -37,13 +37,13 @@
37
37
  "react-test-renderer": "18.2.0"
38
38
  },
39
39
  "dependencies": {
40
- "@cee-eng/hydrajs": "4.18.57",
40
+ "@cee-eng/hydrajs": "4.18.84",
41
41
  "@patternfly/react-core": "6.2.1",
42
42
  "@patternfly/react-icons": "6.2.1",
43
- "@rh-support/components": "2.5.45",
43
+ "@rh-support/components": "2.5.47",
44
44
  "@rh-support/types": "2.0.5",
45
- "@rh-support/user-permissions": "2.5.20",
46
- "@rh-support/utils": "2.5.19",
45
+ "@rh-support/user-permissions": "2.5.22",
46
+ "@rh-support/utils": "2.5.21",
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": "496bf698365697ff751a8edf712284454440d6ea"
96
+ "gitHead": "80f5df71ce02c1fa9130373d1f0df60acb24f023"
97
97
  }