@sap-ux/flp-config-sub-generator 0.2.33 → 0.2.35

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.
@@ -110,12 +110,12 @@ class default_1 extends yeoman_generator_1.default {
110
110
  inbounds = this.manifest?.['sap.app']?.crossNavigation?.inbounds;
111
111
  }
112
112
  const silentOverwrite = this.options.overwrite;
113
- let questions = (await (0, flp_config_inquirer_1.getPrompts)(inbounds, undefined, {
113
+ let questions = (await (0, flp_config_inquirer_1.getPrompts)(inbounds, {
114
114
  silentOverwrite,
115
115
  inboundId: { hide: true },
116
- emptyInboundsInfo: { hide: true },
117
- additionalParameters: { hide: true },
118
- createAnotherInbound: { hide: true }
116
+ existingFlpConfigInfo: { hide: true },
117
+ icon: { hide: true },
118
+ additionalParameters: { hide: true }
119
119
  }));
120
120
  if (this.extensionPromptOpts && !this.launchFlpConfigAsSubGenerator) {
121
121
  questions = (0, inquirer_common_1.extendWithOptions)(questions, this.extensionPromptOpts);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/flp-config-sub-generator",
3
3
  "description": "Generator for creating Fiori Launcpad configuration",
4
- "version": "0.2.33",
4
+ "version": "0.2.35",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -23,14 +23,14 @@
23
23
  "i18next": "23.5.1",
24
24
  "inquirer": "8.2.6",
25
25
  "yeoman-generator": "5.10.0",
26
- "@sap-ux/app-config-writer": "0.6.14",
27
- "@sap-ux/deploy-config-generator-shared": "0.1.9",
26
+ "@sap-ux/app-config-writer": "0.6.15",
27
+ "@sap-ux/deploy-config-generator-shared": "0.1.11",
28
28
  "@sap-ux/feature-toggle": "0.3.0",
29
- "@sap-ux/fiori-generator-shared": "0.12.8",
30
- "@sap-ux/flp-config-inquirer": "0.3.28",
31
- "@sap-ux/i18n": "0.3.0",
32
- "@sap-ux/inquirer-common": "0.7.13",
33
- "@sap-ux/project-access": "1.30.2"
29
+ "@sap-ux/fiori-generator-shared": "0.12.10",
30
+ "@sap-ux/flp-config-inquirer": "0.3.30",
31
+ "@sap-ux/i18n": "0.3.1",
32
+ "@sap-ux/inquirer-common": "0.7.15",
33
+ "@sap-ux/project-access": "1.30.3"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@jest/types": "29.6.3",