@sap/ux-ui5-tooling 1.7.6 → 1.8.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 +7 -0
- package/dist/cli/index.js +16366 -7396
- package/dist/middlewares/fiori-tools-appreload.js +3 -3
- package/dist/middlewares/fiori-tools-preview.js +93 -72
- package/dist/middlewares/fiori-tools-proxy.js +3807 -6772
- package/dist/tasks/cf-deploy/index.js +93 -72
- package/dist/tasks/deploy/index.js +164 -144
- package/dist/templates/control-property-editor/app.js +61 -61
- package/package.json +12 -12
|
@@ -4401,7 +4401,7 @@ var require_logger2 = __commonJS({
|
|
|
4401
4401
|
}
|
|
4402
4402
|
});
|
|
4403
4403
|
|
|
4404
|
-
// ../../node_modules/
|
|
4404
|
+
// ../../node_modules/async/dist/async.mjs
|
|
4405
4405
|
var async_exports = {};
|
|
4406
4406
|
__export(async_exports, {
|
|
4407
4407
|
all: () => every$1,
|
|
@@ -5915,7 +5915,7 @@ function waterfall(tasks, callback) {
|
|
|
5915
5915
|
}
|
|
5916
5916
|
var hasQueueMicrotask, hasSetImmediate, hasNextTick, _defer, setImmediate$1, breakLoop, eachOfLimit, eachOfLimit$2, eachOf$1, map$1, applyEach$1, eachOfSeries$1, mapSeries$1, applyEachSeries, PROMISE_SYMBOL, FN_ARGS, ARROW_FN_ARGS, FN_ARG_SPLIT, FN_ARG, DLL, reduce$1, mapLimit$1, concatLimit$1, concat$1, concatSeries$1, detect$1, detectLimit$1, detectSeries$1, dir, doWhilst$1, each, eachLimit$2, eachSeries$1, every$1, everyLimit$1, everySeries$1, filter$1, filterLimit$1, filterSeries$1, forever$1, groupByLimit$1, log2, mapValuesLimit$1, _defer$1, nextTick, _parallel, Heap, race$1, reject$2, rejectLimit$1, rejectSeries$1, DEFAULT_TIMES, DEFAULT_INTERVAL, some$1, someLimit$1, someSeries$1, sortBy$1, tryEach$1, whilst$1, waterfall$1, index, async_default;
|
|
5917
5917
|
var init_async = __esm({
|
|
5918
|
-
"../../node_modules/
|
|
5918
|
+
"../../node_modules/async/dist/async.mjs"() {
|
|
5919
5919
|
hasQueueMicrotask = typeof queueMicrotask === "function" && queueMicrotask;
|
|
5920
5920
|
hasSetImmediate = typeof setImmediate === "function" && setImmediate;
|
|
5921
5921
|
hasNextTick = typeof process === "object" && typeof process.nextTick === "function";
|
|
@@ -59872,7 +59872,7 @@ module.exports = async function({ options }) {
|
|
|
59872
59872
|
const connectOptions = { port, include: [/.*\.html/] };
|
|
59873
59873
|
const livereloadOptions = {
|
|
59874
59874
|
debug: options.configuration.debug,
|
|
59875
|
-
exts: options.configuration.ext || "html,js,json,xml,properties,change,variant,ctrl_variant,ctrl_variant_change,ctrl_variant_management_change",
|
|
59875
|
+
exts: options.configuration.ext || "html,js,ts,json,xml,properties,change,variant,ctrl_variant,ctrl_variant_change,ctrl_variant_management_change",
|
|
59876
59876
|
port,
|
|
59877
59877
|
delay: options.configuration.delay
|
|
59878
59878
|
};
|
|
@@ -9437,7 +9437,7 @@ var require_dist3 = __commonJS({
|
|
|
9437
9437
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
9438
9438
|
};
|
|
9439
9439
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9440
|
-
exports2.getFioriToolsDirectory = exports2.FioriToolsSettings = exports2.getAppStudioProxyURL = exports2.getAppStudioBaseURL = exports2.isAppStudio = void 0;
|
|
9440
|
+
exports2.filterReferenceUri = exports2.getFioriToolsDirectory = exports2.FioriToolsSettings = exports2.getAppStudioProxyURL = exports2.getAppStudioBaseURL = exports2.isAppStudio = void 0;
|
|
9441
9441
|
var os_1 = require("os");
|
|
9442
9442
|
var path_1 = __importDefault(require("path"));
|
|
9443
9443
|
var appStudio_1 = require_appStudio();
|
|
@@ -9461,6 +9461,10 @@ var require_dist3 = __commonJS({
|
|
|
9461
9461
|
return path_1.default.join(os_1.homedir(), FioriToolsSettings.dir);
|
|
9462
9462
|
};
|
|
9463
9463
|
exports2.getFioriToolsDirectory = getFioriToolsDirectory;
|
|
9464
|
+
function filterReferenceUri(metadata) {
|
|
9465
|
+
return metadata == null ? void 0 : metadata.replace(/ Uri="(http|https):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:/~+#-]*[0])/g, ` Uri=".`);
|
|
9466
|
+
}
|
|
9467
|
+
exports2.filterReferenceUri = filterReferenceUri;
|
|
9464
9468
|
}
|
|
9465
9469
|
});
|
|
9466
9470
|
|
|
@@ -13870,9 +13874,9 @@ var require_is_wsl = __commonJS({
|
|
|
13870
13874
|
}
|
|
13871
13875
|
});
|
|
13872
13876
|
|
|
13873
|
-
//
|
|
13877
|
+
// ../lib/odata-client/node_modules/open/index.js
|
|
13874
13878
|
var require_open = __commonJS({
|
|
13875
|
-
"
|
|
13879
|
+
"../lib/odata-client/node_modules/open/index.js"(exports2, module2) {
|
|
13876
13880
|
"use strict";
|
|
13877
13881
|
var { promisify } = require("util");
|
|
13878
13882
|
var path = require("path");
|
|
@@ -14247,9 +14251,9 @@ var require_error2 = __commonJS({
|
|
|
14247
14251
|
}
|
|
14248
14252
|
});
|
|
14249
14253
|
|
|
14250
|
-
//
|
|
14254
|
+
// ../../node_modules/qs/lib/utils.js
|
|
14251
14255
|
var require_utils5 = __commonJS({
|
|
14252
|
-
"
|
|
14256
|
+
"../../node_modules/qs/lib/utils.js"(exports2, module2) {
|
|
14253
14257
|
"use strict";
|
|
14254
14258
|
var has = Object.prototype.hasOwnProperty;
|
|
14255
14259
|
var isArray = Array.isArray;
|
|
@@ -14429,9 +14433,9 @@ var require_utils5 = __commonJS({
|
|
|
14429
14433
|
}
|
|
14430
14434
|
});
|
|
14431
14435
|
|
|
14432
|
-
//
|
|
14436
|
+
// ../../node_modules/qs/lib/formats.js
|
|
14433
14437
|
var require_formats = __commonJS({
|
|
14434
|
-
"
|
|
14438
|
+
"../../node_modules/qs/lib/formats.js"(exports2, module2) {
|
|
14435
14439
|
"use strict";
|
|
14436
14440
|
var replace = String.prototype.replace;
|
|
14437
14441
|
var percentTwenties = /%20/g;
|
|
@@ -14451,9 +14455,9 @@ var require_formats = __commonJS({
|
|
|
14451
14455
|
}
|
|
14452
14456
|
});
|
|
14453
14457
|
|
|
14454
|
-
//
|
|
14458
|
+
// ../../node_modules/qs/lib/stringify.js
|
|
14455
14459
|
var require_stringify = __commonJS({
|
|
14456
|
-
"
|
|
14460
|
+
"../../node_modules/qs/lib/stringify.js"(exports2, module2) {
|
|
14457
14461
|
"use strict";
|
|
14458
14462
|
var utils = require_utils5();
|
|
14459
14463
|
var formats = require_formats();
|
|
@@ -14631,9 +14635,9 @@ var require_stringify = __commonJS({
|
|
|
14631
14635
|
}
|
|
14632
14636
|
});
|
|
14633
14637
|
|
|
14634
|
-
//
|
|
14638
|
+
// ../../node_modules/qs/lib/parse.js
|
|
14635
14639
|
var require_parse = __commonJS({
|
|
14636
|
-
"
|
|
14640
|
+
"../../node_modules/qs/lib/parse.js"(exports2, module2) {
|
|
14637
14641
|
"use strict";
|
|
14638
14642
|
var utils = require_utils5();
|
|
14639
14643
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -14815,9 +14819,9 @@ var require_parse = __commonJS({
|
|
|
14815
14819
|
}
|
|
14816
14820
|
});
|
|
14817
14821
|
|
|
14818
|
-
//
|
|
14822
|
+
// ../../node_modules/qs/lib/index.js
|
|
14819
14823
|
var require_lib = __commonJS({
|
|
14820
|
-
"
|
|
14824
|
+
"../../node_modules/qs/lib/index.js"(exports2, module2) {
|
|
14821
14825
|
"use strict";
|
|
14822
14826
|
var stringify2 = require_stringify();
|
|
14823
14827
|
var parse3 = require_parse();
|
|
@@ -29806,7 +29810,7 @@ var require_connection = __commonJS({
|
|
|
29806
29810
|
var connectWithReentranceTicket_1 = require_connectWithReentranceTicket();
|
|
29807
29811
|
var detect_content_type_1 = __importDefault(require_lib2());
|
|
29808
29812
|
exports2.SAP_CLIENT = "sap-client";
|
|
29809
|
-
async function connectWithBasicAuth({ target, credentials, autoAddTrailingSlash = true, timeout, ignoreCertError = false, logger = console }) {
|
|
29813
|
+
async function connectWithBasicAuth({ target, credentials, autoAddTrailingSlash = true, timeout, ignoreCertError = false, logger = console, disableSAML = false }) {
|
|
29810
29814
|
var _a2;
|
|
29811
29815
|
const url = new url_1.URL(target.service, target.url).toString();
|
|
29812
29816
|
const hasCredentials = !!((_a2 = credentials == null ? void 0 : credentials.username) == null ? void 0 : _a2.length);
|
|
@@ -29838,7 +29842,7 @@ var require_connection = __commonJS({
|
|
|
29838
29842
|
config2.params[exports2.SAP_CLIENT] = target.client;
|
|
29839
29843
|
}
|
|
29840
29844
|
const isTargetDestOnAppStudio = ux_common_utils_1.isAppStudio() && target.destination;
|
|
29841
|
-
if (isTargetDestOnAppStudio) {
|
|
29845
|
+
if (isTargetDestOnAppStudio || disableSAML) {
|
|
29842
29846
|
config2.params.saml2 = "disabled";
|
|
29843
29847
|
}
|
|
29844
29848
|
const urlPath = !(url == null ? void 0 : url.endsWith("/")) && autoAddTrailingSlash ? `${url}/` : url;
|
|
@@ -29894,7 +29898,7 @@ var require_connection = __commonJS({
|
|
|
29894
29898
|
function isSamlLogonNeeded(response) {
|
|
29895
29899
|
return (response == null ? void 0 : response.status) === 200 && isHtmlResponse(response) && typeof response.data === "string" && !!response.data.match(/saml/i);
|
|
29896
29900
|
}
|
|
29897
|
-
async function connect({ target, credentials, log: log3, autoAddTrailingSlash = true, timeout, ignoreCertError = false, postConnectionCallback }) {
|
|
29901
|
+
async function connect({ target, credentials, log: log3, autoAddTrailingSlash = true, timeout, ignoreCertError = false, postConnectionCallback, disableSAML = false }) {
|
|
29898
29902
|
const targetAuthType = target.authenticationType;
|
|
29899
29903
|
if (targetAuthType === config_1.AuthenticationType.OAuth2RefreshToken) {
|
|
29900
29904
|
return uaaOauth_1.connectUsingUaa({ target, credentials, log: log3, postConnectionCallback });
|
|
@@ -29909,7 +29913,8 @@ var require_connection = __commonJS({
|
|
|
29909
29913
|
autoAddTrailingSlash,
|
|
29910
29914
|
timeout,
|
|
29911
29915
|
ignoreCertError,
|
|
29912
|
-
logger: log3
|
|
29916
|
+
logger: log3,
|
|
29917
|
+
disableSAML
|
|
29913
29918
|
});
|
|
29914
29919
|
}
|
|
29915
29920
|
}
|
|
@@ -29932,7 +29937,7 @@ var require_httpClient = __commonJS({
|
|
|
29932
29937
|
var connection_1 = require_connection();
|
|
29933
29938
|
var https_1 = __importDefault(require("https"));
|
|
29934
29939
|
var url_1 = require("url");
|
|
29935
|
-
async function newHttpClient({ system, credentials, log: log3, existingConnection, autoAddTrailingSlash = true, timeout, ignoreCertError, postConnectionCallback }) {
|
|
29940
|
+
async function newHttpClient({ system, credentials, log: log3, existingConnection, autoAddTrailingSlash = true, timeout, ignoreCertError, postConnectionCallback, disableSAML = false }) {
|
|
29936
29941
|
const connection = existingConnection || await connection_1.connect({
|
|
29937
29942
|
target: system,
|
|
29938
29943
|
credentials,
|
|
@@ -29940,7 +29945,8 @@ var require_httpClient = __commonJS({
|
|
|
29940
29945
|
autoAddTrailingSlash,
|
|
29941
29946
|
timeout,
|
|
29942
29947
|
ignoreCertError,
|
|
29943
|
-
postConnectionCallback
|
|
29948
|
+
postConnectionCallback,
|
|
29949
|
+
disableSAML
|
|
29944
29950
|
});
|
|
29945
29951
|
const headers = {
|
|
29946
29952
|
Cookie: connection.cookies.toString()
|
|
@@ -32518,6 +32524,7 @@ var require_utils8 = __commonJS({
|
|
|
32518
32524
|
if (!isImportedSystem) {
|
|
32519
32525
|
sapSystem.name = system.name || "";
|
|
32520
32526
|
sapSystem.setCredentials(creds);
|
|
32527
|
+
sapSystem.setUserDisplayName(creds.username);
|
|
32521
32528
|
}
|
|
32522
32529
|
} else {
|
|
32523
32530
|
sapSystem = __1.newSapSystem(system.name || "", system.url, system.client, creds, true);
|
|
@@ -32596,7 +32603,7 @@ var require_oDataClient = __commonJS({
|
|
|
32596
32603
|
var utils_1 = require_utils8();
|
|
32597
32604
|
var error_1 = require_error();
|
|
32598
32605
|
var ODataClient = class {
|
|
32599
|
-
constructor({ system, credentials = void 0, log: log3 = console, connection = void 0, autoAddTrailingSlash = true, timeout, ignoreCertError, postConnectionCallback }) {
|
|
32606
|
+
constructor({ system, credentials = void 0, log: log3 = console, connection = void 0, autoAddTrailingSlash = true, timeout, ignoreCertError, postConnectionCallback, disableSAML = false }) {
|
|
32600
32607
|
this.autoAddTrailingSlash = true;
|
|
32601
32608
|
this.system = system;
|
|
32602
32609
|
this.credentials = credentials;
|
|
@@ -32606,6 +32613,7 @@ var require_oDataClient = __commonJS({
|
|
|
32606
32613
|
this.timeout = timeout;
|
|
32607
32614
|
this.ignoreCertError = ignoreCertError;
|
|
32608
32615
|
this.postConnectionCallback = postConnectionCallback;
|
|
32616
|
+
this.disableSAML = disableSAML;
|
|
32609
32617
|
if (system && patchTls_1.TlsPatch.isPatchRequired(system.url)) {
|
|
32610
32618
|
patchTls_1.TlsPatch.apply();
|
|
32611
32619
|
}
|
|
@@ -32637,7 +32645,8 @@ var require_oDataClient = __commonJS({
|
|
|
32637
32645
|
timeout: this.timeout,
|
|
32638
32646
|
ignoreCertError: this.ignoreCertError,
|
|
32639
32647
|
updateUserInfo: this.updateUserInfo,
|
|
32640
|
-
postConnectionCallback: this.postConnectionCallback
|
|
32648
|
+
postConnectionCallback: this.postConnectionCallback,
|
|
32649
|
+
disableSAML: this.disableSAML
|
|
32641
32650
|
});
|
|
32642
32651
|
this.connection = connection;
|
|
32643
32652
|
this.client = httpClient;
|
|
@@ -32650,10 +32659,15 @@ var require_oDataClient = __commonJS({
|
|
|
32650
32659
|
}
|
|
32651
32660
|
return this.connection;
|
|
32652
32661
|
}
|
|
32653
|
-
async metadata() {
|
|
32662
|
+
async metadata(filterReferenceUriInEdmx = true) {
|
|
32654
32663
|
var _a2;
|
|
32655
32664
|
const metadataPath = ((_a2 = this.system.service) == null ? void 0 : _a2.endsWith("/")) ? "$metadata" : "/$metadata";
|
|
32656
|
-
|
|
32665
|
+
const edmx = await this.get(metadataPath, { Accept: "application/xml" });
|
|
32666
|
+
try {
|
|
32667
|
+
return filterReferenceUriInEdmx ? ux_common_utils_1.filterReferenceUri(edmx) : edmx;
|
|
32668
|
+
} catch {
|
|
32669
|
+
return edmx;
|
|
32670
|
+
}
|
|
32657
32671
|
}
|
|
32658
32672
|
async get(path, headers) {
|
|
32659
32673
|
var _a2, _b, _c;
|
|
@@ -52181,7 +52195,7 @@ var require_package6 = __commonJS({
|
|
|
52181
52195
|
"../lib/telemetry/dist/package.json"(exports2, module2) {
|
|
52182
52196
|
module2.exports = {
|
|
52183
52197
|
name: "@sap/ux-telemetry",
|
|
52184
|
-
version: "1.
|
|
52198
|
+
version: "1.8.0",
|
|
52185
52199
|
description: "SAP Fiori tools telemetry library",
|
|
52186
52200
|
main: "dist/src/index.js",
|
|
52187
52201
|
author: "SAP SE",
|
|
@@ -52194,7 +52208,7 @@ var require_package6 = __commonJS({
|
|
|
52194
52208
|
"clean:dist": "rimraf ./dist ./generators *.tsbuildinfo",
|
|
52195
52209
|
clean: "rimraf ./reports",
|
|
52196
52210
|
build: "ts-node ./build-script/ && yarn run clean && tsc --build ./",
|
|
52197
|
-
test: "jest --maxWorkers=1 --ci --forceExit --detectOpenHandles",
|
|
52211
|
+
test: "cross-env SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY=false jest --maxWorkers=1 --ci --forceExit --detectOpenHandles",
|
|
52198
52212
|
lint: "eslint . --ext .ts",
|
|
52199
52213
|
"lint:summary": "eslint . --ext .ts -f summary",
|
|
52200
52214
|
"lint:fix": "eslint --fix",
|
|
@@ -52206,10 +52220,10 @@ var require_package6 = __commonJS({
|
|
|
52206
52220
|
},
|
|
52207
52221
|
dependencies: {
|
|
52208
52222
|
"@sap-ux/store": "0.3.0",
|
|
52209
|
-
"@sap/ux-cds": "1.
|
|
52210
|
-
"@sap/ux-common-utils": "1.
|
|
52211
|
-
"@sap/ux-feature-toggle": "1.
|
|
52212
|
-
"@sap/ux-project-access": "1.
|
|
52223
|
+
"@sap/ux-cds": "1.8.0",
|
|
52224
|
+
"@sap/ux-common-utils": "1.8.0",
|
|
52225
|
+
"@sap/ux-feature-toggle": "1.8.0",
|
|
52226
|
+
"@sap/ux-project-access": "1.8.0",
|
|
52213
52227
|
applicationinsights: "1.4.1",
|
|
52214
52228
|
"performance-now": "2.1.0",
|
|
52215
52229
|
yaml: "2.0.0-10"
|
|
@@ -52339,8 +52353,12 @@ var require_reporting = __commonJS({
|
|
|
52339
52353
|
});
|
|
52340
52354
|
return parsedStack;
|
|
52341
52355
|
};
|
|
52342
|
-
var reportingTelemetryClient
|
|
52343
|
-
|
|
52356
|
+
var reportingTelemetryClient;
|
|
52357
|
+
var _a2;
|
|
52358
|
+
if (((_a2 = process.env.SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY) == null ? void 0 : _a2.trim()) !== "true") {
|
|
52359
|
+
reportingTelemetryClient = new appInsights.TelemetryClient(telemetryPackageJSON.azureInstrumentationKey);
|
|
52360
|
+
telemetryClientConfig_1.configAzureTelemetryClient(reportingTelemetryClient);
|
|
52361
|
+
}
|
|
52344
52362
|
var reportRuntimeError = (error3) => {
|
|
52345
52363
|
const properties = { message: error3.message };
|
|
52346
52364
|
if (error3.stack) {
|
|
@@ -52484,8 +52502,11 @@ var require_system3 = __commonJS({
|
|
|
52484
52502
|
patterns: ["generators", "project-generator", "deployment-generator", "ux-ui5-tooling", "generator-common"]
|
|
52485
52503
|
}
|
|
52486
52504
|
];
|
|
52505
|
+
var _a2;
|
|
52487
52506
|
try {
|
|
52488
|
-
|
|
52507
|
+
if (((_a2 = process.env.SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY) == null ? void 0 : _a2.trim()) !== "true") {
|
|
52508
|
+
TelemetrySystem.init();
|
|
52509
|
+
}
|
|
52489
52510
|
} catch (err) {
|
|
52490
52511
|
reporting_1.reportRuntimeError(err);
|
|
52491
52512
|
}
|
|
@@ -70479,9 +70500,9 @@ var require_console = __commonJS({
|
|
|
70479
70500
|
}
|
|
70480
70501
|
});
|
|
70481
70502
|
|
|
70482
|
-
// ../../node_modules/
|
|
70503
|
+
// ../../node_modules/async/internal/isArrayLike.js
|
|
70483
70504
|
var require_isArrayLike2 = __commonJS({
|
|
70484
|
-
"../../node_modules/
|
|
70505
|
+
"../../node_modules/async/internal/isArrayLike.js"(exports2, module2) {
|
|
70485
70506
|
"use strict";
|
|
70486
70507
|
Object.defineProperty(exports2, "__esModule", {
|
|
70487
70508
|
value: true
|
|
@@ -70494,9 +70515,9 @@ var require_isArrayLike2 = __commonJS({
|
|
|
70494
70515
|
}
|
|
70495
70516
|
});
|
|
70496
70517
|
|
|
70497
|
-
// ../../node_modules/
|
|
70518
|
+
// ../../node_modules/async/internal/initialParams.js
|
|
70498
70519
|
var require_initialParams = __commonJS({
|
|
70499
|
-
"../../node_modules/
|
|
70520
|
+
"../../node_modules/async/internal/initialParams.js"(exports2, module2) {
|
|
70500
70521
|
"use strict";
|
|
70501
70522
|
Object.defineProperty(exports2, "__esModule", {
|
|
70502
70523
|
value: true
|
|
@@ -70511,9 +70532,9 @@ var require_initialParams = __commonJS({
|
|
|
70511
70532
|
}
|
|
70512
70533
|
});
|
|
70513
70534
|
|
|
70514
|
-
// ../../node_modules/
|
|
70535
|
+
// ../../node_modules/async/internal/setImmediate.js
|
|
70515
70536
|
var require_setImmediate = __commonJS({
|
|
70516
|
-
"../../node_modules/
|
|
70537
|
+
"../../node_modules/async/internal/setImmediate.js"(exports2) {
|
|
70517
70538
|
"use strict";
|
|
70518
70539
|
Object.defineProperty(exports2, "__esModule", {
|
|
70519
70540
|
value: true
|
|
@@ -70543,9 +70564,9 @@ var require_setImmediate = __commonJS({
|
|
|
70543
70564
|
}
|
|
70544
70565
|
});
|
|
70545
70566
|
|
|
70546
|
-
// ../../node_modules/
|
|
70567
|
+
// ../../node_modules/async/asyncify.js
|
|
70547
70568
|
var require_asyncify = __commonJS({
|
|
70548
|
-
"../../node_modules/
|
|
70569
|
+
"../../node_modules/async/asyncify.js"(exports2, module2) {
|
|
70549
70570
|
"use strict";
|
|
70550
70571
|
Object.defineProperty(exports2, "__esModule", {
|
|
70551
70572
|
value: true
|
|
@@ -70601,9 +70622,9 @@ var require_asyncify = __commonJS({
|
|
|
70601
70622
|
}
|
|
70602
70623
|
});
|
|
70603
70624
|
|
|
70604
|
-
// ../../node_modules/
|
|
70625
|
+
// ../../node_modules/async/internal/wrapAsync.js
|
|
70605
70626
|
var require_wrapAsync = __commonJS({
|
|
70606
|
-
"../../node_modules/
|
|
70627
|
+
"../../node_modules/async/internal/wrapAsync.js"(exports2) {
|
|
70607
70628
|
"use strict";
|
|
70608
70629
|
Object.defineProperty(exports2, "__esModule", {
|
|
70609
70630
|
value: true
|
|
@@ -70635,9 +70656,9 @@ var require_wrapAsync = __commonJS({
|
|
|
70635
70656
|
}
|
|
70636
70657
|
});
|
|
70637
70658
|
|
|
70638
|
-
// ../../node_modules/
|
|
70659
|
+
// ../../node_modules/async/internal/awaitify.js
|
|
70639
70660
|
var require_awaitify = __commonJS({
|
|
70640
|
-
"../../node_modules/
|
|
70661
|
+
"../../node_modules/async/internal/awaitify.js"(exports2, module2) {
|
|
70641
70662
|
"use strict";
|
|
70642
70663
|
Object.defineProperty(exports2, "__esModule", {
|
|
70643
70664
|
value: true
|
|
@@ -70665,9 +70686,9 @@ var require_awaitify = __commonJS({
|
|
|
70665
70686
|
}
|
|
70666
70687
|
});
|
|
70667
70688
|
|
|
70668
|
-
// ../../node_modules/
|
|
70689
|
+
// ../../node_modules/async/internal/parallel.js
|
|
70669
70690
|
var require_parallel = __commonJS({
|
|
70670
|
-
"../../node_modules/
|
|
70691
|
+
"../../node_modules/async/internal/parallel.js"(exports2, module2) {
|
|
70671
70692
|
"use strict";
|
|
70672
70693
|
Object.defineProperty(exports2, "__esModule", {
|
|
70673
70694
|
value: true
|
|
@@ -70697,9 +70718,9 @@ var require_parallel = __commonJS({
|
|
|
70697
70718
|
}
|
|
70698
70719
|
});
|
|
70699
70720
|
|
|
70700
|
-
// ../../node_modules/
|
|
70721
|
+
// ../../node_modules/async/internal/once.js
|
|
70701
70722
|
var require_once = __commonJS({
|
|
70702
|
-
"../../node_modules/
|
|
70723
|
+
"../../node_modules/async/internal/once.js"(exports2, module2) {
|
|
70703
70724
|
"use strict";
|
|
70704
70725
|
Object.defineProperty(exports2, "__esModule", {
|
|
70705
70726
|
value: true
|
|
@@ -70720,9 +70741,9 @@ var require_once = __commonJS({
|
|
|
70720
70741
|
}
|
|
70721
70742
|
});
|
|
70722
70743
|
|
|
70723
|
-
// ../../node_modules/
|
|
70744
|
+
// ../../node_modules/async/internal/getIterator.js
|
|
70724
70745
|
var require_getIterator = __commonJS({
|
|
70725
|
-
"../../node_modules/
|
|
70746
|
+
"../../node_modules/async/internal/getIterator.js"(exports2, module2) {
|
|
70726
70747
|
"use strict";
|
|
70727
70748
|
Object.defineProperty(exports2, "__esModule", {
|
|
70728
70749
|
value: true
|
|
@@ -70734,9 +70755,9 @@ var require_getIterator = __commonJS({
|
|
|
70734
70755
|
}
|
|
70735
70756
|
});
|
|
70736
70757
|
|
|
70737
|
-
// ../../node_modules/
|
|
70758
|
+
// ../../node_modules/async/internal/iterator.js
|
|
70738
70759
|
var require_iterator2 = __commonJS({
|
|
70739
|
-
"../../node_modules/
|
|
70760
|
+
"../../node_modules/async/internal/iterator.js"(exports2, module2) {
|
|
70740
70761
|
"use strict";
|
|
70741
70762
|
Object.defineProperty(exports2, "__esModule", {
|
|
70742
70763
|
value: true
|
|
@@ -70789,9 +70810,9 @@ var require_iterator2 = __commonJS({
|
|
|
70789
70810
|
}
|
|
70790
70811
|
});
|
|
70791
70812
|
|
|
70792
|
-
// ../../node_modules/
|
|
70813
|
+
// ../../node_modules/async/internal/onlyOnce.js
|
|
70793
70814
|
var require_onlyOnce = __commonJS({
|
|
70794
|
-
"../../node_modules/
|
|
70815
|
+
"../../node_modules/async/internal/onlyOnce.js"(exports2, module2) {
|
|
70795
70816
|
"use strict";
|
|
70796
70817
|
Object.defineProperty(exports2, "__esModule", {
|
|
70797
70818
|
value: true
|
|
@@ -70810,9 +70831,9 @@ var require_onlyOnce = __commonJS({
|
|
|
70810
70831
|
}
|
|
70811
70832
|
});
|
|
70812
70833
|
|
|
70813
|
-
// ../../node_modules/
|
|
70834
|
+
// ../../node_modules/async/internal/breakLoop.js
|
|
70814
70835
|
var require_breakLoop = __commonJS({
|
|
70815
|
-
"../../node_modules/
|
|
70836
|
+
"../../node_modules/async/internal/breakLoop.js"(exports2, module2) {
|
|
70816
70837
|
"use strict";
|
|
70817
70838
|
Object.defineProperty(exports2, "__esModule", {
|
|
70818
70839
|
value: true
|
|
@@ -70823,9 +70844,9 @@ var require_breakLoop = __commonJS({
|
|
|
70823
70844
|
}
|
|
70824
70845
|
});
|
|
70825
70846
|
|
|
70826
|
-
// ../../node_modules/
|
|
70847
|
+
// ../../node_modules/async/internal/asyncEachOfLimit.js
|
|
70827
70848
|
var require_asyncEachOfLimit = __commonJS({
|
|
70828
|
-
"../../node_modules/
|
|
70849
|
+
"../../node_modules/async/internal/asyncEachOfLimit.js"(exports2, module2) {
|
|
70829
70850
|
"use strict";
|
|
70830
70851
|
Object.defineProperty(exports2, "__esModule", {
|
|
70831
70852
|
value: true
|
|
@@ -70893,9 +70914,9 @@ var require_asyncEachOfLimit = __commonJS({
|
|
|
70893
70914
|
}
|
|
70894
70915
|
});
|
|
70895
70916
|
|
|
70896
|
-
// ../../node_modules/
|
|
70917
|
+
// ../../node_modules/async/internal/eachOfLimit.js
|
|
70897
70918
|
var require_eachOfLimit = __commonJS({
|
|
70898
|
-
"../../node_modules/
|
|
70919
|
+
"../../node_modules/async/internal/eachOfLimit.js"(exports2, module2) {
|
|
70899
70920
|
"use strict";
|
|
70900
70921
|
Object.defineProperty(exports2, "__esModule", {
|
|
70901
70922
|
value: true
|
|
@@ -70974,9 +70995,9 @@ var require_eachOfLimit = __commonJS({
|
|
|
70974
70995
|
}
|
|
70975
70996
|
});
|
|
70976
70997
|
|
|
70977
|
-
// ../../node_modules/
|
|
70998
|
+
// ../../node_modules/async/eachOfLimit.js
|
|
70978
70999
|
var require_eachOfLimit2 = __commonJS({
|
|
70979
|
-
"../../node_modules/
|
|
71000
|
+
"../../node_modules/async/eachOfLimit.js"(exports2, module2) {
|
|
70980
71001
|
"use strict";
|
|
70981
71002
|
Object.defineProperty(exports2, "__esModule", {
|
|
70982
71003
|
value: true
|
|
@@ -70998,9 +71019,9 @@ var require_eachOfLimit2 = __commonJS({
|
|
|
70998
71019
|
}
|
|
70999
71020
|
});
|
|
71000
71021
|
|
|
71001
|
-
// ../../node_modules/
|
|
71022
|
+
// ../../node_modules/async/eachOfSeries.js
|
|
71002
71023
|
var require_eachOfSeries = __commonJS({
|
|
71003
|
-
"../../node_modules/
|
|
71024
|
+
"../../node_modules/async/eachOfSeries.js"(exports2, module2) {
|
|
71004
71025
|
"use strict";
|
|
71005
71026
|
Object.defineProperty(exports2, "__esModule", {
|
|
71006
71027
|
value: true
|
|
@@ -71020,9 +71041,9 @@ var require_eachOfSeries = __commonJS({
|
|
|
71020
71041
|
}
|
|
71021
71042
|
});
|
|
71022
71043
|
|
|
71023
|
-
// ../../node_modules/
|
|
71044
|
+
// ../../node_modules/async/series.js
|
|
71024
71045
|
var require_series = __commonJS({
|
|
71025
|
-
"../../node_modules/
|
|
71046
|
+
"../../node_modules/async/series.js"(exports2, module2) {
|
|
71026
71047
|
"use strict";
|
|
71027
71048
|
Object.defineProperty(exports2, "__esModule", {
|
|
71028
71049
|
value: true
|
|
@@ -76455,9 +76476,9 @@ var require_config3 = __commonJS({
|
|
|
76455
76476
|
}
|
|
76456
76477
|
});
|
|
76457
76478
|
|
|
76458
|
-
// ../../node_modules/
|
|
76479
|
+
// ../../node_modules/async/eachOf.js
|
|
76459
76480
|
var require_eachOf = __commonJS({
|
|
76460
|
-
"../../node_modules/
|
|
76481
|
+
"../../node_modules/async/eachOf.js"(exports2, module2) {
|
|
76461
76482
|
"use strict";
|
|
76462
76483
|
Object.defineProperty(exports2, "__esModule", {
|
|
76463
76484
|
value: true
|
|
@@ -76513,9 +76534,9 @@ var require_eachOf = __commonJS({
|
|
|
76513
76534
|
}
|
|
76514
76535
|
});
|
|
76515
76536
|
|
|
76516
|
-
// ../../node_modules/
|
|
76537
|
+
// ../../node_modules/async/internal/withoutIndex.js
|
|
76517
76538
|
var require_withoutIndex = __commonJS({
|
|
76518
|
-
"../../node_modules/
|
|
76539
|
+
"../../node_modules/async/internal/withoutIndex.js"(exports2, module2) {
|
|
76519
76540
|
"use strict";
|
|
76520
76541
|
Object.defineProperty(exports2, "__esModule", {
|
|
76521
76542
|
value: true
|
|
@@ -76528,9 +76549,9 @@ var require_withoutIndex = __commonJS({
|
|
|
76528
76549
|
}
|
|
76529
76550
|
});
|
|
76530
76551
|
|
|
76531
|
-
// ../../node_modules/
|
|
76552
|
+
// ../../node_modules/async/forEach.js
|
|
76532
76553
|
var require_forEach = __commonJS({
|
|
76533
|
-
"../../node_modules/
|
|
76554
|
+
"../../node_modules/async/forEach.js"(exports2, module2) {
|
|
76534
76555
|
"use strict";
|
|
76535
76556
|
Object.defineProperty(exports2, "__esModule", {
|
|
76536
76557
|
value: true
|