@sap-ux/deploy-tooling 0.9.1 → 0.9.2
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/ui5/index.js +2 -0
- package/package.json +1 -1
package/dist/ui5/index.js
CHANGED
|
@@ -12,6 +12,7 @@ const logger_1 = require("@sap-ux/logger");
|
|
|
12
12
|
const types_1 = require("../types");
|
|
13
13
|
const base_1 = require("../base");
|
|
14
14
|
const archive_1 = require("./archive");
|
|
15
|
+
const dotenv_1 = require("dotenv");
|
|
15
16
|
/**
|
|
16
17
|
* Custom task to upload the build result to the UI5 ABAP Repository.
|
|
17
18
|
*
|
|
@@ -22,6 +23,7 @@ const archive_1 = require("./archive");
|
|
|
22
23
|
function task({ workspace, options }) {
|
|
23
24
|
var _a, _b, _c, _d, _e;
|
|
24
25
|
return __awaiter(this, void 0, void 0, function* () {
|
|
26
|
+
(0, dotenv_1.config)();
|
|
25
27
|
const logLevel = (_b = (_a = options.configuration) === null || _a === void 0 ? void 0 : _a.log) !== null && _b !== void 0 ? _b : logger_1.LogLevel.Info;
|
|
26
28
|
const logger = new logger_1.ToolsLogger({
|
|
27
29
|
transports: [new logger_1.UI5ToolingTransport({ moduleName: `${types_1.NAME} ${options.projectName}` })],
|
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.9.
|
|
12
|
+
"version": "0.9.2",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "@SAP/ux-tools-team",
|
|
15
15
|
"main": "dist/index.js",
|