@sap-ux/deploy-tooling 0.16.31 → 0.16.33
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 +4 -4
package/dist/base/deploy.js
CHANGED
|
@@ -258,7 +258,7 @@ async function tryDeploy(provider, config, logger, archive) {
|
|
|
258
258
|
*/
|
|
259
259
|
async function deploy(archive, config, logger) {
|
|
260
260
|
if (config.keep) {
|
|
261
|
-
(0, fs_1.writeFileSync)(`archive.zip`, archive);
|
|
261
|
+
(0, fs_1.writeFileSync)(`archive.zip`, new Uint8Array(archive));
|
|
262
262
|
}
|
|
263
263
|
const provider = await createProvider(config, logger);
|
|
264
264
|
logger.info(`Starting to deploy${config.test === true ? ' in test mode' : ''}.`);
|
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.33",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "@SAP/ux-tools-team",
|
|
15
15
|
"main": "dist/index.js",
|
|
@@ -32,11 +32,11 @@
|
|
|
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.22.
|
|
35
|
+
"@sap-ux/axios-extension": "1.22.4",
|
|
36
36
|
"@sap-ux/btp-utils": "1.1.0",
|
|
37
|
-
"@sap-ux/inquirer-common": "0.7.
|
|
37
|
+
"@sap-ux/inquirer-common": "0.7.27",
|
|
38
38
|
"@sap-ux/logger": "0.7.0",
|
|
39
|
-
"@sap-ux/system-access": "0.6.
|
|
39
|
+
"@sap-ux/system-access": "0.6.11",
|
|
40
40
|
"@sap-ux/ui5-config": "0.29.0",
|
|
41
41
|
"@sap-ux/project-input-validator": "0.6.12"
|
|
42
42
|
},
|