@sap-ux/deploy-config-sub-generator 0.5.27 → 0.5.29

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.
@@ -142,7 +142,7 @@ class default_1 extends deploy_config_generator_shared_1.DeploymentGenerator {
142
142
  this.answers = answers;
143
143
  }
144
144
  if (this.target) {
145
- this._composeWithSubGenerator(this.target, this.answers);
145
+ await this._composeWithSubGenerator(this.target, this.answers);
146
146
  }
147
147
  else {
148
148
  deploy_config_generator_shared_1.DeploymentGenerator.logger?.debug((0, utils_2.t)('debug.exit'));
@@ -157,7 +157,7 @@ class default_1 extends deploy_config_generator_shared_1.DeploymentGenerator {
157
157
  * @param target - the target deployment
158
158
  * @param answers - the answers from the prompting
159
159
  */
160
- _composeWithSubGenerator(target, answers) {
160
+ async _composeWithSubGenerator(target, answers) {
161
161
  try {
162
162
  const generatorName = target;
163
163
  const subGenOpts = this.launchDeployConfigAsSubGenerator
@@ -171,7 +171,7 @@ class default_1 extends deploy_config_generator_shared_1.DeploymentGenerator {
171
171
  if (this.apiHubConfig) {
172
172
  subGenOpts.apiHubConfig = this.apiHubConfig;
173
173
  }
174
- this.composeWith((0, utils_2.generatorNamespace)(this.genNamespace, generatorName), subGenOpts);
174
+ await this.composeWith((0, utils_2.generatorNamespace)(this.genNamespace, generatorName), subGenOpts);
175
175
  }
176
176
  catch (error) {
177
177
  deploy_config_generator_shared_1.DeploymentGenerator.logger?.error(error.message);
@@ -62,7 +62,7 @@ class default_1 extends deploy_config_generator_shared_1.DeploymentGenerator {
62
62
  const deployConfigOpts = this.transformExtConfig();
63
63
  if (deployConfigOpts && this.deployTarget) {
64
64
  const subGen = this.deployTarget === fiori_generator_shared_1.DeployTarget.CF ? utils_1.cfChoice.name : utils_1.abapChoice.name;
65
- this.composeWith((0, utils_1.generatorNamespace)(this.genNamespace, subGen), {
65
+ await this.composeWith((0, utils_1.generatorNamespace)(this.genNamespace, subGen), {
66
66
  arguments: this.args,
67
67
  ...Object.assign(this.options, deployConfigOpts, {
68
68
  telemetryData: additionalTelemetryData
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.5.27",
4
+ "version": "0.5.29",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -25,12 +25,12 @@
25
25
  "i18next": "25.3.0",
26
26
  "yeoman-generator": "5.10.0",
27
27
  "@sap-ux/btp-utils": "1.1.6",
28
- "@sap-ux/cf-deploy-config-sub-generator": "0.2.100",
29
- "@sap-ux/abap-deploy-config-sub-generator": "0.1.115",
30
- "@sap-ux/deploy-config-generator-shared": "0.1.65",
31
- "@sap-ux/fiori-generator-shared": "0.13.46",
32
- "@sap-ux/inquirer-common": "0.10.3",
33
- "@sap-ux/odata-service-inquirer": "2.13.4",
28
+ "@sap-ux/cf-deploy-config-sub-generator": "0.2.102",
29
+ "@sap-ux/abap-deploy-config-sub-generator": "0.1.117",
30
+ "@sap-ux/deploy-config-generator-shared": "0.1.67",
31
+ "@sap-ux/fiori-generator-shared": "0.13.48",
32
+ "@sap-ux/inquirer-common": "0.10.5",
33
+ "@sap-ux/odata-service-inquirer": "2.13.6",
34
34
  "@sap-ux/project-access": "1.33.0",
35
35
  "@sap-ux/store": "1.4.2",
36
36
  "@sap-ux/ui5-config": "0.29.12"
@@ -51,8 +51,8 @@
51
51
  "rimraf": "6.0.1",
52
52
  "unionfs": "4.4.0",
53
53
  "yeoman-test": "6.3.0",
54
- "@sap-ux/abap-deploy-config-inquirer": "1.6.66",
55
- "@sap-ux/cf-deploy-config-inquirer": "0.5.58",
54
+ "@sap-ux/abap-deploy-config-inquirer": "1.6.68",
55
+ "@sap-ux/cf-deploy-config-inquirer": "0.5.60",
56
56
  "@sap-ux/cf-deploy-config-writer": "0.3.48",
57
57
  "@sap-ux/jest-file-matchers": "0.2.8"
58
58
  },