@sap-ux/deploy-tooling 0.16.73 → 0.16.75

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/README.md +4 -3
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # `@sap-ux/deploy-tooling`
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/deploy-tooling/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](https://github.com/SAP/open-ux-tools/tree/main/packages/deploy-tooling)
2
+
3
+ # [`@sap-ux/deploy-tooling`](https://github.com/SAP/open-ux-tools/tree/main/packages/deploy-tooling)
2
4
 
3
5
  `@sap-ux/deploy-tooling` exposes the capabilities of custom tasks to deploy and undeploy SAP Fiori projects against ABAP servers.
4
6
 
@@ -232,5 +234,4 @@ Ensure you restart any running processes to apply the changes.
232
234
 
233
235
  Example Scenario
234
236
 
235
- If you're using a proxy server to route your HTTPS traffic, the proxy server will need to create a secure, TLS-encrypted connection to the target server on your behalf. `tls.connect()` will be used to establish that encrypted tunnel between your client, the proxy, and the server.
236
-
237
+ If you're using a proxy server to route your HTTPS traffic, the proxy server will need to create a secure, TLS-encrypted connection to the target server on your behalf. `tls.connect()` will be used to establish that encrypted tunnel between your client, the proxy, and the server.
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "bugs": {
10
10
  "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Adeploy-tooling"
11
11
  },
12
- "version": "0.16.73",
12
+ "version": "0.16.75",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -32,18 +32,18 @@
32
32
  "prompts": "2.4.2",
33
33
  "adm-zip": "0.5.10",
34
34
  "chalk": "4.1.2",
35
- "@sap-ux/axios-extension": "1.24.1",
36
- "@sap-ux/btp-utils": "1.1.4",
37
- "@sap-ux/inquirer-common": "0.9.0",
38
- "@sap-ux/logger": "0.7.0",
39
- "@sap-ux/system-access": "0.6.27",
40
- "@sap-ux/ui5-config": "0.29.8",
41
- "@sap-ux/project-input-validator": "0.6.29"
35
+ "@sap-ux/axios-extension": "1.24.2",
36
+ "@sap-ux/btp-utils": "1.1.5",
37
+ "@sap-ux/inquirer-common": "0.9.2",
38
+ "@sap-ux/logger": "0.7.1",
39
+ "@sap-ux/system-access": "0.6.28",
40
+ "@sap-ux/ui5-config": "0.29.9",
41
+ "@sap-ux/project-input-validator": "0.6.30"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/prompts": "2.4.4",
45
45
  "@types/adm-zip": "0.5.5",
46
- "@sap-ux/store": "1.3.2"
46
+ "@sap-ux/store": "1.3.3"
47
47
  },
48
48
  "ui5": {
49
49
  "dependencies": []