@sap-ux/flp-config-sub-generator 0.1.4 → 0.1.6

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.
@@ -205,6 +205,7 @@ class default_1 extends yeoman_generator_1.default {
205
205
  }
206
206
  try {
207
207
  if (!this.options.launchFlpConfigAsSubGenerator &&
208
+ this.abort !== true &&
208
209
  (0, fiori_generator_shared_1.isExtensionInstalled)(this.vscode, fiori_generator_shared_1.YUI_EXTENSION_ID, fiori_generator_shared_1.YUI_MIN_VER_FILES_GENERATED_MSG)) {
209
210
  this.appWizard?.showInformation((0, utils_1.t)('info.filesGenerated'), yeoman_ui_types_1.MessageType.notification);
210
211
  }
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",
4
+ "version": "0.1.6",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -24,10 +24,10 @@
24
24
  "inquirer": "8.2.6",
25
25
  "yeoman-generator": "5.10.0",
26
26
  "@sap-ux/app-config-writer": "0.5.25",
27
- "@sap-ux/deploy-config-generator-shared": "0.0.17",
27
+ "@sap-ux/deploy-config-generator-shared": "0.0.18",
28
28
  "@sap-ux/feature-toggle": "0.2.3",
29
29
  "@sap-ux/fiori-generator-shared": "0.7.25",
30
- "@sap-ux/flp-config-inquirer": "0.2.27",
30
+ "@sap-ux/flp-config-inquirer": "0.2.28",
31
31
  "@sap-ux/i18n": "0.2.0",
32
32
  "@sap-ux/inquirer-common": "0.6.12",
33
33
  "@sap-ux/project-access": "1.29.4"