@sap-ux/deploy-config-sub-generator 0.3.58 → 0.3.60
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/utils/config.js +1 -1
- package/package.json +12 -12
|
@@ -23,7 +23,7 @@ async function getBackendConfig(fs, options, launchStandaloneFromYui, projectRoo
|
|
|
23
23
|
// Launched from app modeler where deploy config might already exist
|
|
24
24
|
// need to retrieve backendConfig information.
|
|
25
25
|
const ui5Config = await ui5_config_1.UI5Config.newInstance(fs.read((0, path_1.join)(projectRoot, options.base ?? project_access_1.FileName.Ui5Yaml)));
|
|
26
|
-
backendConfig = ui5Config.
|
|
26
|
+
backendConfig = ui5Config.getBackendConfigsFromFioriToolsProxyMiddleware()[0];
|
|
27
27
|
isLibrary = ui5Config.getType() === abap_deploy_config_sub_generator_1.DeployProjectType.Library;
|
|
28
28
|
}
|
|
29
29
|
else {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/deploy-config-sub-generator",
|
|
3
3
|
"description": "Main generator for configuring ABAP or Cloud Foundry deployment configuration",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.60",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"i18next": "25.3.0",
|
|
26
26
|
"yeoman-generator": "5.10.0",
|
|
27
27
|
"@sap-ux/btp-utils": "1.1.0",
|
|
28
|
-
"@sap-ux/cf-deploy-config-sub-generator": "0.2.
|
|
29
|
-
"@sap-ux/abap-deploy-config-sub-generator": "0.1.
|
|
30
|
-
"@sap-ux/deploy-config-generator-shared": "0.1.
|
|
31
|
-
"@sap-ux/fiori-generator-shared": "0.13.
|
|
32
|
-
"@sap-ux/inquirer-common": "0.7.
|
|
33
|
-
"@sap-ux/odata-service-inquirer": "2.
|
|
34
|
-
"@sap-ux/project-access": "1.30.
|
|
28
|
+
"@sap-ux/cf-deploy-config-sub-generator": "0.2.48",
|
|
29
|
+
"@sap-ux/abap-deploy-config-sub-generator": "0.1.54",
|
|
30
|
+
"@sap-ux/deploy-config-generator-shared": "0.1.28",
|
|
31
|
+
"@sap-ux/fiori-generator-shared": "0.13.9",
|
|
32
|
+
"@sap-ux/inquirer-common": "0.7.35",
|
|
33
|
+
"@sap-ux/odata-service-inquirer": "2.6.0",
|
|
34
|
+
"@sap-ux/project-access": "1.30.12",
|
|
35
35
|
"@sap-ux/store": "1.1.2",
|
|
36
|
-
"@sap-ux/ui5-config": "0.29.
|
|
36
|
+
"@sap-ux/ui5-config": "0.29.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/fs-extra": "9.0.13",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"rimraf": "5.0.5",
|
|
51
51
|
"unionfs": "4.4.0",
|
|
52
52
|
"yeoman-test": "6.3.0",
|
|
53
|
-
"@sap-ux/abap-deploy-config-inquirer": "1.6.
|
|
54
|
-
"@sap-ux/cf-deploy-config-inquirer": "0.5.
|
|
55
|
-
"@sap-ux/cf-deploy-config-writer": "0.3.
|
|
53
|
+
"@sap-ux/abap-deploy-config-inquirer": "1.6.8",
|
|
54
|
+
"@sap-ux/cf-deploy-config-inquirer": "0.5.7",
|
|
55
|
+
"@sap-ux/cf-deploy-config-writer": "0.3.21",
|
|
56
56
|
"@sap-ux/jest-file-matchers": "0.2.4"
|
|
57
57
|
},
|
|
58
58
|
"engines": {
|