@rh-support/utils 2.5.42 → 2.5.43

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.
@@ -9,7 +9,7 @@ export declare function haventLoadedProductsMetadata(apiResponse: IApiResponseDe
9
9
  /**
10
10
  * we are trimming text as per limit set and then decode the string. test
11
11
  * @param description Description string
12
- * @param limit Limit to trim the strings
12
+ * @param limit Limit to trim the string
13
13
  * @returns
14
14
  */
15
15
  export declare const getTrimmedCharacters: (description?: string, limit?: number) => string;
@@ -22,7 +22,7 @@ export function haventLoadedProductsMetadata(apiResponse) {
22
22
  /**
23
23
  * we are trimming text as per limit set and then decode the string. test
24
24
  * @param description Description string
25
- * @param limit Limit to trim the strings
25
+ * @param limit Limit to trim the string
26
26
  * @returns
27
27
  */
28
28
  export const getTrimmedCharacters = (description = '', limit = 4000) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/utils",
3
- "version": "2.5.42",
3
+ "version": "2.5.43",
4
4
  "description": "> TODO: description",
5
5
  "author": "Vikas Rathee <vrathee@redhat.com>",
6
6
  "license": "ISC",
@@ -74,5 +74,5 @@
74
74
  "defaults and supports es6-module",
75
75
  "maintained node versions"
76
76
  ],
77
- "gitHead": "08156d909dacebb039e331be207937c5879306a8"
77
+ "gitHead": "bcd580871dcd6a13b6ba1806ef98cec21d783082"
78
78
  }