@sap-ux/abap-deploy-config-sub-generator 0.1.115 → 0.1.116

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.
@@ -59,11 +59,7 @@ class default_1 extends deploy_config_generator_shared_1.DeploymentGenerator {
59
59
  internalFeature: (0, feature_toggle_1.isInternalFeaturesSettingEnabled)(),
60
60
  watchTelemetrySettingStore: false
61
61
  });
62
- // hack to suppress yeoman's overwrite prompt when files already exist
63
- // required when running the deploy config generator in standalone mode
64
- if (this.env.conflicter) {
65
- this.env.conflicter.force = this.options.force ?? true;
66
- }
62
+ (0, fiori_generator_shared_1.setYeomanEnvConflicterForce)(this.env, this.options.force);
67
63
  if (!this.launchDeployConfigAsSubGenerator) {
68
64
  await this._initializing();
69
65
  }
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.115",
9
+ "version": "0.1.116",
10
10
  "license": "Apache-2.0",
11
11
  "main": "generators/app/index.js",
12
12
  "files": [
@@ -21,12 +21,12 @@
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.66",
24
+ "@sap-ux/abap-deploy-config-inquirer": "1.6.67",
25
25
  "@sap-ux/abap-deploy-config-writer": "0.2.48",
26
26
  "@sap-ux/btp-utils": "1.1.6",
27
- "@sap-ux/deploy-config-generator-shared": "0.1.65",
27
+ "@sap-ux/deploy-config-generator-shared": "0.1.66",
28
28
  "@sap-ux/feature-toggle": "0.3.5",
29
- "@sap-ux/fiori-generator-shared": "0.13.46",
29
+ "@sap-ux/fiori-generator-shared": "0.13.47",
30
30
  "@sap-ux/logger": "0.8.0",
31
31
  "@sap-ux/project-access": "1.33.0",
32
32
  "@sap-ux/ui5-config": "0.29.12"