@sap-ux/generator-adp 0.3.67 → 0.3.69

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.
@@ -457,6 +457,7 @@ class ConfigPrompter {
457
457
  };
458
458
  try {
459
459
  this.targetApps = [];
460
+ this.flexUISystem = undefined;
460
461
  this.abapProvider = await (0, adp_tooling_1.getConfiguredProvider)(options, this.logger);
461
462
  this.isAuthRequired = await this.systemLookup.getSystemRequiresAuth(system);
462
463
  if (!this.isAuthRequired) {
@@ -21,6 +21,9 @@ const getSystemAdditionalMessages = (flexUISystem, isCloudProject) => {
21
21
  severity: yeoman_ui_types_1.Severity.information
22
22
  };
23
23
  }
24
+ if (!flexUISystem) {
25
+ return undefined;
26
+ }
24
27
  if (!isOnPremise) {
25
28
  if (!isUIFlex) {
26
29
  return {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "displayName": "SAPUI5 Adaptation Project",
4
4
  "homepage": "https://help.sap.com/viewer/584e0bcbfd4a4aff91c815cefa0bce2d/Cloud/en-US/ada9567b767941aba8d49fdb4fdedea7.html",
5
5
  "description": "Adaptation project allows you to create an app variant for an existing SAP Fiori elements-based or SAPUI5 freestyle application, without changing the original application.",
6
- "version": "0.3.67",
6
+ "version": "0.3.69",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -30,18 +30,18 @@
30
30
  "i18next": "25.3.0",
31
31
  "yeoman-generator": "5.10.0",
32
32
  "uuid": "10.0.0",
33
- "@sap-ux/adp-tooling": "0.15.19",
34
33
  "@sap-ux/axios-extension": "1.22.5",
35
34
  "@sap-ux/btp-utils": "1.1.0",
35
+ "@sap-ux/adp-tooling": "0.15.19",
36
36
  "@sap-ux/feature-toggle": "0.3.0",
37
37
  "@sap-ux/inquirer-common": "0.7.35",
38
- "@sap-ux/logger": "0.7.0",
39
38
  "@sap-ux/project-access": "1.30.12",
40
- "@sap-ux/store": "1.1.2",
41
39
  "@sap-ux/system-access": "0.6.12",
40
+ "@sap-ux/store": "1.1.2",
42
41
  "@sap-ux/project-input-validator": "0.6.17",
43
42
  "@sap-ux/fiori-generator-shared": "0.13.9",
44
- "@sap-ux/odata-service-writer": "0.27.17"
43
+ "@sap-ux/odata-service-writer": "0.27.17",
44
+ "@sap-ux/logger": "0.7.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@jest/types": "30.0.1",