@sap-ux/deploy-tooling 0.2.6 → 0.2.8
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 +7 -7
package/dist/base/deploy.js
CHANGED
|
@@ -218,7 +218,7 @@ function handleAxiosError(response, archive, service, config, logger) {
|
|
|
218
218
|
function deploy(archive, config, logger) {
|
|
219
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
220
220
|
if (config.keep) {
|
|
221
|
-
(0, fs_1.writeFileSync)(`archive
|
|
221
|
+
(0, fs_1.writeFileSync)(`archive.zip`, archive);
|
|
222
222
|
}
|
|
223
223
|
const service = yield createDeployService(config, logger);
|
|
224
224
|
service.log = logger;
|
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.2.
|
|
12
|
+
"version": "0.2.8",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "@SAP/ux-tools-team",
|
|
15
15
|
"main": "dist/index.js",
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"!dist/**/*.map"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@sap-ux/axios-extension": "1.2.4",
|
|
30
|
-
"@sap-ux/btp-utils": "0.11.5",
|
|
31
|
-
"@sap-ux/logger": "0.3.5",
|
|
32
|
-
"@sap-ux/store": "0.3.10",
|
|
33
|
-
"@sap-ux/ui5-config": "0.16.6",
|
|
34
29
|
"axios": "0.24.0",
|
|
35
30
|
"commander": "9.4.0",
|
|
36
31
|
"dotenv": "16.0.0",
|
|
37
32
|
"prompts": "2.4.2",
|
|
38
|
-
"yazl": "2.5.1"
|
|
33
|
+
"yazl": "2.5.1",
|
|
34
|
+
"@sap-ux/axios-extension": "1.2.5",
|
|
35
|
+
"@sap-ux/btp-utils": "0.11.5",
|
|
36
|
+
"@sap-ux/logger": "0.3.5",
|
|
37
|
+
"@sap-ux/store": "0.3.10",
|
|
38
|
+
"@sap-ux/ui5-config": "0.16.6"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/prompts": "2.0.14",
|