@axway/axway-central-cli 2.33.0-rc.0 → 3.0.0

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.
@@ -33,7 +33,7 @@ const istioAgentsTemplate = () => {
33
33
  global:
34
34
  # Amplify Central config
35
35
  central:
36
- url: {{centralConfig.scheme}}://{{centralConfig.host}}:443
36
+ url: {{centralConfig.scheme}}://{{centralConfig.host}}
37
37
  clientTimeout: 10s
38
38
  envID: {{centralConfig.environmentId}}
39
39
  envName: "{{centralConfig.environment}}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/axway-central-cli",
3
- "version": "2.33.0-rc.0",
3
+ "version": "3.0.0",
4
4
  "description": "Manage APIs, services and publish to the Amplify Marketplace",
5
5
  "homepage": "https://platform.axway.com",
6
6
  "author": {