@axway/axway-central-cli 2.9.0 → 2.9.1

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.
@@ -606,7 +606,7 @@ class ApiServerClient {
606
606
  specs[group.name].cli.set(c.name, c);
607
607
  }
608
608
 
609
- if (this.useCache && cacheUpdated) _CacheController.CacheController.writeToFile();
609
+ if (cacheUpdated) _CacheController.CacheController.writeToFile();
610
610
  }
611
611
 
612
612
  return specs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/axway-central-cli",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "Manage APIs, services and publish to the Unified Catalog",
5
5
  "homepage": "https://platform.axway.com",
6
6
  "author": {