@sap-ux/deploy-config-sub-generator 0.5.33 → 0.5.35

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.
@@ -37,7 +37,7 @@ async function promptDeployConfigQuestions(fs, options, prompt, { launchDeployCo
37
37
  }, targetDeployment);
38
38
  const subGenAnswers = await prompt(questions);
39
39
  Object.assign(answers, subGenAnswers, abapAnswers);
40
- answers.overwrite = subGenAnswers.overwriteAbapConfig || subGenAnswers.overwriteCfConfig || false;
40
+ answers.overwrite = subGenAnswers.overwriteAbapConfig ?? subGenAnswers.overwriteCfConfig;
41
41
  }
42
42
  else {
43
43
  answers = await prompt((0, prompts_1.getDeployTargetQuestion)([...supportedTargets], options.projectRoot));
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.33",
4
+ "version": "0.5.35",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -25,14 +25,14 @@
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.105",
29
- "@sap-ux/abap-deploy-config-sub-generator": "0.1.120",
30
- "@sap-ux/deploy-config-generator-shared": "0.1.67",
31
- "@sap-ux/fiori-generator-shared": "0.13.48",
32
- "@sap-ux/odata-service-inquirer": "2.13.9",
33
- "@sap-ux/project-access": "1.33.0",
28
+ "@sap-ux/cf-deploy-config-sub-generator": "0.2.106",
29
+ "@sap-ux/abap-deploy-config-sub-generator": "0.1.122",
30
+ "@sap-ux/deploy-config-generator-shared": "0.1.68",
31
+ "@sap-ux/fiori-generator-shared": "0.13.49",
32
+ "@sap-ux/inquirer-common": "0.10.8",
33
+ "@sap-ux/odata-service-inquirer": "2.13.10",
34
+ "@sap-ux/project-access": "1.33.1",
34
35
  "@sap-ux/store": "1.4.2",
35
- "@sap-ux/inquirer-common": "0.10.7",
36
36
  "@sap-ux/ui5-config": "0.29.12"
37
37
  },
38
38
  "devDependencies": {
@@ -51,10 +51,10 @@
51
51
  "rimraf": "6.0.1",
52
52
  "unionfs": "4.4.0",
53
53
  "yeoman-test": "6.3.0",
54
- "@sap-ux/cf-deploy-config-inquirer": "0.5.62",
55
- "@sap-ux/jest-file-matchers": "0.2.8",
56
- "@sap-ux/abap-deploy-config-inquirer": "1.6.71",
57
- "@sap-ux/cf-deploy-config-writer": "0.3.48"
54
+ "@sap-ux/abap-deploy-config-inquirer": "1.6.73",
55
+ "@sap-ux/cf-deploy-config-inquirer": "0.5.63",
56
+ "@sap-ux/cf-deploy-config-writer": "0.3.49",
57
+ "@sap-ux/jest-file-matchers": "0.2.8"
58
58
  },
59
59
  "engines": {
60
60
  "node": ">=20.x"