@sap-ux/adp-flp-config-sub-generator 0.1.242 → 0.1.243

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.
@@ -108,7 +108,7 @@ class AdpFlpConfigGenerator extends yeoman_generator_1.default {
108
108
  if (this.tileSettingsAnswers?.[flp_config_inquirer_1.tilePromptNames.tileHandlingAction] === flp_config_inquirer_1.tileActions.REPLACE) {
109
109
  this._setupReplacePage();
110
110
  }
111
- const prompts = await (0, flp_config_inquirer_1.getPrompts)(this.inbounds, (0, flp_config_inquirer_1.getAdpFlpConfigPromptOptions)(this.tileSettingsAnswers, this.inbounds, this.variant));
111
+ const prompts = await (0, flp_config_inquirer_1.getPrompts)(this.inbounds, (0, flp_config_inquirer_1.getAdpFlpConfigPromptOptions)(this.tileSettingsAnswers, this.inbounds, this.variant, this.isCfProject));
112
112
  this.answers = await this.prompt(prompts);
113
113
  }
114
114
  async writing() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/adp-flp-config-sub-generator",
3
3
  "description": "Generator for adding FLP configuration to an Adaptation Project",
4
- "version": "0.1.242",
4
+ "version": "0.1.243",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -27,7 +27,7 @@
27
27
  "@sap-ux/btp-utils": "1.1.15",
28
28
  "@sap-ux/feature-toggle": "0.3.8",
29
29
  "@sap-ux/fiori-generator-shared": "0.13.105",
30
- "@sap-ux/flp-config-inquirer": "0.4.188",
30
+ "@sap-ux/flp-config-inquirer": "0.4.189",
31
31
  "@sap-ux/inquirer-common": "0.11.44",
32
32
  "@sap-ux/logger": "0.8.5",
33
33
  "@sap-ux/project-access": "1.36.3",