@sap-ux/repo-app-import-sub-generator 0.3.222 → 0.3.225
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/app-config.js +1 -1
- package/package.json +10 -10
|
@@ -112,7 +112,7 @@ async function getAppConfig(app, extractedProjectPath, context, systemSelection,
|
|
|
112
112
|
if (!manifest?.['sap.app']?.dataSources) {
|
|
113
113
|
logger_1.default.logger?.error((0, i18n_1.t)('error.dataSourcesNotFound'));
|
|
114
114
|
}
|
|
115
|
-
const odataVersion = manifest?.['sap.app']?.dataSources?.mainService?.settings?.odataVersion
|
|
115
|
+
const odataVersion = manifest?.['sap.app']?.dataSources?.mainService?.settings?.odataVersion?.startsWith('4')
|
|
116
116
|
? odata_service_inquirer_1.OdataVersion.v4
|
|
117
117
|
: odata_service_inquirer_1.OdataVersion.v2;
|
|
118
118
|
// Fetch metadata for the service
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/repo-app-import-sub-generator",
|
|
3
3
|
"description": "Generator to download LROP Fiori applications deployed from an ABAP repository.",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.225",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
"inquirer": "8.2.7",
|
|
26
26
|
"yeoman-generator": "5.10.0",
|
|
27
27
|
"@sap-ux/feature-toggle": "0.3.5",
|
|
28
|
-
"@sap-ux/fiori-generator-shared": "0.13.
|
|
29
|
-
"@sap-ux/inquirer-common": "0.10.
|
|
30
|
-
"@sap-ux/project-access": "1.34.
|
|
31
|
-
"@sap-ux/odata-service-inquirer": "2.16.
|
|
32
|
-
"@sap-ux/fiori-elements-writer": "2.8.
|
|
28
|
+
"@sap-ux/fiori-generator-shared": "0.13.59",
|
|
29
|
+
"@sap-ux/inquirer-common": "0.10.19",
|
|
30
|
+
"@sap-ux/project-access": "1.34.3",
|
|
31
|
+
"@sap-ux/odata-service-inquirer": "2.16.1",
|
|
32
|
+
"@sap-ux/fiori-elements-writer": "2.8.51",
|
|
33
33
|
"@sap-ux/logger": "0.8.0",
|
|
34
|
-
"@sap-ux/project-input-validator": "0.6.
|
|
35
|
-
"@sap-ux/launch-config": "0.10.
|
|
34
|
+
"@sap-ux/project-input-validator": "0.6.47",
|
|
35
|
+
"@sap-ux/launch-config": "0.10.54",
|
|
36
36
|
"@sap-ux/fiori-tools-settings": "0.2.3",
|
|
37
|
-
"@sap-ux/abap-deploy-config-writer": "0.2.
|
|
37
|
+
"@sap-ux/abap-deploy-config-writer": "0.2.60",
|
|
38
38
|
"@sap-ux/btp-utils": "1.1.6",
|
|
39
|
-
"@sap-ux/ui5-info": "0.13.
|
|
39
|
+
"@sap-ux/ui5-info": "0.13.9",
|
|
40
40
|
"@sap-ux/axios-extension": "1.25.7",
|
|
41
41
|
"@sap-ux/store": "1.5.2",
|
|
42
42
|
"@sap-ux/system-access": "0.6.44",
|