@sap-ux/create 0.8.37 → 0.8.39

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.
@@ -70,7 +70,7 @@ async function addDeployConfig(basePath, target, simulate = false, baseFile, dep
70
70
  else if (target === 'abap') {
71
71
  logger.debug(`Called add deploy-config for path '${basePath}', simulate is '${simulate}'`);
72
72
  await (0, validation_1.validateBasePath)(basePath);
73
- const { prompts: abapPrompts, answers: abapAnswers } = await (0, abap_deploy_config_inquirer_1.getPrompts)({ useAutocomplete: true }, logger, false);
73
+ const { prompts: abapPrompts, answers: abapAnswers } = await (0, abap_deploy_config_inquirer_1.getPrompts)({ packageAutocomplete: { useAutocomplete: true } }, logger, false);
74
74
  const answers = (0, abap_deploy_config_inquirer_1.reconcileAnswers)(await (0, common_1.promptYUIQuestions)(abapPrompts, false), abapAnswers);
75
75
  const config = {
76
76
  target: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/create",
3
3
  "description": "SAP Fiori tools module to add or remove features",
4
- "version": "0.8.37",
4
+ "version": "0.8.39",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -30,19 +30,19 @@
30
30
  "mem-fs": "2.1.0",
31
31
  "mem-fs-editor": "9.4.0",
32
32
  "prompts": "2.4.2",
33
- "@sap-ux/abap-deploy-config-inquirer": "0.0.25",
34
- "@sap-ux/abap-deploy-config-writer": "0.0.47",
33
+ "@sap-ux/abap-deploy-config-inquirer": "1.0.0",
35
34
  "@sap-ux/adp-tooling": "0.12.56",
36
- "@sap-ux/app-config-writer": "0.4.39",
37
35
  "@sap-ux/cap-config-writer": "0.7.46",
38
36
  "@sap-ux/cards-editor-config-writer": "0.4.5",
37
+ "@sap-ux/app-config-writer": "0.4.39",
39
38
  "@sap-ux/inquirer-common": "0.4.6",
40
39
  "@sap-ux/logger": "0.6.0",
41
40
  "@sap-ux/mockserver-config-writer": "0.6.5",
42
- "@sap-ux/preview-middleware": "0.16.82",
41
+ "@sap-ux/preview-middleware": "0.16.83",
43
42
  "@sap-ux/project-access": "1.27.6",
44
43
  "@sap-ux/system-access": "0.5.12",
45
- "@sap-ux/ui5-config": "0.25.0"
44
+ "@sap-ux/ui5-config": "0.25.0",
45
+ "@sap-ux/abap-deploy-config-writer": "0.0.47"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/diff": "5.0.9",
@@ -50,8 +50,8 @@
50
50
  "@types/mem-fs": "1.1.2",
51
51
  "@types/mem-fs-editor": "7.0.1",
52
52
  "@types/prompts": "2.4.4",
53
- "@sap-ux/inquirer-common": "0.4.6",
54
- "@sap-ux/store": "0.9.2"
53
+ "@sap-ux/store": "0.9.2",
54
+ "@sap-ux/inquirer-common": "0.4.6"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "tsc --build",