@sap-ux/abap-deploy-config-sub-generator 0.1.53 → 0.1.54
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/index.js +1 -1
- package/package.json +7 -7
package/generators/app/index.js
CHANGED
|
@@ -109,7 +109,7 @@ class default_1 extends deploy_config_generator_shared_1.DeploymentGenerator {
|
|
|
109
109
|
const ui5Config = await ui5_config_1.UI5Config.newInstance(this.fs.read(this.destinationPath(this.options.base ?? project_access_1.FileName.Ui5Yaml)));
|
|
110
110
|
this.projectType =
|
|
111
111
|
ui5Config.getType() === 'library' ? types_1.DeployProjectType.Library : types_1.DeployProjectType.Application;
|
|
112
|
-
this.backendConfig = ui5Config.
|
|
112
|
+
this.backendConfig = ui5Config.getBackendConfigsFromFioriToolsProxyMiddleware()[0];
|
|
113
113
|
}
|
|
114
114
|
async _initializing() {
|
|
115
115
|
this._initDestinationRoot();
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
7
7
|
"directory": "packages/abap-deploy-config-sub-generator"
|
|
8
8
|
},
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.54",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"main": "generators/app/index.js",
|
|
12
12
|
"files": [
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"i18next": "25.3.0",
|
|
23
23
|
"@sap-devx/yeoman-ui-types": "1.14.4",
|
|
24
|
-
"@sap-ux/abap-deploy-config-inquirer": "1.6.
|
|
25
|
-
"@sap-ux/abap-deploy-config-writer": "0.2.
|
|
24
|
+
"@sap-ux/abap-deploy-config-inquirer": "1.6.8",
|
|
25
|
+
"@sap-ux/abap-deploy-config-writer": "0.2.7",
|
|
26
26
|
"@sap-ux/btp-utils": "1.1.0",
|
|
27
|
-
"@sap-ux/deploy-config-generator-shared": "0.1.
|
|
27
|
+
"@sap-ux/deploy-config-generator-shared": "0.1.28",
|
|
28
28
|
"@sap-ux/feature-toggle": "0.3.0",
|
|
29
|
-
"@sap-ux/fiori-generator-shared": "0.13.
|
|
29
|
+
"@sap-ux/fiori-generator-shared": "0.13.9",
|
|
30
30
|
"@sap-ux/logger": "0.7.0",
|
|
31
|
-
"@sap-ux/project-access": "1.30.
|
|
32
|
-
"@sap-ux/ui5-config": "0.29.
|
|
31
|
+
"@sap-ux/project-access": "1.30.12",
|
|
32
|
+
"@sap-ux/ui5-config": "0.29.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/mem-fs": "1.1.2",
|