@sap-ux/repo-app-import-sub-generator 0.3.222 → 0.3.224

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.
@@ -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 === '4.0'
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.222",
4
+ "version": "0.3.224",
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.58",
29
- "@sap-ux/inquirer-common": "0.10.18",
30
- "@sap-ux/project-access": "1.34.2",
31
- "@sap-ux/odata-service-inquirer": "2.16.0",
32
- "@sap-ux/fiori-elements-writer": "2.8.48",
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.50",
33
33
  "@sap-ux/logger": "0.8.0",
34
- "@sap-ux/project-input-validator": "0.6.46",
35
- "@sap-ux/launch-config": "0.10.53",
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.59",
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.8",
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",