@rh-support/utils 2.1.19 → 2.1.20

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.
@@ -7,11 +7,11 @@ export declare function getApiDeletionStatus(isDeleting?: boolean, isError?: boo
7
7
  export declare function haventLoadedMetadata<T>(apiResponse: IApiResponseDetails<T>, isEmptyCallback?: (data: T) => boolean): boolean;
8
8
  export declare function haventLoadedProductsMetadata(apiResponse: IApiResponseDetails<ITroubleshootProductResponse>): boolean;
9
9
  /**
10
- * We are firstly remove the special characters from the string and then encode the string. After that
11
10
  * we are trimming text as per limit set and then decode the string.
12
11
  * @param description Description string
13
12
  * @param limit Limit to trim the string
14
13
  * @returns
15
14
  */
16
- export declare const getTrimmedSpecialCharacters: (description?: string, limit?: number) => string;
15
+ export declare const getTrimmedCharacters: (description?: string, limit?: number) => string;
16
+ export declare const buildParams: (Obj: any) => string;
17
17
  //# sourceMappingURL=apiUtils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"apiUtils.d.ts","sourceRoot":"","sources":["../../src/apiUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAIlH,OAAO,EAAE,4BAA4B,EAAE,MAAM,iBAAiB,CAAC;AAE/D,wBAAgB,oBAAoB,CAAC,CAAC,EAClC,IAAI,GAAE,CAAa,EACnB,UAAU,GAAE,OAAe,EAC3B,OAAO,GAAE,OAAe,EACxB,YAAY,GAAE,MAAW,EACzB,KAAK,GAAE,KAAY,GACpB,mBAAmB,CAAC,CAAC,CAAC,CAExB;AAED,wBAAgB,oBAAoB,CAChC,UAAU,GAAE,OAAe,EAC3B,OAAO,GAAE,OAAe,EACxB,YAAY,GAAE,MAAW,GAC1B,eAAe,CAEjB;AACD,wBAAgB,oBAAoB,CAChC,UAAU,GAAE,OAAe,EAC3B,OAAO,GAAE,OAAe,EACxB,YAAY,GAAE,MAAW,GAC1B,eAAe,CAEjB;AACD,wBAAgB,oBAAoB,CAChC,UAAU,GAAE,OAAe,EAC3B,OAAO,GAAE,OAAe,EACxB,YAAY,GAAE,MAAW,GAC1B,eAAe,CAEjB;AAED,wBAAgB,oBAAoB,CAAC,CAAC,EAClC,WAAW,EAAE,mBAAmB,CAAC,CAAC,CAAC,EACnC,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,GACvC,OAAO,CAGT;AAED,wBAAgB,4BAA4B,CAAC,WAAW,EAAE,mBAAmB,CAAC,4BAA4B,CAAC,GAAG,OAAO,CAEpH;AAED;;;;;;GAMG;AACH,eAAO,MAAM,2BAA2B,kDASvC,CAAC"}
1
+ {"version":3,"file":"apiUtils.d.ts","sourceRoot":"","sources":["../../src/apiUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAIlH,OAAO,EAAE,4BAA4B,EAAE,MAAM,iBAAiB,CAAC;AAE/D,wBAAgB,oBAAoB,CAAC,CAAC,EAClC,IAAI,GAAE,CAAa,EACnB,UAAU,GAAE,OAAe,EAC3B,OAAO,GAAE,OAAe,EACxB,YAAY,GAAE,MAAW,EACzB,KAAK,GAAE,KAAY,GACpB,mBAAmB,CAAC,CAAC,CAAC,CAExB;AAED,wBAAgB,oBAAoB,CAChC,UAAU,GAAE,OAAe,EAC3B,OAAO,GAAE,OAAe,EACxB,YAAY,GAAE,MAAW,GAC1B,eAAe,CAEjB;AACD,wBAAgB,oBAAoB,CAChC,UAAU,GAAE,OAAe,EAC3B,OAAO,GAAE,OAAe,EACxB,YAAY,GAAE,MAAW,GAC1B,eAAe,CAEjB;AACD,wBAAgB,oBAAoB,CAChC,UAAU,GAAE,OAAe,EAC3B,OAAO,GAAE,OAAe,EACxB,YAAY,GAAE,MAAW,GAC1B,eAAe,CAEjB;AAED,wBAAgB,oBAAoB,CAAC,CAAC,EAClC,WAAW,EAAE,mBAAmB,CAAC,CAAC,CAAC,EACnC,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,GACvC,OAAO,CAGT;AAED,wBAAgB,4BAA4B,CAAC,WAAW,EAAE,mBAAmB,CAAC,4BAA4B,CAAC,GAAG,OAAO,CAEpH;AAED;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,kDAOhC,CAAC;AAEF,eAAO,MAAM,WAAW,sBAYvB,CAAC"}
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.getTrimmedSpecialCharacters = exports.haventLoadedProductsMetadata = exports.haventLoadedMetadata = exports.getApiDeletionStatus = exports.getApiUpdationStatus = exports.getApiCreationStatus = exports.getApiResourceObject = void 0;
6
+ exports.buildParams = exports.getTrimmedCharacters = exports.haventLoadedProductsMetadata = exports.haventLoadedMetadata = exports.getApiDeletionStatus = exports.getApiUpdationStatus = exports.getApiCreationStatus = exports.getApiResourceObject = void 0;
7
7
  const isEmpty_1 = __importDefault(require("lodash/isEmpty"));
8
8
  const trim_1 = __importDefault(require("lodash/trim"));
9
9
  function getApiResourceObject(data = undefined, isFetching = false, isError = false, errorMessage = '', error = null) {
@@ -32,21 +32,31 @@ function haventLoadedProductsMetadata(apiResponse) {
32
32
  }
33
33
  exports.haventLoadedProductsMetadata = haventLoadedProductsMetadata;
34
34
  /**
35
- * We are firstly remove the special characters from the string and then encode the string. After that
36
35
  * we are trimming text as per limit set and then decode the string.
37
36
  * @param description Description string
38
37
  * @param limit Limit to trim the string
39
38
  * @returns
40
39
  */
41
- const getTrimmedSpecialCharacters = (description = '', limit = 4000) => {
40
+ const getTrimmedCharacters = (description = '', limit = 4000) => {
42
41
  if (description) {
43
- const removeSpecialCharacters = (0, trim_1.default)(description.replace(/[^a-zA-Z0-9 ]/g, '').replace(/ {2,}/g, ' '));
44
- const encodedDescription = encodeURIComponent(removeSpecialCharacters);
45
- const trimmedDescription = encodedDescription.slice(0, limit);
46
- return decodeURIComponent(trimmedDescription) || '';
42
+ const trimmedDescription = (0, trim_1.default)(description).replace(/ {2,}/g, ' ').slice(0, limit);
43
+ return trimmedDescription;
47
44
  }
48
45
  else {
49
46
  return description;
50
47
  }
51
48
  };
52
- exports.getTrimmedSpecialCharacters = getTrimmedSpecialCharacters;
49
+ exports.getTrimmedCharacters = getTrimmedCharacters;
50
+ const buildParams = (Obj) => {
51
+ const params = new URLSearchParams();
52
+ Object.entries(Obj).forEach(([key, value]) => {
53
+ if (Array.isArray(value)) {
54
+ value.forEach((value) => params.append(key, value.toString()));
55
+ }
56
+ else {
57
+ params.append(key, value.toString());
58
+ }
59
+ });
60
+ return params.toString();
61
+ };
62
+ exports.buildParams = buildParams;
@@ -1 +1 @@
1
- {"version":3,"file":"urlUtils.d.ts","sourceRoot":"","sources":["../../src/urlUtils.ts"],"names":[],"mappings":"AACA,OAAW,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,IAAI,CAAC;AAG1D,wBAAgB,kBAAkB,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa;;EAG5E;AAGD,wBAAgB,oBAAoB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,OAAO,CAAC,EAAE,iBAAiB,UAG7E;AAED,eAAO,MAAM,wBAAwB;;;;;CAKpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,sBAW/B,CAAC;AAKF,eAAO,MAAM,iBAAiB,QAAS,MAAM,WAK5C,CAAC;AAEF,eAAO,MAAM,qBAAqB,QAAS,MAAM,WAGhD,CAAC;AAEF,eAAO,MAAM,2BAA2B,QAC/B,MAAM,kBACI,MAAM,EAAE,KACxB,MAKF,CAAC;AAMF,eAAO,MAAM,qBAAqB,iBAChB,MAAM,GAAG,MAAM,YACnB,MAAM;;;MAEjB,MAOF,CAAC;AAEF,eAAO,MAAM,UAAU,QAAS,MAAM,KAAG,OAExC,CAAC"}
1
+ {"version":3,"file":"urlUtils.d.ts","sourceRoot":"","sources":["../../src/urlUtils.ts"],"names":[],"mappings":"AACA,OAAW,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,IAAI,CAAC;AAG1D,wBAAgB,kBAAkB,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa;;EAG5E;AAGD,wBAAgB,oBAAoB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,OAAO,CAAC,EAAE,iBAAiB,UAG7E;AAED,eAAO,MAAM,wBAAwB;;;;;CAKpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,sBAW/B,CAAC;AAIF,eAAO,MAAM,iBAAiB,QAAS,MAAM,WAY5C,CAAC;AAEF,eAAO,MAAM,qBAAqB,QAAS,MAAM,WAGhD,CAAC;AAEF,eAAO,MAAM,2BAA2B,QAC/B,MAAM,kBACI,MAAM,EAAE,KACxB,MAKF,CAAC;AAMF,eAAO,MAAM,qBAAqB,iBAChB,MAAM,GAAG,MAAM,YACnB,MAAM;;;MAEjB,MAOF,CAAC;AAEF,eAAO,MAAM,UAAU,QAAS,MAAM,KAAG,OAExC,CAAC"}
@@ -38,11 +38,20 @@ const getRedhatDotComHost = (env) => {
38
38
  };
39
39
  exports.getRedhatDotComHost = getRedhatDotComHost;
40
40
  const drupalUrlRegexp = /^(https:\/\/access?.?\w+.redhat.com)?\/(\w+)\/(\d+)\S*$/;
41
- const openshiftDocUrlRegexp = /^https:\/\/docs.openshift.com\//;
42
41
  const getResTypeFromUrl = (url) => {
43
- const drupalUrl = drupalUrlRegexp.exec(url);
44
- const isOpenshiftDocUrl = openshiftDocUrlRegexp.test(url);
45
- return (drupalUrl === null || drupalUrl === void 0 ? void 0 : drupalUrl[2]) ? drupalUrl === null || drupalUrl === void 0 ? void 0 : drupalUrl[2] : isOpenshiftDocUrl ? 'documentation' : 'unknown';
42
+ if (!url)
43
+ return '';
44
+ if (url.includes('https://')) {
45
+ const { hostname, pathname } = new URL(url);
46
+ if (hostname.includes('openshift'))
47
+ return 'documentation';
48
+ const [, type] = pathname.split('/');
49
+ return type ? type : 'unknown';
50
+ }
51
+ else {
52
+ const [, type] = url.split('/');
53
+ return type ? type : 'unknown';
54
+ }
46
55
  };
47
56
  exports.getResTypeFromUrl = getResTypeFromUrl;
48
57
  const getDrupalResIdFromUrl = (url) => {
@@ -7,11 +7,11 @@ export declare function getApiDeletionStatus(isDeleting?: boolean, isError?: boo
7
7
  export declare function haventLoadedMetadata<T>(apiResponse: IApiResponseDetails<T>, isEmptyCallback?: (data: T) => boolean): boolean;
8
8
  export declare function haventLoadedProductsMetadata(apiResponse: IApiResponseDetails<ITroubleshootProductResponse>): boolean;
9
9
  /**
10
- * We are firstly remove the special characters from the string and then encode the string. After that
11
10
  * we are trimming text as per limit set and then decode the string.
12
11
  * @param description Description string
13
12
  * @param limit Limit to trim the string
14
13
  * @returns
15
14
  */
16
- export declare const getTrimmedSpecialCharacters: (description?: string, limit?: number) => string;
15
+ export declare const getTrimmedCharacters: (description?: string, limit?: number) => string;
16
+ export declare const buildParams: (Obj: any) => string;
17
17
  //# sourceMappingURL=apiUtils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"apiUtils.d.ts","sourceRoot":"","sources":["../../src/apiUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAIlH,OAAO,EAAE,4BAA4B,EAAE,MAAM,iBAAiB,CAAC;AAE/D,wBAAgB,oBAAoB,CAAC,CAAC,EAClC,IAAI,GAAE,CAAa,EACnB,UAAU,GAAE,OAAe,EAC3B,OAAO,GAAE,OAAe,EACxB,YAAY,GAAE,MAAW,EACzB,KAAK,GAAE,KAAY,GACpB,mBAAmB,CAAC,CAAC,CAAC,CAExB;AAED,wBAAgB,oBAAoB,CAChC,UAAU,GAAE,OAAe,EAC3B,OAAO,GAAE,OAAe,EACxB,YAAY,GAAE,MAAW,GAC1B,eAAe,CAEjB;AACD,wBAAgB,oBAAoB,CAChC,UAAU,GAAE,OAAe,EAC3B,OAAO,GAAE,OAAe,EACxB,YAAY,GAAE,MAAW,GAC1B,eAAe,CAEjB;AACD,wBAAgB,oBAAoB,CAChC,UAAU,GAAE,OAAe,EAC3B,OAAO,GAAE,OAAe,EACxB,YAAY,GAAE,MAAW,GAC1B,eAAe,CAEjB;AAED,wBAAgB,oBAAoB,CAAC,CAAC,EAClC,WAAW,EAAE,mBAAmB,CAAC,CAAC,CAAC,EACnC,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,GACvC,OAAO,CAGT;AAED,wBAAgB,4BAA4B,CAAC,WAAW,EAAE,mBAAmB,CAAC,4BAA4B,CAAC,GAAG,OAAO,CAEpH;AAED;;;;;;GAMG;AACH,eAAO,MAAM,2BAA2B,kDASvC,CAAC"}
1
+ {"version":3,"file":"apiUtils.d.ts","sourceRoot":"","sources":["../../src/apiUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAIlH,OAAO,EAAE,4BAA4B,EAAE,MAAM,iBAAiB,CAAC;AAE/D,wBAAgB,oBAAoB,CAAC,CAAC,EAClC,IAAI,GAAE,CAAa,EACnB,UAAU,GAAE,OAAe,EAC3B,OAAO,GAAE,OAAe,EACxB,YAAY,GAAE,MAAW,EACzB,KAAK,GAAE,KAAY,GACpB,mBAAmB,CAAC,CAAC,CAAC,CAExB;AAED,wBAAgB,oBAAoB,CAChC,UAAU,GAAE,OAAe,EAC3B,OAAO,GAAE,OAAe,EACxB,YAAY,GAAE,MAAW,GAC1B,eAAe,CAEjB;AACD,wBAAgB,oBAAoB,CAChC,UAAU,GAAE,OAAe,EAC3B,OAAO,GAAE,OAAe,EACxB,YAAY,GAAE,MAAW,GAC1B,eAAe,CAEjB;AACD,wBAAgB,oBAAoB,CAChC,UAAU,GAAE,OAAe,EAC3B,OAAO,GAAE,OAAe,EACxB,YAAY,GAAE,MAAW,GAC1B,eAAe,CAEjB;AAED,wBAAgB,oBAAoB,CAAC,CAAC,EAClC,WAAW,EAAE,mBAAmB,CAAC,CAAC,CAAC,EACnC,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,GACvC,OAAO,CAGT;AAED,wBAAgB,4BAA4B,CAAC,WAAW,EAAE,mBAAmB,CAAC,4BAA4B,CAAC,GAAG,OAAO,CAEpH;AAED;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,kDAOhC,CAAC;AAEF,eAAO,MAAM,WAAW,sBAYvB,CAAC"}
@@ -20,20 +20,29 @@ export function haventLoadedProductsMetadata(apiResponse) {
20
20
  return isEmpty(apiResponse.data.productsResult) && !apiResponse.isFetching && !apiResponse.isError;
21
21
  }
22
22
  /**
23
- * We are firstly remove the special characters from the string and then encode the string. After that
24
23
  * we are trimming text as per limit set and then decode the string.
25
24
  * @param description Description string
26
25
  * @param limit Limit to trim the string
27
26
  * @returns
28
27
  */
29
- export const getTrimmedSpecialCharacters = (description = '', limit = 4000) => {
28
+ export const getTrimmedCharacters = (description = '', limit = 4000) => {
30
29
  if (description) {
31
- const removeSpecialCharacters = trim(description.replace(/[^a-zA-Z0-9 ]/g, '').replace(/ {2,}/g, ' '));
32
- const encodedDescription = encodeURIComponent(removeSpecialCharacters);
33
- const trimmedDescription = encodedDescription.slice(0, limit);
34
- return decodeURIComponent(trimmedDescription) || '';
30
+ const trimmedDescription = trim(description).replace(/ {2,}/g, ' ').slice(0, limit);
31
+ return trimmedDescription;
35
32
  }
36
33
  else {
37
34
  return description;
38
35
  }
39
36
  };
37
+ export const buildParams = (Obj) => {
38
+ const params = new URLSearchParams();
39
+ Object.entries(Obj).forEach(([key, value]) => {
40
+ if (Array.isArray(value)) {
41
+ value.forEach((value) => params.append(key, value.toString()));
42
+ }
43
+ else {
44
+ params.append(key, value.toString());
45
+ }
46
+ });
47
+ return params.toString();
48
+ };
@@ -1 +1 @@
1
- {"version":3,"file":"urlUtils.d.ts","sourceRoot":"","sources":["../../src/urlUtils.ts"],"names":[],"mappings":"AACA,OAAW,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,IAAI,CAAC;AAG1D,wBAAgB,kBAAkB,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa;;EAG5E;AAGD,wBAAgB,oBAAoB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,OAAO,CAAC,EAAE,iBAAiB,UAG7E;AAED,eAAO,MAAM,wBAAwB;;;;;CAKpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,sBAW/B,CAAC;AAKF,eAAO,MAAM,iBAAiB,QAAS,MAAM,WAK5C,CAAC;AAEF,eAAO,MAAM,qBAAqB,QAAS,MAAM,WAGhD,CAAC;AAEF,eAAO,MAAM,2BAA2B,QAC/B,MAAM,kBACI,MAAM,EAAE,KACxB,MAKF,CAAC;AAMF,eAAO,MAAM,qBAAqB,iBAChB,MAAM,GAAG,MAAM,YACnB,MAAM;;;MAEjB,MAOF,CAAC;AAEF,eAAO,MAAM,UAAU,QAAS,MAAM,KAAG,OAExC,CAAC"}
1
+ {"version":3,"file":"urlUtils.d.ts","sourceRoot":"","sources":["../../src/urlUtils.ts"],"names":[],"mappings":"AACA,OAAW,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,IAAI,CAAC;AAG1D,wBAAgB,kBAAkB,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa;;EAG5E;AAGD,wBAAgB,oBAAoB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,OAAO,CAAC,EAAE,iBAAiB,UAG7E;AAED,eAAO,MAAM,wBAAwB;;;;;CAKpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,sBAW/B,CAAC;AAIF,eAAO,MAAM,iBAAiB,QAAS,MAAM,WAY5C,CAAC;AAEF,eAAO,MAAM,qBAAqB,QAAS,MAAM,WAGhD,CAAC;AAEF,eAAO,MAAM,2BAA2B,QAC/B,MAAM,kBACI,MAAM,EAAE,KACxB,MAKF,CAAC;AAMF,eAAO,MAAM,qBAAqB,iBAChB,MAAM,GAAG,MAAM,YACnB,MAAM;;;MAEjB,MAOF,CAAC;AAEF,eAAO,MAAM,UAAU,QAAS,MAAM,KAAG,OAExC,CAAC"}
@@ -29,11 +29,20 @@ export const getRedhatDotComHost = (env) => {
29
29
  }
30
30
  };
31
31
  const drupalUrlRegexp = /^(https:\/\/access?.?\w+.redhat.com)?\/(\w+)\/(\d+)\S*$/;
32
- const openshiftDocUrlRegexp = /^https:\/\/docs.openshift.com\//;
33
32
  export const getResTypeFromUrl = (url) => {
34
- const drupalUrl = drupalUrlRegexp.exec(url);
35
- const isOpenshiftDocUrl = openshiftDocUrlRegexp.test(url);
36
- return (drupalUrl === null || drupalUrl === void 0 ? void 0 : drupalUrl[2]) ? drupalUrl === null || drupalUrl === void 0 ? void 0 : drupalUrl[2] : isOpenshiftDocUrl ? 'documentation' : 'unknown';
33
+ if (!url)
34
+ return '';
35
+ if (url.includes('https://')) {
36
+ const { hostname, pathname } = new URL(url);
37
+ if (hostname.includes('openshift'))
38
+ return 'documentation';
39
+ const [, type] = pathname.split('/');
40
+ return type ? type : 'unknown';
41
+ }
42
+ else {
43
+ const [, type] = url.split('/');
44
+ return type ? type : 'unknown';
45
+ }
37
46
  };
38
47
  export const getDrupalResIdFromUrl = (url) => {
39
48
  let m = drupalUrlRegexp.exec(url);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/utils",
3
- "version": "2.1.19",
3
+ "version": "2.1.20",
4
4
  "description": "> TODO: description",
5
5
  "author": "Vikas Rathee <vrathee@redhat.com>",
6
6
  "license": "ISC",
@@ -45,7 +45,7 @@
45
45
  "prepublishOnly": "npm run build"
46
46
  },
47
47
  "peerDependencies": {
48
- "@cee-eng/hydrajs": "4.17.1",
48
+ "@cee-eng/hydrajs": "4.17.3",
49
49
  "@cee-eng/ui-toolkit": "1.1.6",
50
50
  "dompurify": "^2.2.6",
51
51
  "i18next": "^22.5.1",
@@ -59,7 +59,7 @@
59
59
  "solr-query-builder": "1.0.1"
60
60
  },
61
61
  "dependencies": {
62
- "@cee-eng/hydrajs": "4.17.1",
62
+ "@cee-eng/hydrajs": "4.17.3",
63
63
  "@cee-eng/ui-toolkit": "1.1.6",
64
64
  "@rh-support/types": "2.0.3",
65
65
  "dompurify": "^2.2.6",
@@ -97,5 +97,5 @@
97
97
  "defaults and supports es6-module",
98
98
  "maintained node versions"
99
99
  ],
100
- "gitHead": "f95bf012016d8a689c69d518b98266a3ac0292d9"
100
+ "gitHead": "0e07f257ebbb2d665193b3bf245666bf03df10cd"
101
101
  }