@sap-ux/adp-flp-config-sub-generator 0.1.225 → 0.1.227

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.
@@ -423,7 +423,7 @@ class AdpFlpConfigGenerator extends yeoman_generator_1.default {
423
423
  */
424
424
  async _initializeCfGenerator() {
425
425
  const cfConfig = (0, adp_tooling_1.loadCfConfig)(this.toolsLogger);
426
- if (!cfConfig?.token) {
426
+ if (!(await (0, adp_tooling_1.isLoggedInCf)(cfConfig, this.toolsLogger))) {
427
427
  this._abortExecution((0, utils_1.t)('error.cfLoginRequired'));
428
428
  return;
429
429
  }
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.225",
4
+ "version": "0.1.227",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -22,12 +22,12 @@
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.113",
25
+ "@sap-ux/adp-tooling": "0.18.114",
26
26
  "@sap-ux/axios-extension": "1.25.29",
27
27
  "@sap-ux/btp-utils": "1.1.12",
28
28
  "@sap-ux/feature-toggle": "0.3.8",
29
29
  "@sap-ux/fiori-generator-shared": "0.13.96",
30
- "@sap-ux/flp-config-inquirer": "0.4.172",
30
+ "@sap-ux/flp-config-inquirer": "0.4.173",
31
31
  "@sap-ux/inquirer-common": "0.11.34",
32
32
  "@sap-ux/logger": "0.8.5",
33
33
  "@sap-ux/project-access": "1.35.19",