@sap-ux/deploy-tooling 0.14.11 → 0.14.13
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/dist/base/deploy.js +1 -1
- package/package.json +3 -3
package/dist/base/deploy.js
CHANGED
|
@@ -161,7 +161,7 @@ function createTransportRequest(config, logger, provider) {
|
|
|
161
161
|
const transportRequest = yield (adtService === null || adtService === void 0 ? void 0 : adtService.createTransportRequest({
|
|
162
162
|
packageName: (_a = config.app.package) !== null && _a !== void 0 ? _a : '',
|
|
163
163
|
ui5AppName,
|
|
164
|
-
description:
|
|
164
|
+
description: `Created by SAP Open UX Tools for ABAP repository ${ui5AppName}`
|
|
165
165
|
}));
|
|
166
166
|
if (transportRequest) {
|
|
167
167
|
logger.info(`Transport request ${transportRequest} created for application ${ui5AppName}.`);
|
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.14.
|
|
12
|
+
"version": "0.14.13",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "@SAP/ux-tools-team",
|
|
15
15
|
"main": "dist/index.js",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"prompts": "2.4.2",
|
|
33
33
|
"adm-zip": "0.5.10",
|
|
34
34
|
"chalk": "4.1.2",
|
|
35
|
-
"@sap-ux/
|
|
35
|
+
"@sap-ux/system-access": "0.3.20",
|
|
36
36
|
"@sap-ux/btp-utils": "0.14.3",
|
|
37
|
+
"@sap-ux/axios-extension": "1.11.6",
|
|
37
38
|
"@sap-ux/logger": "0.5.1",
|
|
38
|
-
"@sap-ux/system-access": "0.3.19",
|
|
39
39
|
"@sap-ux/ui5-config": "0.22.1",
|
|
40
40
|
"@sap-ux/project-input-validator": "0.2.3"
|
|
41
41
|
},
|