@sap-ux/create 0.13.122 → 0.13.124

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.
@@ -116,7 +116,8 @@ async function addDeployConfig(basePath, target, simulate = false, baseFile, dep
116
116
  logger.debug(`Adding deployment configuration : ${JSON.stringify(config, null, 2)}`);
117
117
  const fs = await (0, abap_deploy_config_writer_1.generate)(basePath, config, {
118
118
  baseFile,
119
- deployFile
119
+ deployFile,
120
+ addBuildToUndeployScript: !isAdp
120
121
  });
121
122
  await (0, tracing_1.traceChanges)(fs);
122
123
  if (!simulate) {
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.13.122",
4
+ "version": "0.13.124",
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": "1.6.23",
34
- "@sap-ux/abap-deploy-config-writer": "0.2.17",
35
- "@sap-ux/adp-tooling": "0.15.31",
36
- "@sap-ux/app-config-writer": "0.6.40",
37
- "@sap-ux/cap-config-writer": "0.12.9",
33
+ "@sap-ux/abap-deploy-config-inquirer": "1.6.24",
34
+ "@sap-ux/abap-deploy-config-writer": "0.2.19",
35
+ "@sap-ux/adp-tooling": "0.15.32",
36
+ "@sap-ux/app-config-writer": "0.6.41",
37
+ "@sap-ux/cap-config-writer": "0.12.10",
38
38
  "@sap-ux/logger": "0.7.0",
39
- "@sap-ux/mockserver-config-writer": "0.9.18",
40
- "@sap-ux/odata-service-writer": "0.27.22",
41
- "@sap-ux/preview-middleware": "0.23.15",
42
- "@sap-ux/project-access": "1.32.1",
39
+ "@sap-ux/mockserver-config-writer": "0.9.19",
40
+ "@sap-ux/odata-service-writer": "0.27.23",
41
+ "@sap-ux/preview-middleware": "0.23.16",
42
+ "@sap-ux/project-access": "1.32.2",
43
43
  "@sap-ux/system-access": "0.6.18",
44
- "@sap-ux/ui5-config": "0.29.5",
45
- "@sap-ux/flp-config-inquirer": "0.4.27"
44
+ "@sap-ux/ui5-config": "0.29.6",
45
+ "@sap-ux/flp-config-inquirer": "0.4.28"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/diff": "5.0.9",
@@ -50,7 +50,7 @@
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.7.45",
53
+ "@sap-ux/inquirer-common": "0.7.46",
54
54
  "@sap-ux/store": "1.1.4"
55
55
  },
56
56
  "scripts": {