@rh-support/troubleshoot 2.2.75 → 2.2.76

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.
@@ -382,7 +382,7 @@ export const getSessResTC = (tc, visibilityStatus, resourceEntityId, rank) => {
382
382
  };
383
383
  export function getSessResFromRecs(recs, visibilityStatus) {
384
384
  const toReturn = [];
385
- forEach(recs, (rec) => toReturn.push(getSessResFromRec(rec, visibilityStatus)));
385
+ forEach(recs, (rec, i) => toReturn.push(getSessResFromRec(rec, visibilityStatus, i)));
386
386
  return toReturn;
387
387
  }
388
388
  // Recommendations Helper Function
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "2.2.75",
3
+ "version": "2.2.76",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -132,5 +132,5 @@
132
132
  "defaults and supports es6-module",
133
133
  "maintained node versions"
134
134
  ],
135
- "gitHead": "52dfee356aaccf62387bc8c9119bee456521ddd8"
135
+ "gitHead": "d83f5f47e49dec7866c1d065615e8ed96cc65ebf"
136
136
  }