@axway/axway-central-cli 2.9.1 → 2.9.2

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.
@@ -166,7 +166,7 @@ async function resolveTeamNames({
166
166
  column.jsonPath = `.${targetJsonPath}`; // next loop over data and set the team name
167
167
 
168
168
  for (const {
169
- data
169
+ data = []
170
170
  } of results) {
171
171
  for (const obj of data) {
172
172
  const value = (0, _get.default)(obj, jsonPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/axway-central-cli",
3
- "version": "2.9.1",
3
+ "version": "2.9.2",
4
4
  "description": "Manage APIs, services and publish to the Unified Catalog",
5
5
  "homepage": "https://platform.axway.com",
6
6
  "author": {