@sap/ux-ui5-tooling 1.19.5 → 1.20.0
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 +25 -0
- package/README.md +63 -58
- package/dist/cli/index.js +29301 -32430
- package/dist/middlewares/fiori-tools-appreload.js +68 -54
- package/dist/middlewares/fiori-tools-preview.js +7623 -5988
- package/dist/middlewares/fiori-tools-proxy.js +8331 -12017
- package/dist/middlewares/fiori-tools-servestatic.js +47 -197
- package/dist/tasks/cf-deploy/index.js +18252 -16617
- package/dist/tasks/deploy/index.js +28363 -31639
- package/package.json +21 -21
|
@@ -503,9 +503,9 @@ var require_setprototypeof = __commonJS({
|
|
|
503
503
|
}
|
|
504
504
|
});
|
|
505
505
|
|
|
506
|
-
// ../../node_modules/statuses/codes.json
|
|
506
|
+
// ../../node_modules/serve-static/node_modules/statuses/codes.json
|
|
507
507
|
var require_codes = __commonJS({
|
|
508
|
-
"../../node_modules/statuses/codes.json"(exports2, module2) {
|
|
508
|
+
"../../node_modules/serve-static/node_modules/statuses/codes.json"(exports2, module2) {
|
|
509
509
|
module2.exports = {
|
|
510
510
|
"100": "Continue",
|
|
511
511
|
"101": "Switching Protocols",
|
|
@@ -574,9 +574,9 @@ var require_codes = __commonJS({
|
|
|
574
574
|
}
|
|
575
575
|
});
|
|
576
576
|
|
|
577
|
-
// ../../node_modules/statuses/index.js
|
|
577
|
+
// ../../node_modules/serve-static/node_modules/statuses/index.js
|
|
578
578
|
var require_statuses = __commonJS({
|
|
579
|
-
"../../node_modules/statuses/index.js"(exports2, module2) {
|
|
579
|
+
"../../node_modules/serve-static/node_modules/statuses/index.js"(exports2, module2) {
|
|
580
580
|
"use strict";
|
|
581
581
|
var codes = require_codes();
|
|
582
582
|
module2.exports = status;
|
|
@@ -704,9 +704,9 @@ var require_toidentifier = __commonJS({
|
|
|
704
704
|
}
|
|
705
705
|
});
|
|
706
706
|
|
|
707
|
-
// ../../node_modules/http-errors/index.js
|
|
707
|
+
// ../../node_modules/serve-static/node_modules/http-errors/index.js
|
|
708
708
|
var require_http_errors = __commonJS({
|
|
709
|
-
"../../node_modules/http-errors/index.js"(exports2, module2) {
|
|
709
|
+
"../../node_modules/serve-static/node_modules/http-errors/index.js"(exports2, module2) {
|
|
710
710
|
"use strict";
|
|
711
711
|
var deprecate = require_depd()("http-errors");
|
|
712
712
|
var setPrototypeOf = require_setprototypeof();
|
|
@@ -863,7 +863,7 @@ var require_http_errors = __commonJS({
|
|
|
863
863
|
});
|
|
864
864
|
}
|
|
865
865
|
function toClassName(name) {
|
|
866
|
-
return name.
|
|
866
|
+
return name.slice(-5) === "Error" ? name : name + "Error";
|
|
867
867
|
}
|
|
868
868
|
}
|
|
869
869
|
});
|
|
@@ -984,9 +984,9 @@ var require_ms = __commonJS({
|
|
|
984
984
|
}
|
|
985
985
|
});
|
|
986
986
|
|
|
987
|
-
// ../../node_modules/
|
|
987
|
+
// ../../node_modules/debug/src/common.js
|
|
988
988
|
var require_common = __commonJS({
|
|
989
|
-
"../../node_modules/
|
|
989
|
+
"../../node_modules/debug/src/common.js"(exports2, module2) {
|
|
990
990
|
function setup(env) {
|
|
991
991
|
createDebug.debug = createDebug;
|
|
992
992
|
createDebug.default = createDebug;
|
|
@@ -1087,7 +1087,7 @@ var require_common = __commonJS({
|
|
|
1087
1087
|
createDebug.namespaces = namespaces;
|
|
1088
1088
|
createDebug.names = [];
|
|
1089
1089
|
createDebug.skips = [];
|
|
1090
|
-
const split = (typeof namespaces === "string" ? namespaces : "").trim().replace(
|
|
1090
|
+
const split = (typeof namespaces === "string" ? namespaces : "").trim().replace(/\s+/g, ",").split(",").filter(Boolean);
|
|
1091
1091
|
for (const ns of split) {
|
|
1092
1092
|
if (ns[0] === "-") {
|
|
1093
1093
|
createDebug.skips.push(ns.slice(1));
|
|
@@ -1161,9 +1161,9 @@ var require_common = __commonJS({
|
|
|
1161
1161
|
}
|
|
1162
1162
|
});
|
|
1163
1163
|
|
|
1164
|
-
// ../../node_modules/
|
|
1164
|
+
// ../../node_modules/debug/src/browser.js
|
|
1165
1165
|
var require_browser = __commonJS({
|
|
1166
|
-
"../../node_modules/
|
|
1166
|
+
"../../node_modules/debug/src/browser.js"(exports2, module2) {
|
|
1167
1167
|
exports2.formatArgs = formatArgs;
|
|
1168
1168
|
exports2.save = save;
|
|
1169
1169
|
exports2.load = load;
|
|
@@ -1305,7 +1305,7 @@ var require_browser = __commonJS({
|
|
|
1305
1305
|
function load() {
|
|
1306
1306
|
let r;
|
|
1307
1307
|
try {
|
|
1308
|
-
r = exports2.storage.getItem("debug");
|
|
1308
|
+
r = exports2.storage.getItem("debug") || exports2.storage.getItem("DEBUG");
|
|
1309
1309
|
} catch (error) {
|
|
1310
1310
|
}
|
|
1311
1311
|
if (!r && typeof process !== "undefined" && "env" in process) {
|
|
@@ -1446,9 +1446,9 @@ var require_supports_color = __commonJS({
|
|
|
1446
1446
|
}
|
|
1447
1447
|
});
|
|
1448
1448
|
|
|
1449
|
-
// ../../node_modules/
|
|
1449
|
+
// ../../node_modules/debug/src/node.js
|
|
1450
1450
|
var require_node = __commonJS({
|
|
1451
|
-
"../../node_modules/
|
|
1451
|
+
"../../node_modules/debug/src/node.js"(exports2, module2) {
|
|
1452
1452
|
var tty = require("tty");
|
|
1453
1453
|
var util = require("util");
|
|
1454
1454
|
exports2.init = init2;
|
|
@@ -1620,9 +1620,9 @@ var require_node = __commonJS({
|
|
|
1620
1620
|
}
|
|
1621
1621
|
});
|
|
1622
1622
|
|
|
1623
|
-
// ../../node_modules/
|
|
1623
|
+
// ../../node_modules/debug/src/index.js
|
|
1624
1624
|
var require_src = __commonJS({
|
|
1625
|
-
"../../node_modules/
|
|
1625
|
+
"../../node_modules/debug/src/index.js"(exports2, module2) {
|
|
1626
1626
|
if (typeof process === "undefined" || process.type === "renderer" || process.browser === true || process.__nwjs) {
|
|
1627
1627
|
module2.exports = require_browser();
|
|
1628
1628
|
} else {
|
|
@@ -11488,148 +11488,6 @@ var require_range_parser = __commonJS({
|
|
|
11488
11488
|
}
|
|
11489
11489
|
});
|
|
11490
11490
|
|
|
11491
|
-
// ../../node_modules/serve-static/node_modules/statuses/codes.json
|
|
11492
|
-
var require_codes2 = __commonJS({
|
|
11493
|
-
"../../node_modules/serve-static/node_modules/statuses/codes.json"(exports2, module2) {
|
|
11494
|
-
module2.exports = {
|
|
11495
|
-
"100": "Continue",
|
|
11496
|
-
"101": "Switching Protocols",
|
|
11497
|
-
"102": "Processing",
|
|
11498
|
-
"103": "Early Hints",
|
|
11499
|
-
"200": "OK",
|
|
11500
|
-
"201": "Created",
|
|
11501
|
-
"202": "Accepted",
|
|
11502
|
-
"203": "Non-Authoritative Information",
|
|
11503
|
-
"204": "No Content",
|
|
11504
|
-
"205": "Reset Content",
|
|
11505
|
-
"206": "Partial Content",
|
|
11506
|
-
"207": "Multi-Status",
|
|
11507
|
-
"208": "Already Reported",
|
|
11508
|
-
"226": "IM Used",
|
|
11509
|
-
"300": "Multiple Choices",
|
|
11510
|
-
"301": "Moved Permanently",
|
|
11511
|
-
"302": "Found",
|
|
11512
|
-
"303": "See Other",
|
|
11513
|
-
"304": "Not Modified",
|
|
11514
|
-
"305": "Use Proxy",
|
|
11515
|
-
"307": "Temporary Redirect",
|
|
11516
|
-
"308": "Permanent Redirect",
|
|
11517
|
-
"400": "Bad Request",
|
|
11518
|
-
"401": "Unauthorized",
|
|
11519
|
-
"402": "Payment Required",
|
|
11520
|
-
"403": "Forbidden",
|
|
11521
|
-
"404": "Not Found",
|
|
11522
|
-
"405": "Method Not Allowed",
|
|
11523
|
-
"406": "Not Acceptable",
|
|
11524
|
-
"407": "Proxy Authentication Required",
|
|
11525
|
-
"408": "Request Timeout",
|
|
11526
|
-
"409": "Conflict",
|
|
11527
|
-
"410": "Gone",
|
|
11528
|
-
"411": "Length Required",
|
|
11529
|
-
"412": "Precondition Failed",
|
|
11530
|
-
"413": "Payload Too Large",
|
|
11531
|
-
"414": "URI Too Long",
|
|
11532
|
-
"415": "Unsupported Media Type",
|
|
11533
|
-
"416": "Range Not Satisfiable",
|
|
11534
|
-
"417": "Expectation Failed",
|
|
11535
|
-
"418": "I'm a Teapot",
|
|
11536
|
-
"421": "Misdirected Request",
|
|
11537
|
-
"422": "Unprocessable Entity",
|
|
11538
|
-
"423": "Locked",
|
|
11539
|
-
"424": "Failed Dependency",
|
|
11540
|
-
"425": "Too Early",
|
|
11541
|
-
"426": "Upgrade Required",
|
|
11542
|
-
"428": "Precondition Required",
|
|
11543
|
-
"429": "Too Many Requests",
|
|
11544
|
-
"431": "Request Header Fields Too Large",
|
|
11545
|
-
"451": "Unavailable For Legal Reasons",
|
|
11546
|
-
"500": "Internal Server Error",
|
|
11547
|
-
"501": "Not Implemented",
|
|
11548
|
-
"502": "Bad Gateway",
|
|
11549
|
-
"503": "Service Unavailable",
|
|
11550
|
-
"504": "Gateway Timeout",
|
|
11551
|
-
"505": "HTTP Version Not Supported",
|
|
11552
|
-
"506": "Variant Also Negotiates",
|
|
11553
|
-
"507": "Insufficient Storage",
|
|
11554
|
-
"508": "Loop Detected",
|
|
11555
|
-
"509": "Bandwidth Limit Exceeded",
|
|
11556
|
-
"510": "Not Extended",
|
|
11557
|
-
"511": "Network Authentication Required"
|
|
11558
|
-
};
|
|
11559
|
-
}
|
|
11560
|
-
});
|
|
11561
|
-
|
|
11562
|
-
// ../../node_modules/serve-static/node_modules/statuses/index.js
|
|
11563
|
-
var require_statuses2 = __commonJS({
|
|
11564
|
-
"../../node_modules/serve-static/node_modules/statuses/index.js"(exports2, module2) {
|
|
11565
|
-
"use strict";
|
|
11566
|
-
var codes = require_codes2();
|
|
11567
|
-
module2.exports = status;
|
|
11568
|
-
status.message = codes;
|
|
11569
|
-
status.code = createMessageToStatusCodeMap(codes);
|
|
11570
|
-
status.codes = createStatusCodeList(codes);
|
|
11571
|
-
status.redirect = {
|
|
11572
|
-
300: true,
|
|
11573
|
-
301: true,
|
|
11574
|
-
302: true,
|
|
11575
|
-
303: true,
|
|
11576
|
-
305: true,
|
|
11577
|
-
307: true,
|
|
11578
|
-
308: true
|
|
11579
|
-
};
|
|
11580
|
-
status.empty = {
|
|
11581
|
-
204: true,
|
|
11582
|
-
205: true,
|
|
11583
|
-
304: true
|
|
11584
|
-
};
|
|
11585
|
-
status.retry = {
|
|
11586
|
-
502: true,
|
|
11587
|
-
503: true,
|
|
11588
|
-
504: true
|
|
11589
|
-
};
|
|
11590
|
-
function createMessageToStatusCodeMap(codes2) {
|
|
11591
|
-
var map = {};
|
|
11592
|
-
Object.keys(codes2).forEach(function forEachCode(code) {
|
|
11593
|
-
var message = codes2[code];
|
|
11594
|
-
var status2 = Number(code);
|
|
11595
|
-
map[message.toLowerCase()] = status2;
|
|
11596
|
-
});
|
|
11597
|
-
return map;
|
|
11598
|
-
}
|
|
11599
|
-
function createStatusCodeList(codes2) {
|
|
11600
|
-
return Object.keys(codes2).map(function mapCode(code) {
|
|
11601
|
-
return Number(code);
|
|
11602
|
-
});
|
|
11603
|
-
}
|
|
11604
|
-
function getStatusCode(message) {
|
|
11605
|
-
var msg = message.toLowerCase();
|
|
11606
|
-
if (!Object.prototype.hasOwnProperty.call(status.code, msg)) {
|
|
11607
|
-
throw new Error('invalid status message: "' + message + '"');
|
|
11608
|
-
}
|
|
11609
|
-
return status.code[msg];
|
|
11610
|
-
}
|
|
11611
|
-
function getStatusMessage(code) {
|
|
11612
|
-
if (!Object.prototype.hasOwnProperty.call(status.message, code)) {
|
|
11613
|
-
throw new Error("invalid status code: " + code);
|
|
11614
|
-
}
|
|
11615
|
-
return status.message[code];
|
|
11616
|
-
}
|
|
11617
|
-
function status(code) {
|
|
11618
|
-
if (typeof code === "number") {
|
|
11619
|
-
return getStatusMessage(code);
|
|
11620
|
-
}
|
|
11621
|
-
if (typeof code !== "string") {
|
|
11622
|
-
throw new TypeError("code must be a number or string");
|
|
11623
|
-
}
|
|
11624
|
-
var n = parseInt(code, 10);
|
|
11625
|
-
if (!isNaN(n)) {
|
|
11626
|
-
return getStatusMessage(n);
|
|
11627
|
-
}
|
|
11628
|
-
return getStatusCode(code);
|
|
11629
|
-
}
|
|
11630
|
-
}
|
|
11631
|
-
});
|
|
11632
|
-
|
|
11633
11491
|
// ../../node_modules/serve-static/node_modules/send/index.js
|
|
11634
11492
|
var require_send = __commonJS({
|
|
11635
11493
|
"../../node_modules/serve-static/node_modules/send/index.js"(exports2, module2) {
|
|
@@ -11646,7 +11504,7 @@ var require_send = __commonJS({
|
|
|
11646
11504
|
var onFinished = require_on_finished();
|
|
11647
11505
|
var parseRange = require_range_parser();
|
|
11648
11506
|
var path = require("path");
|
|
11649
|
-
var statuses =
|
|
11507
|
+
var statuses = require_statuses();
|
|
11650
11508
|
var Stream = require("stream");
|
|
11651
11509
|
var util = require("util");
|
|
11652
11510
|
var extname = path.extname;
|
|
@@ -14074,16 +13932,16 @@ var require_node2 = __commonJS({
|
|
|
14074
13932
|
}
|
|
14075
13933
|
});
|
|
14076
13934
|
|
|
14077
|
-
// ../../node_modules
|
|
13935
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/stream.js
|
|
14078
13936
|
var require_stream = __commonJS({
|
|
14079
|
-
"../../node_modules
|
|
13937
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/stream.js"(exports2, module2) {
|
|
14080
13938
|
module2.exports = require("stream");
|
|
14081
13939
|
}
|
|
14082
13940
|
});
|
|
14083
13941
|
|
|
14084
|
-
// ../../node_modules
|
|
13942
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/destroy.js
|
|
14085
13943
|
var require_destroy = __commonJS({
|
|
14086
|
-
"../../node_modules
|
|
13944
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/destroy.js"(exports2, module2) {
|
|
14087
13945
|
"use strict";
|
|
14088
13946
|
function destroy(err, cb) {
|
|
14089
13947
|
var _this = this;
|
|
@@ -14170,9 +14028,9 @@ var require_destroy = __commonJS({
|
|
|
14170
14028
|
}
|
|
14171
14029
|
});
|
|
14172
14030
|
|
|
14173
|
-
// ../../node_modules
|
|
14031
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/errors.js
|
|
14174
14032
|
var require_errors = __commonJS({
|
|
14175
|
-
"../../node_modules
|
|
14033
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/errors.js"(exports2, module2) {
|
|
14176
14034
|
"use strict";
|
|
14177
14035
|
var codes = {};
|
|
14178
14036
|
function createErrorType(code, message, Base) {
|
|
@@ -14270,9 +14128,9 @@ var require_errors = __commonJS({
|
|
|
14270
14128
|
}
|
|
14271
14129
|
});
|
|
14272
14130
|
|
|
14273
|
-
// ../../node_modules
|
|
14131
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/state.js
|
|
14274
14132
|
var require_state = __commonJS({
|
|
14275
|
-
"../../node_modules
|
|
14133
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/state.js"(exports2, module2) {
|
|
14276
14134
|
"use strict";
|
|
14277
14135
|
var ERR_INVALID_OPT_VALUE = require_errors().codes.ERR_INVALID_OPT_VALUE;
|
|
14278
14136
|
function highWaterMarkFrom(options, isDuplex, duplexKey) {
|
|
@@ -14295,9 +14153,9 @@ var require_state = __commonJS({
|
|
|
14295
14153
|
}
|
|
14296
14154
|
});
|
|
14297
14155
|
|
|
14298
|
-
// ../../node_modules
|
|
14156
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/buffer_list.js
|
|
14299
14157
|
var require_buffer_list = __commonJS({
|
|
14300
|
-
"../../node_modules
|
|
14158
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/buffer_list.js"(exports2, module2) {
|
|
14301
14159
|
"use strict";
|
|
14302
14160
|
function ownKeys(object, enumerableOnly) {
|
|
14303
14161
|
var keys = Object.keys(object);
|
|
@@ -14826,9 +14684,9 @@ var require_string_decoder = __commonJS({
|
|
|
14826
14684
|
}
|
|
14827
14685
|
});
|
|
14828
14686
|
|
|
14829
|
-
// ../../node_modules
|
|
14687
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/end-of-stream.js
|
|
14830
14688
|
var require_end_of_stream = __commonJS({
|
|
14831
|
-
"../../node_modules
|
|
14689
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/end-of-stream.js"(exports2, module2) {
|
|
14832
14690
|
"use strict";
|
|
14833
14691
|
var ERR_STREAM_PREMATURE_CLOSE = require_errors().codes.ERR_STREAM_PREMATURE_CLOSE;
|
|
14834
14692
|
function once(callback) {
|
|
@@ -14915,9 +14773,9 @@ var require_end_of_stream = __commonJS({
|
|
|
14915
14773
|
}
|
|
14916
14774
|
});
|
|
14917
14775
|
|
|
14918
|
-
// ../../node_modules
|
|
14776
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/async_iterator.js
|
|
14919
14777
|
var require_async_iterator = __commonJS({
|
|
14920
|
-
"../../node_modules
|
|
14778
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/async_iterator.js"(exports2, module2) {
|
|
14921
14779
|
"use strict";
|
|
14922
14780
|
var _Object$setPrototypeO;
|
|
14923
14781
|
function _defineProperty(obj, key, value) {
|
|
@@ -15083,9 +14941,9 @@ var require_async_iterator = __commonJS({
|
|
|
15083
14941
|
}
|
|
15084
14942
|
});
|
|
15085
14943
|
|
|
15086
|
-
// ../../node_modules
|
|
14944
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/from.js
|
|
15087
14945
|
var require_from = __commonJS({
|
|
15088
|
-
"../../node_modules
|
|
14946
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/from.js"(exports2, module2) {
|
|
15089
14947
|
"use strict";
|
|
15090
14948
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
15091
14949
|
try {
|
|
@@ -15196,9 +15054,9 @@ var require_from = __commonJS({
|
|
|
15196
15054
|
}
|
|
15197
15055
|
});
|
|
15198
15056
|
|
|
15199
|
-
// ../../node_modules
|
|
15057
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/_stream_readable.js
|
|
15200
15058
|
var require_stream_readable = __commonJS({
|
|
15201
|
-
"../../node_modules
|
|
15059
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/_stream_readable.js"(exports2, module2) {
|
|
15202
15060
|
"use strict";
|
|
15203
15061
|
module2.exports = Readable;
|
|
15204
15062
|
var Duplex;
|
|
@@ -15933,9 +15791,9 @@ var require_stream_readable = __commonJS({
|
|
|
15933
15791
|
}
|
|
15934
15792
|
});
|
|
15935
15793
|
|
|
15936
|
-
// ../../node_modules
|
|
15794
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/_stream_duplex.js
|
|
15937
15795
|
var require_stream_duplex = __commonJS({
|
|
15938
|
-
"../../node_modules
|
|
15796
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/_stream_duplex.js"(exports2, module2) {
|
|
15939
15797
|
"use strict";
|
|
15940
15798
|
var objectKeys = Object.keys || function(obj) {
|
|
15941
15799
|
var keys2 = [];
|
|
@@ -16028,9 +15886,9 @@ var require_stream_duplex = __commonJS({
|
|
|
16028
15886
|
}
|
|
16029
15887
|
});
|
|
16030
15888
|
|
|
16031
|
-
// ../../node_modules
|
|
15889
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js
|
|
16032
15890
|
var require_stream_writable = __commonJS({
|
|
16033
|
-
"../../node_modules
|
|
15891
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js"(exports2, module2) {
|
|
16034
15892
|
"use strict";
|
|
16035
15893
|
module2.exports = Writable;
|
|
16036
15894
|
function CorkedRequest(state) {
|
|
@@ -16617,9 +16475,9 @@ var require_triple_beam = __commonJS({
|
|
|
16617
16475
|
}
|
|
16618
16476
|
});
|
|
16619
16477
|
|
|
16620
|
-
// ../../node_modules
|
|
16478
|
+
// ../../node_modules/winston-transport/modern.js
|
|
16621
16479
|
var require_modern = __commonJS({
|
|
16622
|
-
"../../node_modules
|
|
16480
|
+
"../../node_modules/winston-transport/modern.js"(exports2, module2) {
|
|
16623
16481
|
"use strict";
|
|
16624
16482
|
var util = require("util");
|
|
16625
16483
|
var Writable = require_stream_writable();
|
|
@@ -16729,9 +16587,9 @@ var require_modern = __commonJS({
|
|
|
16729
16587
|
}
|
|
16730
16588
|
});
|
|
16731
16589
|
|
|
16732
|
-
// ../../node_modules
|
|
16590
|
+
// ../../node_modules/winston-transport/legacy.js
|
|
16733
16591
|
var require_legacy = __commonJS({
|
|
16734
|
-
"../../node_modules
|
|
16592
|
+
"../../node_modules/winston-transport/legacy.js"(exports2, module2) {
|
|
16735
16593
|
"use strict";
|
|
16736
16594
|
var util = require("util");
|
|
16737
16595
|
var { LEVEL } = require_triple_beam();
|
|
@@ -16795,9 +16653,9 @@ var require_legacy = __commonJS({
|
|
|
16795
16653
|
}
|
|
16796
16654
|
});
|
|
16797
16655
|
|
|
16798
|
-
// ../../node_modules
|
|
16656
|
+
// ../../node_modules/winston-transport/index.js
|
|
16799
16657
|
var require_winston_transport = __commonJS({
|
|
16800
|
-
"../../node_modules
|
|
16658
|
+
"../../node_modules/winston-transport/index.js"(exports2, module2) {
|
|
16801
16659
|
"use strict";
|
|
16802
16660
|
module2.exports = require_modern();
|
|
16803
16661
|
module2.exports.LegacyTransportStream = require_legacy();
|
|
@@ -31462,7 +31320,7 @@ var i18n_default = {
|
|
|
31462
31320
|
ERROR_NO_DEPLOY_CONFIG: "Error loading deployment configuration. Please ensure the YAML syntax and indentation is correct.",
|
|
31463
31321
|
TELEMETRY_CALL_FAILED: "Error while sending telemetry data",
|
|
31464
31322
|
ERROR_TRANSPORT_REQUEST_CREATION: "Transport request could not be created for application {{appName}}. Please create it manually and re-run deployment configuration for this project.",
|
|
31465
|
-
UPDATE_UI5_CLI: "The UI5 CLI version of the project is outdated. Please upgrade your project to UI5 CLI
|
|
31323
|
+
UPDATE_UI5_CLI: "The UI5 CLI version of the project is outdated. Please upgrade your project to UI5 CLI v4:\nhttps://ui5.github.io/cli/v4/updates/migrate-v4/.",
|
|
31466
31324
|
SERVE_STATIC_NO_CONFIG: "No configuration found for the fiori-tools-servestatic middleware",
|
|
31467
31325
|
ABAP_DEPLOYMENT_403_WARNING: "Request failed with status code 403. Guided Answers troubleshooting guide available at {{helpLink}}"
|
|
31468
31326
|
};
|
|
@@ -31611,14 +31469,6 @@ range-parser/index.js:
|
|
|
31611
31469
|
* MIT Licensed
|
|
31612
31470
|
*)
|
|
31613
31471
|
|
|
31614
|
-
statuses/index.js:
|
|
31615
|
-
(*!
|
|
31616
|
-
* statuses
|
|
31617
|
-
* Copyright(c) 2014 Jonathan Ong
|
|
31618
|
-
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
31619
|
-
* MIT Licensed
|
|
31620
|
-
*)
|
|
31621
|
-
|
|
31622
31472
|
send/index.js:
|
|
31623
31473
|
(*!
|
|
31624
31474
|
* send
|