@sap-ux/abap-deploy-config-writer 0.1.17 → 0.2.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -39,7 +39,7 @@ async function generate(basePath, abapDeployConfig, options, fs) {
39
39
  fs.write(deployFilePath, deployConfig.toString());
40
40
  // package.json
41
41
  // deploy script
42
- const deployScript = `${constants_1.BUILD_SCRIPT} && ${constants_1.DEPLOY_SCRIPT} --config ${deployConfigFile} && ${constants_1.RIMRAF} archive.zip`;
42
+ const deployScript = `${constants_1.BUILD_SCRIPT} && ${constants_1.DEPLOY_SCRIPT} --config ${deployConfigFile}`;
43
43
  await (0, project_access_1.updatePackageScript)(basePath, 'deploy', deployScript, fs);
44
44
  // undeploy script
45
45
  const undeployScript = `${constants_1.BUILD_SCRIPT} && ${constants_1.UNDEPLOY_SCRIPT} --config ${deployConfigFile}`;
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-writer"
8
8
  },
9
- "version": "0.1.17",
9
+ "version": "0.2.1",
10
10
  "license": "Apache-2.0",
11
11
  "main": "dist/index.js",
12
12
  "files": [
@@ -25,7 +25,7 @@
25
25
  "mem-fs-editor": "9.4.0",
26
26
  "semver": "7.5.4",
27
27
  "@sap-ux/project-access": "1.30.7",
28
- "@sap-ux/system-access": "0.6.10",
28
+ "@sap-ux/system-access": "0.6.11",
29
29
  "@sap-ux/ui5-config": "0.29.0"
30
30
  },
31
31
  "devDependencies": {