@rh-support/utils 2.5.19 → 2.5.22

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,7 +7,7 @@ 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 trimming text as per limit set and then decode the string.
10
+ * we are trimming text as per limit set and then decode the string. test
11
11
  * @param description Description string
12
12
  * @param limit Limit to trim the string
13
13
  * @returns
@@ -20,7 +20,7 @@ export function haventLoadedProductsMetadata(apiResponse) {
20
20
  return isEmpty(apiResponse.data.productsResult) && !apiResponse.isFetching && !apiResponse.isError;
21
21
  }
22
22
  /**
23
- * we are trimming text as per limit set and then decode the string.
23
+ * we are trimming text as per limit set and then decode the string. test
24
24
  * @param description Description string
25
25
  * @param limit Limit to trim the string
26
26
  * @returns
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/utils",
3
- "version": "2.5.19",
3
+ "version": "2.5.22",
4
4
  "description": "> TODO: description",
5
5
  "author": "Vikas Rathee <vrathee@redhat.com>",
6
6
  "license": "ISC",
@@ -41,14 +41,14 @@
41
41
  "prepublishOnly": "npm run build"
42
42
  },
43
43
  "peerDependencies": {
44
- "@cee-eng/hydrajs": "4.18.57",
44
+ "@cee-eng/hydrajs": "4.18.86",
45
45
  "localforage": "^1.10.0",
46
46
  "lodash": "^4.17.21",
47
47
  "qs": "^6.7.0",
48
48
  "solr-query-builder": "1.0.1"
49
49
  },
50
50
  "dependencies": {
51
- "@cee-eng/hydrajs": "4.18.57",
51
+ "@cee-eng/hydrajs": "4.18.86",
52
52
  "@rh-support/types": "2.0.4",
53
53
  "date-fns": "3.6.0",
54
54
  "date-fns-tz": "^3.1.3",
@@ -74,5 +74,5 @@
74
74
  "defaults and supports es6-module",
75
75
  "maintained node versions"
76
76
  ],
77
- "gitHead": "9b66078ef07566416643fd8f268a34735cc622fb"
77
+ "gitHead": "aa0649504a1afaafaaba13f3f374cf5b148701e7"
78
78
  }