@sap-ux/cf-deploy-config-inquirer 0.2.17 → 0.2.18

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.
@@ -85,7 +85,7 @@ function getRouterTypePrompt() {
85
85
  mandatory: true,
86
86
  breadcrumb: true
87
87
  },
88
- default: () => types_1.RouterModuleType.Standard,
88
+ default: () => types_1.RouterModuleType.Managed, // Should always be the preferred choice
89
89
  message: (0, i18n_1.t)('prompts.routerTypeMessage'),
90
90
  choices: [
91
91
  { name: (0, i18n_1.t)('routerType.standaloneAppRouter'), value: types_1.RouterModuleType.Standard },
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.17",
4
+ "version": "0.2.18",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "i18next": "23.5.1",
23
23
  "inquirer-autocomplete-prompt": "2.0.1",
24
- "@sap-ux/inquirer-common": "0.6.28",
25
- "@sap-ux/btp-utils": "1.0.1",
24
+ "@sap-ux/inquirer-common": "0.6.29",
25
+ "@sap-ux/btp-utils": "1.0.2",
26
26
  "@sap-ux/logger": "0.6.0"
27
27
  },
28
28
  "devDependencies": {