@axway/axway-central-cli 3.13.0-rc.0 → 3.13.0-rc.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.
- package/README.md +2 -2
- package/package.json +6 -4
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Axway Central CLI package for managing Amplify Central resources and DevOps oper
|
|
|
8
8
|
|
|
9
9
|
> **Note:**
|
|
10
10
|
> OS support: Mac OS, Linux, Windows 10.
|
|
11
|
-
> Node.js version support: >=
|
|
11
|
+
> Node.js version support: >=20.18.2
|
|
12
12
|
> Terminal shell support: Mac Terminal, Linux Terminal, Windows Command Prompt, Windows PowerShell.
|
|
13
13
|
> Not supported: Cygwin(Windows), Git Bash(Windows).
|
|
14
14
|
|
|
@@ -22,7 +22,7 @@ Axway Central CLI package for managing Amplify Central resources and DevOps oper
|
|
|
22
22
|
>
|
|
23
23
|
> before following the instructions below to install this 'Axway Central CLI' package.
|
|
24
24
|
|
|
25
|
-
Assuming you are familiar with [Node.js](https://nodejs.org) and [npm](https://npmjs.com), **ensure you have Node.js >=
|
|
25
|
+
Assuming you are familiar with [Node.js](https://nodejs.org) and [npm](https://npmjs.com), **ensure you have Node.js >= 20.18.2, and npm >= 10.8.2 installed**. Then, install the [Axway CLI](https://npmjs.com/package/axway), which will give you connectivity to the [Axway Amplify Platform](https://www.axway.com/en/products/amplify). Note that you must first have an account on [https://platform.axway.com](https://platform.axway.com/), and be provisioned in Amplify Central:
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
28
|
$ [sudo] npm install -g axway
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axway/axway-central-cli",
|
|
3
|
-
"version": "3.13.0-rc.
|
|
3
|
+
"version": "3.13.0-rc.1",
|
|
4
4
|
"description": "Manage APIs, services and publish to the Amplify Marketplace",
|
|
5
|
+
"type": "commonjs",
|
|
5
6
|
"homepage": "https://platform.axway.com",
|
|
6
7
|
"author": {
|
|
7
8
|
"email": "support@axway.com",
|
|
@@ -10,7 +11,7 @@
|
|
|
10
11
|
},
|
|
11
12
|
"license": "SEE LICENCE IN LICENSE",
|
|
12
13
|
"engines": {
|
|
13
|
-
"node": ">=
|
|
14
|
+
"node": ">=20.18.2"
|
|
14
15
|
},
|
|
15
16
|
"keywords": [
|
|
16
17
|
"axway",
|
|
@@ -93,14 +94,15 @@
|
|
|
93
94
|
"chai": "^4.3.7",
|
|
94
95
|
"chai-as-promised": "^7.1.1",
|
|
95
96
|
"core-js": "^3.22.8",
|
|
96
|
-
"mocha": "^
|
|
97
|
+
"mocha": "^11.1.0",
|
|
97
98
|
"nock": "^13.3.0",
|
|
98
99
|
"nodemon": "^2.0.18",
|
|
99
100
|
"nyc": "^15.1.0",
|
|
100
101
|
"prettier": "^2.6.2",
|
|
101
102
|
"sinon": "^15.0.3",
|
|
102
103
|
"source-map-support": "^0.5.21",
|
|
103
|
-
"ts-mocha": "^
|
|
104
|
+
"ts-mocha": "^11.1.0",
|
|
105
|
+
"ts-node": "^10.9.2",
|
|
104
106
|
"typescript": "^4.7.2"
|
|
105
107
|
},
|
|
106
108
|
"jest": {
|