@sap-ux/deploy-tooling 0.16.72 → 0.16.74
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.
- package/README.md +4 -3
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/deploy-tooling/CHANGELOG.md) [](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.
|
|
12
|
+
"version": "0.16.74",
|
|
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.
|
|
36
|
-
"@sap-ux/btp-utils": "1.1.
|
|
37
|
-
"@sap-ux/inquirer-common": "0.
|
|
38
|
-
"@sap-ux/logger": "0.7.
|
|
39
|
-
"@sap-ux/system-access": "0.6.
|
|
40
|
-
"@sap-ux/ui5-config": "0.29.
|
|
41
|
-
"@sap-ux/project-input-validator": "0.6.
|
|
35
|
+
"@sap-ux/axios-extension": "1.24.2",
|
|
36
|
+
"@sap-ux/btp-utils": "1.1.5",
|
|
37
|
+
"@sap-ux/inquirer-common": "0.9.1",
|
|
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.
|
|
46
|
+
"@sap-ux/store": "1.3.3"
|
|
47
47
|
},
|
|
48
48
|
"ui5": {
|
|
49
49
|
"dependencies": []
|