@sap-ux/fiori-app-sub-generator 0.4.1 → 0.4.2
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.
|
@@ -6,8 +6,8 @@ const fiori_generator_shared_1 = require("@sap-ux/fiori-generator-shared");
|
|
|
6
6
|
const odata_service_inquirer_1 = require("@sap-ux/odata-service-inquirer");
|
|
7
7
|
const ui5_application_inquirer_1 = require("@sap-ux/ui5-application-inquirer");
|
|
8
8
|
const ui5_info_1 = require("@sap-ux/ui5-info");
|
|
9
|
-
const types_1 = require("../types");
|
|
10
9
|
const path_1 = require("path");
|
|
10
|
+
const types_1 = require("../types");
|
|
11
11
|
const utils_1 = require("../utils");
|
|
12
12
|
const APP_CONFIG_CURRENT_VERSION = '0.2';
|
|
13
13
|
/**
|
|
@@ -143,12 +143,7 @@ function _setServiceDefaults(floorplan, service) {
|
|
|
143
143
|
version
|
|
144
144
|
};
|
|
145
145
|
if (service?.destination) {
|
|
146
|
-
serviceDefaults.destinationName = service.destination;
|
|
147
|
-
serviceDefaults.connectedSystem = {
|
|
148
|
-
destination: {
|
|
149
|
-
Name: service?.destination
|
|
150
|
-
}
|
|
151
|
-
};
|
|
146
|
+
serviceDefaults.destinationName = service.destination;
|
|
152
147
|
serviceDefaults.source = odata_service_inquirer_1.DatasourceType.sapSystem;
|
|
153
148
|
return serviceDefaults;
|
|
154
149
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/fiori-app-sub-generator",
|
|
3
3
|
"description": "A yeoman (sub) generator that can generate Fiori applications. Not for standalone use.",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -30,22 +30,22 @@
|
|
|
30
30
|
"uuid": "11.0.5",
|
|
31
31
|
"yeoman-generator": "5.10.0",
|
|
32
32
|
"@sap-ux/annotation-generator": "0.3.34",
|
|
33
|
-
"@sap-ux/axios-extension": "1.21.1",
|
|
34
33
|
"@sap-ux/btp-utils": "1.1.0",
|
|
35
|
-
"@sap-ux/cap-config-writer": "0.10.2",
|
|
36
34
|
"@sap-ux/feature-toggle": "0.3.0",
|
|
37
|
-
"@sap-ux/
|
|
35
|
+
"@sap-ux/cap-config-writer": "0.10.2",
|
|
36
|
+
"@sap-ux/axios-extension": "1.21.1",
|
|
38
37
|
"@sap-ux/fiori-generator-shared": "0.12.2",
|
|
39
|
-
"@sap-ux/fiori-tools-settings": "0.2.0",
|
|
40
38
|
"@sap-ux/fiori-freestyle-writer": "2.4.4",
|
|
39
|
+
"@sap-ux/fiori-tools-settings": "0.2.0",
|
|
40
|
+
"@sap-ux/fiori-elements-writer": "2.4.7",
|
|
41
41
|
"@sap-ux/launch-config": "0.10.1",
|
|
42
|
-
"@sap-ux/odata-service-inquirer": "2.4.7",
|
|
43
42
|
"@sap-ux/odata-service-writer": "0.27.3",
|
|
44
43
|
"@sap-ux/project-access": "1.30.1",
|
|
44
|
+
"@sap-ux/odata-service-inquirer": "2.4.7",
|
|
45
45
|
"@sap-ux/store": "1.1.0",
|
|
46
|
+
"@sap-ux/telemetry": "0.6.2",
|
|
46
47
|
"@sap-ux/ui5-application-inquirer": "0.14.3",
|
|
47
|
-
"@sap-ux/ui5-info": "0.11.0"
|
|
48
|
-
"@sap-ux/telemetry": "0.6.2"
|
|
48
|
+
"@sap-ux/ui5-info": "0.11.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@sap-devx/yeoman-ui-types": "1.16.9",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"mock-spawn": "0.2.6",
|
|
63
63
|
"rimraf": "5.0.5",
|
|
64
64
|
"yeoman-test": "6.3.0",
|
|
65
|
-
"@sap-ux/cf-deploy-config-inquirer": "0.3.3",
|
|
66
65
|
"@sap-ux/abap-deploy-config-inquirer": "1.4.5",
|
|
67
66
|
"@sap-ux/flp-config-sub-generator": "0.2.9",
|
|
67
|
+
"@sap-ux/cf-deploy-config-inquirer": "0.3.3",
|
|
68
68
|
"@sap-ux/inquirer-common": "0.7.3",
|
|
69
69
|
"@sap-ux/jest-file-matchers": "0.2.2",
|
|
70
70
|
"@sap-ux/logger": "0.7.0"
|