@rh-support/cases 2.6.34 → 2.6.37

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 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;CAuD1B,CAAC;AAEF,eAAO,MAAM,oBAAoB,iDAAiD,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;CAuD1B,CAAC;AAEF,eAAO,MAAM,oBAAoB,iDAAiD,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import i18n from 'i18next';
2
2
  import { SolrKeys } from '../enums/filters';
3
3
  // used for adding title text for different solr fields
4
+ // test
4
5
  export const filterNamesMap = {
5
6
  get [SolrKeys.status]() {
6
7
  return i18n.t('Status');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/cases",
3
- "version": "2.6.34",
3
+ "version": "2.6.37",
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/patternfly": "6.2.1",
31
31
  "@patternfly/react-core": "6.2.1",
32
32
  "@patternfly/react-table": "6.2.1",
@@ -39,15 +39,15 @@
39
39
  "solr-query-builder": "1.0.1"
40
40
  },
41
41
  "dependencies": {
42
- "@cee-eng/hydrajs": "4.18.57",
42
+ "@cee-eng/hydrajs": "4.18.84",
43
43
  "@patternfly/patternfly": "6.2.1",
44
44
  "@patternfly/react-core": "6.2.1",
45
45
  "@patternfly/react-table": "6.2.1",
46
- "@rh-support/components": "2.5.45",
47
- "@rh-support/react-context": "2.5.60",
46
+ "@rh-support/components": "2.5.48",
47
+ "@rh-support/react-context": "2.5.63",
48
48
  "@rh-support/types": "2.0.5",
49
- "@rh-support/user-permissions": "2.5.20",
50
- "@rh-support/utils": "2.5.19",
49
+ "@rh-support/user-permissions": "2.5.23",
50
+ "@rh-support/utils": "2.5.21",
51
51
  "localforage": "^1.10.0",
52
52
  "lodash": "^4.17.21",
53
53
  "pegjs": "^0.10.0",
@@ -96,5 +96,5 @@
96
96
  "defaults and supports es6-module",
97
97
  "maintained node versions"
98
98
  ],
99
- "gitHead": "496bf698365697ff751a8edf712284454440d6ea"
99
+ "gitHead": "0f76f76f7e066c4269ec85489f4575ecc122e324"
100
100
  }