@sap/ux-ui5-tooling 1.18.7 → 1.19.1
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/CHANGELOG.md +21 -0
- package/README.md +39 -5
- package/dist/cli/index.js +990 -702
- package/dist/markdowns/deploy/deploy.en.md +44 -33
- package/dist/markdowns/undeploy/undeploy.en.md +23 -21
- package/dist/middlewares/fiori-tools-appreload.js +364 -232
- package/dist/middlewares/fiori-tools-preview.js +385 -245
- package/dist/middlewares/fiori-tools-proxy.js +9757 -1535
- package/dist/middlewares/fiori-tools-servestatic.js +30 -28
- package/dist/tasks/cf-deploy/index.js +397 -262
- package/dist/tasks/deploy/index.js +633 -344
- package/package.json +17 -17
|
@@ -4433,16 +4433,16 @@ var require_node2 = __commonJS({
|
|
|
4433
4433
|
}
|
|
4434
4434
|
});
|
|
4435
4435
|
|
|
4436
|
-
// ../../node_modules
|
|
4436
|
+
// ../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/internal/streams/stream.js
|
|
4437
4437
|
var require_stream = __commonJS({
|
|
4438
|
-
"../../node_modules
|
|
4438
|
+
"../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/internal/streams/stream.js"(exports2, module2) {
|
|
4439
4439
|
module2.exports = require("stream");
|
|
4440
4440
|
}
|
|
4441
4441
|
});
|
|
4442
4442
|
|
|
4443
|
-
// ../../node_modules
|
|
4443
|
+
// ../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/internal/streams/destroy.js
|
|
4444
4444
|
var require_destroy2 = __commonJS({
|
|
4445
|
-
"../../node_modules
|
|
4445
|
+
"../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/internal/streams/destroy.js"(exports2, module2) {
|
|
4446
4446
|
"use strict";
|
|
4447
4447
|
function destroy(err, cb) {
|
|
4448
4448
|
var _this = this;
|
|
@@ -4529,9 +4529,9 @@ var require_destroy2 = __commonJS({
|
|
|
4529
4529
|
}
|
|
4530
4530
|
});
|
|
4531
4531
|
|
|
4532
|
-
// ../../node_modules
|
|
4532
|
+
// ../../node_modules/@sap-ux/logger/node_modules/readable-stream/errors.js
|
|
4533
4533
|
var require_errors = __commonJS({
|
|
4534
|
-
"../../node_modules
|
|
4534
|
+
"../../node_modules/@sap-ux/logger/node_modules/readable-stream/errors.js"(exports2, module2) {
|
|
4535
4535
|
"use strict";
|
|
4536
4536
|
var codes = {};
|
|
4537
4537
|
function createErrorType(code, message, Base) {
|
|
@@ -4629,9 +4629,9 @@ var require_errors = __commonJS({
|
|
|
4629
4629
|
}
|
|
4630
4630
|
});
|
|
4631
4631
|
|
|
4632
|
-
// ../../node_modules
|
|
4632
|
+
// ../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/internal/streams/state.js
|
|
4633
4633
|
var require_state = __commonJS({
|
|
4634
|
-
"../../node_modules
|
|
4634
|
+
"../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/internal/streams/state.js"(exports2, module2) {
|
|
4635
4635
|
"use strict";
|
|
4636
4636
|
var ERR_INVALID_OPT_VALUE = require_errors().codes.ERR_INVALID_OPT_VALUE;
|
|
4637
4637
|
function highWaterMarkFrom(options2, isDuplex, duplexKey) {
|
|
@@ -4654,9 +4654,9 @@ var require_state = __commonJS({
|
|
|
4654
4654
|
}
|
|
4655
4655
|
});
|
|
4656
4656
|
|
|
4657
|
-
// ../../node_modules
|
|
4657
|
+
// ../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/internal/streams/buffer_list.js
|
|
4658
4658
|
var require_buffer_list = __commonJS({
|
|
4659
|
-
"../../node_modules
|
|
4659
|
+
"../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/internal/streams/buffer_list.js"(exports2, module2) {
|
|
4660
4660
|
"use strict";
|
|
4661
4661
|
function ownKeys(object, enumerableOnly) {
|
|
4662
4662
|
var keys = Object.keys(object);
|
|
@@ -5185,9 +5185,9 @@ var require_string_decoder = __commonJS({
|
|
|
5185
5185
|
}
|
|
5186
5186
|
});
|
|
5187
5187
|
|
|
5188
|
-
// ../../node_modules
|
|
5188
|
+
// ../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/internal/streams/end-of-stream.js
|
|
5189
5189
|
var require_end_of_stream = __commonJS({
|
|
5190
|
-
"../../node_modules
|
|
5190
|
+
"../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/internal/streams/end-of-stream.js"(exports2, module2) {
|
|
5191
5191
|
"use strict";
|
|
5192
5192
|
var ERR_STREAM_PREMATURE_CLOSE = require_errors().codes.ERR_STREAM_PREMATURE_CLOSE;
|
|
5193
5193
|
function once(callback) {
|
|
@@ -5274,9 +5274,9 @@ var require_end_of_stream = __commonJS({
|
|
|
5274
5274
|
}
|
|
5275
5275
|
});
|
|
5276
5276
|
|
|
5277
|
-
// ../../node_modules
|
|
5277
|
+
// ../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/internal/streams/async_iterator.js
|
|
5278
5278
|
var require_async_iterator = __commonJS({
|
|
5279
|
-
"../../node_modules
|
|
5279
|
+
"../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/internal/streams/async_iterator.js"(exports2, module2) {
|
|
5280
5280
|
"use strict";
|
|
5281
5281
|
var _Object$setPrototypeO;
|
|
5282
5282
|
function _defineProperty(obj, key, value) {
|
|
@@ -5442,9 +5442,9 @@ var require_async_iterator = __commonJS({
|
|
|
5442
5442
|
}
|
|
5443
5443
|
});
|
|
5444
5444
|
|
|
5445
|
-
// ../../node_modules
|
|
5445
|
+
// ../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/internal/streams/from.js
|
|
5446
5446
|
var require_from = __commonJS({
|
|
5447
|
-
"../../node_modules
|
|
5447
|
+
"../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/internal/streams/from.js"(exports2, module2) {
|
|
5448
5448
|
"use strict";
|
|
5449
5449
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
5450
5450
|
try {
|
|
@@ -5555,9 +5555,9 @@ var require_from = __commonJS({
|
|
|
5555
5555
|
}
|
|
5556
5556
|
});
|
|
5557
5557
|
|
|
5558
|
-
// ../../node_modules
|
|
5558
|
+
// ../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/_stream_readable.js
|
|
5559
5559
|
var require_stream_readable = __commonJS({
|
|
5560
|
-
"../../node_modules
|
|
5560
|
+
"../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/_stream_readable.js"(exports2, module2) {
|
|
5561
5561
|
"use strict";
|
|
5562
5562
|
module2.exports = Readable;
|
|
5563
5563
|
var Duplex;
|
|
@@ -6292,9 +6292,9 @@ var require_stream_readable = __commonJS({
|
|
|
6292
6292
|
}
|
|
6293
6293
|
});
|
|
6294
6294
|
|
|
6295
|
-
// ../../node_modules
|
|
6295
|
+
// ../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/_stream_duplex.js
|
|
6296
6296
|
var require_stream_duplex = __commonJS({
|
|
6297
|
-
"../../node_modules
|
|
6297
|
+
"../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/_stream_duplex.js"(exports2, module2) {
|
|
6298
6298
|
"use strict";
|
|
6299
6299
|
var objectKeys = Object.keys || function(obj) {
|
|
6300
6300
|
var keys2 = [];
|
|
@@ -6387,9 +6387,9 @@ var require_stream_duplex = __commonJS({
|
|
|
6387
6387
|
}
|
|
6388
6388
|
});
|
|
6389
6389
|
|
|
6390
|
-
// ../../node_modules
|
|
6390
|
+
// ../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/_stream_writable.js
|
|
6391
6391
|
var require_stream_writable = __commonJS({
|
|
6392
|
-
"../../node_modules
|
|
6392
|
+
"../../node_modules/@sap-ux/logger/node_modules/readable-stream/lib/_stream_writable.js"(exports2, module2) {
|
|
6393
6393
|
"use strict";
|
|
6394
6394
|
module2.exports = Writable;
|
|
6395
6395
|
function CorkedRequest(state) {
|
|
@@ -6976,9 +6976,9 @@ var require_triple_beam = __commonJS({
|
|
|
6976
6976
|
}
|
|
6977
6977
|
});
|
|
6978
6978
|
|
|
6979
|
-
// ../../node_modules/winston-transport/modern.js
|
|
6979
|
+
// ../../node_modules/@sap-ux/logger/node_modules/winston-transport/modern.js
|
|
6980
6980
|
var require_modern = __commonJS({
|
|
6981
|
-
"../../node_modules/winston-transport/modern.js"(exports2, module2) {
|
|
6981
|
+
"../../node_modules/@sap-ux/logger/node_modules/winston-transport/modern.js"(exports2, module2) {
|
|
6982
6982
|
"use strict";
|
|
6983
6983
|
var util = require("util");
|
|
6984
6984
|
var Writable = require_stream_writable();
|
|
@@ -7088,9 +7088,9 @@ var require_modern = __commonJS({
|
|
|
7088
7088
|
}
|
|
7089
7089
|
});
|
|
7090
7090
|
|
|
7091
|
-
// ../../node_modules/winston-transport/legacy.js
|
|
7091
|
+
// ../../node_modules/@sap-ux/logger/node_modules/winston-transport/legacy.js
|
|
7092
7092
|
var require_legacy = __commonJS({
|
|
7093
|
-
"../../node_modules/winston-transport/legacy.js"(exports2, module2) {
|
|
7093
|
+
"../../node_modules/@sap-ux/logger/node_modules/winston-transport/legacy.js"(exports2, module2) {
|
|
7094
7094
|
"use strict";
|
|
7095
7095
|
var util = require("util");
|
|
7096
7096
|
var { LEVEL } = require_triple_beam();
|
|
@@ -7154,9 +7154,9 @@ var require_legacy = __commonJS({
|
|
|
7154
7154
|
}
|
|
7155
7155
|
});
|
|
7156
7156
|
|
|
7157
|
-
// ../../node_modules/winston-transport/index.js
|
|
7157
|
+
// ../../node_modules/@sap-ux/logger/node_modules/winston-transport/index.js
|
|
7158
7158
|
var require_winston_transport = __commonJS({
|
|
7159
|
-
"../../node_modules/winston-transport/index.js"(exports2, module2) {
|
|
7159
|
+
"../../node_modules/@sap-ux/logger/node_modules/winston-transport/index.js"(exports2, module2) {
|
|
7160
7160
|
"use strict";
|
|
7161
7161
|
module2.exports = require_modern();
|
|
7162
7162
|
module2.exports.LegacyTransportStream = require_legacy();
|
|
@@ -21838,6 +21838,8 @@ var i18n_default = {
|
|
|
21838
21838
|
ERROR_EXTRACT_API_KEY: "Could not extract API hub key from '{{-envPath}}'",
|
|
21839
21839
|
ERROR_API_HUB_KEY: "Property apiHub is set to true in yaml file, but file '{{-envPath}}' doesn't contain API key. Error was: ${{-message}}",
|
|
21840
21840
|
SSL_IGNORE_WARNING: "You chose not to validate SSL certificate. Please verify the server certificate is trustful before proceeding. See documentation for recommended configuration (https://help.sap.com/viewer/17d50220bcd848aa854c9c182d65b699/Latest/en-US/4b318bede7eb4021a8be385c46c74045.html).",
|
|
21841
|
+
SSL_DEPRECATION_WARNING: "The configuration property `ignoreCertError` is deprecated. Use `ignoreCertErrors` (plural) instead.",
|
|
21842
|
+
STRICT_SSL_DEPRECATION_WARNING: "The configuration property `strictSsl` is deprecated. Use `ignoreCertErrors` (plural) instead.",
|
|
21841
21843
|
SSL_PROXY_ERROR: "You are trying to connect to a server with a self signed certificate. Please check (https://ga.support.sap.com/dtp/viewer/index.html#/tree/3046/actions/45995:48363:53594:53643) for guidance.",
|
|
21842
21844
|
NO_DEPLOY_CONFIG: "No deployment configuration has been detected. Run `npm run deploy-config` to add configuration first.",
|
|
21843
21845
|
NO_BSP_APPLICATION: "Mandatory parameter --bspApplication <value> is missing. Please provide BSP Application",
|