@sap-ux/cf-deploy-config-inquirer 0.2.29 → 0.2.30
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.
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"selectServiceMessage": "ABAP Environment for direct service binding",
|
|
19
19
|
"routerTypeMessage": "Add Router Module",
|
|
20
20
|
"routerType": {
|
|
21
|
-
"managedAppRouter": "Add
|
|
22
|
-
"appFrontAppService": "Add
|
|
21
|
+
"managedAppRouter": "Add Application to Managed Application Router",
|
|
22
|
+
"appFrontAppService": "Add Application to Application Frontend Service",
|
|
23
23
|
"none": "None"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"routerType": {
|
|
27
27
|
"standaloneAppRouter": "Standalone Approuter",
|
|
28
28
|
"managedAppRouter": "Managed Approuter",
|
|
29
|
-
"appFrontAppService": "Application
|
|
29
|
+
"appFrontAppService": "Application Frontend Service"
|
|
30
30
|
},
|
|
31
31
|
"errors": {
|
|
32
32
|
"emptyDestinationNameError": "You must provide a destination name in order to continue.",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"warning": {
|
|
43
43
|
"btpDestinationListWarning": "BTP destinations are only retrieved on BAS.",
|
|
44
|
-
"appFrontendServiceRouterChoice": "You need to have the Application
|
|
44
|
+
"appFrontendServiceRouterChoice": "You need to have the Application Frontend service enabled for your subaccount."
|
|
45
45
|
},
|
|
46
46
|
"info": {
|
|
47
47
|
"addManagedAppRouter": "Add managed application router is enabled",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/cf-deploy-config-inquirer",
|
|
3
3
|
"description": "Prompts module that can provide prompts for cf deployment config writer",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.30",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|