@sap-ux/cf-deploy-config-sub-generator 0.1.16 → 0.1.17

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.
@@ -197,7 +197,7 @@ class default_1 extends deploy_config_generator_shared_1.DeploymentGenerator {
197
197
  async _reconcileAnswersWithOptions() {
198
198
  const destinationName = this.destinationName || this.answers.destinationName;
199
199
  const destination = await (0, deploy_config_generator_shared_1.getDestination)(destinationName);
200
- const addManagedAppRouter = this.options.addManagedAppRouter ?? false;
200
+ const addManagedAppRouter = this.options.addManagedAppRouter ?? this.answers.addManagedAppRouter ?? false;
201
201
  const isDestinationFullUrl = this.options.isFullUrlDest ?? (destination && (0, btp_utils_1.isFullUrlDestination)(destination)) ?? false;
202
202
  const destinationAuthentication = this.options.destinationAuthType ?? destination?.Authentication ?? utils_1.DESTINATION_AUTHTYPE_NOTFOUND;
203
203
  const overwrite = this.options.overwrite ?? this.answers.overwrite;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/cf-deploy-config-sub-generator",
3
3
  "description": "Generators for configuring Cloud Foundry deployment configuration",
4
- "version": "0.1.16",
4
+ "version": "0.1.17",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -24,8 +24,8 @@
24
24
  "i18next": "23.5.1",
25
25
  "yeoman-generator": "5.10.0",
26
26
  "@sap-ux/btp-utils": "1.0.1",
27
- "@sap-ux/cf-deploy-config-writer": "0.1.15",
28
27
  "@sap-ux/cf-deploy-config-inquirer": "0.2.11",
28
+ "@sap-ux/cf-deploy-config-writer": "0.1.15",
29
29
  "@sap-ux/deploy-config-generator-shared": "0.0.29",
30
30
  "@sap-ux/feature-toggle": "0.2.3",
31
31
  "@sap-ux/fiori-generator-shared": "0.9.2",