@sap-ux/flp-config-sub-generator 0.1.11 → 0.1.13
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 +2 -2
- package/package.json +3 -3
package/generators/app/index.js
CHANGED
|
@@ -113,11 +113,11 @@ class default_1 extends yeoman_generator_1.default {
|
|
|
113
113
|
additionalParameters: { hide: true },
|
|
114
114
|
createAnotherInbound: { hide: true }
|
|
115
115
|
}));
|
|
116
|
-
// Show specific prompt for config update when launched standalone or on CLI. Otherwise it should be handled by consuming generator in YUI.
|
|
116
|
+
// Show specific prompt for config update when launched standalone or on CLI. Otherwise, it should be handled by consuming generator in YUI.
|
|
117
117
|
if (((0, fiori_generator_shared_1.getHostEnvironment)() === fiori_generator_shared_1.hostEnvironment.cli || !this.options.launchFlpConfigAsSubGenerator) &&
|
|
118
118
|
this.options.data?.additionalPrompts?.confirmConfigUpdate?.show) {
|
|
119
119
|
const confirmConfigUpdatePrompts = (0, deploy_config_generator_shared_1.getConfirmConfigUpdatePrompt)(this.options.data.additionalPrompts.confirmConfigUpdate.configType);
|
|
120
|
-
questions = (0, inquirer_common_1.withCondition)(questions, (answers) => answers.
|
|
120
|
+
questions = (0, inquirer_common_1.withCondition)(questions, (answers) => answers.confirmConfigUpdate);
|
|
121
121
|
questions.unshift(...confirmConfigUpdatePrompts);
|
|
122
122
|
}
|
|
123
123
|
this.answers = {};
|
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.1.
|
|
4
|
+
"version": "0.1.13",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -23,8 +23,8 @@
|
|
|
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.5.
|
|
27
|
-
"@sap-ux/deploy-config-generator-shared": "0.0.
|
|
26
|
+
"@sap-ux/app-config-writer": "0.5.29",
|
|
27
|
+
"@sap-ux/deploy-config-generator-shared": "0.0.22",
|
|
28
28
|
"@sap-ux/feature-toggle": "0.2.3",
|
|
29
29
|
"@sap-ux/fiori-generator-shared": "0.7.28",
|
|
30
30
|
"@sap-ux/flp-config-inquirer": "0.2.33",
|