@sap-ux/adp-flp-config-sub-generator 0.1.242 → 0.1.244
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.
- package/generators/app/index.js +1 -1
- package/package.json +5 -5
package/generators/app/index.js
CHANGED
|
@@ -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.
|
|
4
|
+
"version": "0.1.244",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"@sap-devx/yeoman-ui-types": "1.23.0",
|
|
23
23
|
"i18next": "25.10.10",
|
|
24
24
|
"yeoman-generator": "5.10.0",
|
|
25
|
-
"@sap-ux/adp-tooling": "0.18.
|
|
25
|
+
"@sap-ux/adp-tooling": "0.18.130",
|
|
26
26
|
"@sap-ux/axios-extension": "1.25.35",
|
|
27
27
|
"@sap-ux/btp-utils": "1.1.15",
|
|
28
28
|
"@sap-ux/feature-toggle": "0.3.8",
|
|
29
|
-
"@sap-ux/fiori-generator-shared": "0.
|
|
30
|
-
"@sap-ux/flp-config-inquirer": "0.4.
|
|
31
|
-
"@sap-ux/inquirer-common": "0.11.
|
|
29
|
+
"@sap-ux/fiori-generator-shared": "0.14.0",
|
|
30
|
+
"@sap-ux/flp-config-inquirer": "0.4.190",
|
|
31
|
+
"@sap-ux/inquirer-common": "0.11.45",
|
|
32
32
|
"@sap-ux/logger": "0.8.5",
|
|
33
33
|
"@sap-ux/project-access": "1.36.3",
|
|
34
34
|
"@sap-ux/store": "1.5.13",
|