@sap-ux/ui5-application-inquirer 0.14.10 → 0.14.12

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.
@@ -40,7 +40,7 @@ function getUI5ThemePrompt() {
40
40
  applyDefaultWhenDirty: true,
41
41
  breadcrumb: true
42
42
  },
43
- choices: ({ ui5Version = ui5_info_1.defaultVersion }) => (0, inquirer_common_1.getUI5ThemesChoices)(ui5Version),
43
+ choices: async ({ ui5Version = ui5_info_1.defaultVersion }) => await (0, inquirer_common_1.getUI5ThemesChoices)(ui5Version),
44
44
  default: ({ ui5Theme, ui5Version }) => {
45
45
  ui5Theme ??= (0, ui5_info_1.getDefaultUI5Theme)(ui5Version);
46
46
  return ui5Theme;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/ui5-application-inquirer",
3
3
  "description": "Prompts module that can prompt users for inputs required for UI5 application writing",
4
- "version": "0.14.10",
4
+ "version": "0.14.12",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -23,10 +23,10 @@
23
23
  "inquirer-autocomplete-prompt": "2.0.1",
24
24
  "lodash": "4.17.21",
25
25
  "semver": "7.5.4",
26
- "@sap-ux/inquirer-common": "0.7.10",
26
+ "@sap-ux/inquirer-common": "0.7.12",
27
27
  "@sap-ux/project-access": "1.30.2",
28
- "@sap-ux/ui5-info": "0.11.0",
29
- "@sap-ux/project-input-validator": "0.6.2"
28
+ "@sap-ux/project-input-validator": "0.6.2",
29
+ "@sap-ux/ui5-info": "0.12.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@sap-devx/yeoman-ui-types": "1.14.4",