@firestartr/cli 1.36.3 → 1.36.4

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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -341351,7 +341351,7 @@ class KubernetesClient {
341351
341351
  plural,
341352
341352
  };
341353
341353
  const res = await this.client.listNamespacedCustomObject(param);
341354
- return res.body.items;
341354
+ return res.items;
341355
341355
  }
341356
341356
  }
341357
341357
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.36.3",
3
+ "version": "1.36.4",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",