@sap-ux/generator-adp 0.3.68 → 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) {
|
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.
|
|
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/axios-extension": "1.22.5",
|
|
34
|
+
"@sap-ux/btp-utils": "1.1.0",
|
|
33
35
|
"@sap-ux/adp-tooling": "0.15.19",
|
|
34
36
|
"@sap-ux/feature-toggle": "0.3.0",
|
|
35
37
|
"@sap-ux/inquirer-common": "0.7.35",
|
|
36
|
-
"@sap-ux/btp-utils": "1.1.0",
|
|
37
|
-
"@sap-ux/axios-extension": "1.22.5",
|
|
38
38
|
"@sap-ux/project-access": "1.30.12",
|
|
39
|
-
"@sap-ux/logger": "0.7.0",
|
|
40
|
-
"@sap-ux/store": "1.1.2",
|
|
41
39
|
"@sap-ux/system-access": "0.6.12",
|
|
40
|
+
"@sap-ux/store": "1.1.2",
|
|
41
|
+
"@sap-ux/project-input-validator": "0.6.17",
|
|
42
42
|
"@sap-ux/fiori-generator-shared": "0.13.9",
|
|
43
43
|
"@sap-ux/odata-service-writer": "0.27.17",
|
|
44
|
-
"@sap-ux/
|
|
44
|
+
"@sap-ux/logger": "0.7.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@jest/types": "30.0.1",
|