@sap-ux/abap-deploy-config-inquirer 1.6.42 → 1.6.44
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 +3 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/abap-deploy-config-inquirer/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/abap-deploy-config-inquirer)
|
|
2
|
+
|
|
3
|
+
# [`@sap-ux/abap-deploy-config-inquirer`](https://github.com/SAP/open-ux-tools/tree/main/packages/abap-deploy-config-inquirer)
|
|
2
4
|
|
|
3
5
|
Provides Inquirer based end-user prompting to retrieve the ABAP deployment configuration for an application. This involves acquiring a connection to the chosen backend system and retrieving the associated packages and transport requests for the system.
|
|
4
6
|
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
7
7
|
"directory": "packages/abap-deploy-config-inquirer"
|
|
8
8
|
},
|
|
9
|
-
"version": "1.6.
|
|
9
|
+
"version": "1.6.44",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"main": "dist/index.js",
|
|
12
12
|
"files": [
|
|
@@ -20,16 +20,16 @@
|
|
|
20
20
|
"i18next": "25.3.0",
|
|
21
21
|
"@sap-devx/yeoman-ui-types": "1.14.4",
|
|
22
22
|
"inquirer-autocomplete-prompt": "2.0.1",
|
|
23
|
-
"@sap-ux/axios-extension": "1.24.
|
|
24
|
-
"@sap-ux/btp-utils": "1.1.
|
|
25
|
-
"@sap-ux/fiori-generator-shared": "0.13.
|
|
26
|
-
"@sap-ux/guided-answers-helper": "0.4.
|
|
27
|
-
"@sap-ux/inquirer-common": "0.
|
|
28
|
-
"@sap-ux/nodejs-utils": "0.2.
|
|
29
|
-
"@sap-ux/logger": "0.7.
|
|
30
|
-
"@sap-ux/store": "1.3.
|
|
31
|
-
"@sap-ux/system-access": "0.6.
|
|
32
|
-
"@sap-ux/ui5-config": "0.29.
|
|
23
|
+
"@sap-ux/axios-extension": "1.24.2",
|
|
24
|
+
"@sap-ux/btp-utils": "1.1.5",
|
|
25
|
+
"@sap-ux/fiori-generator-shared": "0.13.32",
|
|
26
|
+
"@sap-ux/guided-answers-helper": "0.4.1",
|
|
27
|
+
"@sap-ux/inquirer-common": "0.9.1",
|
|
28
|
+
"@sap-ux/nodejs-utils": "0.2.8",
|
|
29
|
+
"@sap-ux/logger": "0.7.1",
|
|
30
|
+
"@sap-ux/store": "1.3.3",
|
|
31
|
+
"@sap-ux/system-access": "0.6.28",
|
|
32
|
+
"@sap-ux/ui5-config": "0.29.9"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"axios": "1.12.2",
|