@sap-ux/abap-deploy-config-sub-generator 0.1.44 → 0.1.46

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.
@@ -105,7 +105,7 @@ async function getAbapQuestions({ appRootPath, connectedSystem, backendConfig, c
105
105
  useAutocomplete: true,
106
106
  ...promptOptions?.packageAutocomplete
107
107
  },
108
- overwrite: { hide: !showOverwriteQuestion },
108
+ overwriteAbapConfig: { hide: !showOverwriteQuestion },
109
109
  transportInputChoice: { hideIfOnPremise: promptOptions?.transportInputChoice?.hideIfOnPremise ?? false },
110
110
  targetSystem: promptOptions?.targetSystem
111
111
  }, logger, (0, fiori_generator_shared_1.getHostEnvironment)() !== fiori_generator_shared_1.hostEnvironment.cli);
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.44",
9
+ "version": "0.1.46",
10
10
  "license": "Apache-2.0",
11
11
  "main": "generators/app/index.js",
12
12
  "files": [
@@ -21,14 +21,14 @@
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.5.1",
25
- "@sap-ux/abap-deploy-config-writer": "0.2.1",
24
+ "@sap-ux/abap-deploy-config-inquirer": "1.6.0",
25
+ "@sap-ux/abap-deploy-config-writer": "0.2.2",
26
26
  "@sap-ux/btp-utils": "1.1.0",
27
- "@sap-ux/deploy-config-generator-shared": "0.1.22",
27
+ "@sap-ux/deploy-config-generator-shared": "0.1.23",
28
28
  "@sap-ux/feature-toggle": "0.3.0",
29
- "@sap-ux/fiori-generator-shared": "0.13.3",
29
+ "@sap-ux/fiori-generator-shared": "0.13.4",
30
30
  "@sap-ux/logger": "0.7.0",
31
- "@sap-ux/project-access": "1.30.7",
31
+ "@sap-ux/project-access": "1.30.8",
32
32
  "@sap-ux/ui5-config": "0.29.0"
33
33
  },
34
34
  "devDependencies": {