@sap-ux/cf-deploy-config-inquirer 0.2.28 → 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 application to managed application router",
22
- "appFrontAppService": "Add application to application front-end service",
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 Front-End Service"
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 Front-End service enabled for your subaccount."
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.28",
4
+ "version": "0.2.30",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "i18next": "23.5.1",
23
23
  "inquirer-autocomplete-prompt": "2.0.1",
24
- "@sap-ux/inquirer-common": "0.6.35",
24
+ "@sap-ux/inquirer-common": "0.6.36",
25
25
  "@sap-ux/btp-utils": "1.0.3",
26
26
  "@sap-ux/logger": "0.6.0"
27
27
  },