@sap-ux/cf-deploy-config-sub-generator 0.2.7 → 0.2.8

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.
@@ -71,9 +71,6 @@ class default_1 extends deploy_config_generator_shared_1.DeploymentGenerator {
71
71
  async initializing() {
72
72
  await super.initializing();
73
73
  await (0, utils_1.initI18n)();
74
- if (this.env.conflicter) {
75
- this.env.conflicter.force = this.options.force ?? true;
76
- }
77
74
  deploy_config_generator_shared_1.DeploymentGenerator.logger?.debug((0, utils_1.t)('cfGen.debug.initTelemetry'));
78
75
  await fiori_generator_shared_1.TelemetryHelper.initTelemetrySettings({
79
76
  consumerModule: {
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.2.7",
4
+ "version": "0.2.8",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -23,10 +23,10 @@
23
23
  "hasbin": "1.2.3",
24
24
  "i18next": "23.5.1",
25
25
  "yeoman-generator": "5.10.0",
26
- "@sap-ux/btp-utils": "1.1.0",
27
26
  "@sap-ux/cf-deploy-config-writer": "0.3.2",
28
27
  "@sap-ux/cf-deploy-config-inquirer": "0.3.7",
29
28
  "@sap-ux/deploy-config-generator-shared": "0.1.6",
29
+ "@sap-ux/btp-utils": "1.1.0",
30
30
  "@sap-ux/feature-toggle": "0.3.0",
31
31
  "@sap-ux/fiori-generator-shared": "0.12.6",
32
32
  "@sap-ux/inquirer-common": "0.7.7",