diff --git a/dist/index.js b/dist/index.js index 2369630..8ee0e76 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,26 +1,8 @@ /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ -/***/ 283: -/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { - -/******/ (() => { // webpackBootstrap -/******/ var __webpack_modules__ = ({ - -/***/ 647: -/***/ ((module, __unused_webpack_exports, __nccwpck_require2_) => { - -/******/ (() => { // webpackBootstrap -/******/ var __webpack_modules__ = ({ - -/***/ 647: -/***/ ((module, __unused_webpack_exports, __nccwpck_require3_) => { - -/******/ (() => { // webpackBootstrap -/******/ var __webpack_modules__ = ({ - -/***/ 2690: -/***/ (function(__unused_webpack_module, exports, __nccwpck_require4_) { +/***/ 7351: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -45,8 +27,8 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.issue = exports.issueCommand = void 0; -const os = __importStar(__nccwpck_require4_(2037)); -const utils_1 = __nccwpck_require4_(353); +const os = __importStar(__nccwpck_require__(2037)); +const utils_1 = __nccwpck_require__(5278); /** * Commands * @@ -118,8 +100,8 @@ function escapeProperty(s) { /***/ }), -/***/ 9935: -/***/ (function(__unused_webpack_module, exports, __nccwpck_require4_) { +/***/ 2186: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -153,13 +135,13 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getIDToken = exports.getState = exports.saveState = exports.group = exports.endGroup = exports.startGroup = exports.info = exports.notice = exports.warning = exports.error = exports.debug = exports.isDebug = exports.setFailed = exports.setCommandEcho = exports.setOutput = exports.getBooleanInput = exports.getMultilineInput = exports.getInput = exports.addPath = exports.setSecret = exports.exportVariable = exports.ExitCode = void 0; -const command_1 = __nccwpck_require4_(2690); -const file_command_1 = __nccwpck_require4_(5898); -const utils_1 = __nccwpck_require4_(353); -const os = __importStar(__nccwpck_require4_(2037)); -const path = __importStar(__nccwpck_require4_(1017)); -const uuid_1 = __nccwpck_require4_(1368); -const oidc_utils_1 = __nccwpck_require4_(7901); +const command_1 = __nccwpck_require__(7351); +const file_command_1 = __nccwpck_require__(717); +const utils_1 = __nccwpck_require__(5278); +const os = __importStar(__nccwpck_require__(2037)); +const path = __importStar(__nccwpck_require__(1017)); +const uuid_1 = __nccwpck_require__(5840); +const oidc_utils_1 = __nccwpck_require__(8041); /** * The code to exit an action */ @@ -444,17 +426,17 @@ exports.getIDToken = getIDToken; /** * Summary exports */ -var summary_1 = __nccwpck_require4_(9050); +var summary_1 = __nccwpck_require__(1327); Object.defineProperty(exports, "summary", ({ enumerable: true, get: function () { return summary_1.summary; } })); /** * @deprecated use core.summary */ -var summary_2 = __nccwpck_require4_(9050); +var summary_2 = __nccwpck_require__(1327); Object.defineProperty(exports, "markdownSummary", ({ enumerable: true, get: function () { return summary_2.markdownSummary; } })); /** * Path exports */ -var path_utils_1 = __nccwpck_require4_(1341); +var path_utils_1 = __nccwpck_require__(2981); Object.defineProperty(exports, "toPosixPath", ({ enumerable: true, get: function () { return path_utils_1.toPosixPath; } })); Object.defineProperty(exports, "toWin32Path", ({ enumerable: true, get: function () { return path_utils_1.toWin32Path; } })); Object.defineProperty(exports, "toPlatformPath", ({ enumerable: true, get: function () { return path_utils_1.toPlatformPath; } })); @@ -462,8 +444,8 @@ Object.defineProperty(exports, "toPlatformPath", ({ enumerable: true, get: funct /***/ }), -/***/ 5898: -/***/ (function(__unused_webpack_module, exports, __nccwpck_require4_) { +/***/ 717: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -491,9 +473,9 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.issueCommand = void 0; // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ -const fs = __importStar(__nccwpck_require4_(7147)); -const os = __importStar(__nccwpck_require4_(2037)); -const utils_1 = __nccwpck_require4_(353); +const fs = __importStar(__nccwpck_require__(7147)); +const os = __importStar(__nccwpck_require__(2037)); +const utils_1 = __nccwpck_require__(5278); function issueCommand(command, message) { const filePath = process.env[`GITHUB_${command}`]; if (!filePath) { @@ -511,8 +493,8 @@ exports.issueCommand = issueCommand; /***/ }), -/***/ 7901: -/***/ (function(__unused_webpack_module, exports, __nccwpck_require4_) { +/***/ 8041: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -527,9 +509,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.OidcClient = void 0; -const http_client_1 = __nccwpck_require4_(3658); -const auth_1 = __nccwpck_require4_(2660); -const core_1 = __nccwpck_require4_(9935); +const http_client_1 = __nccwpck_require__(6255); +const auth_1 = __nccwpck_require__(5526); +const core_1 = __nccwpck_require__(2186); class OidcClient { static createHttpClient(allowRetry = true, maxRetry = 10) { const requestOptions = { @@ -595,8 +577,8 @@ exports.OidcClient = OidcClient; /***/ }), -/***/ 1341: -/***/ (function(__unused_webpack_module, exports, __nccwpck_require4_) { +/***/ 2981: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -621,7 +603,7 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.toPlatformPath = exports.toWin32Path = exports.toPosixPath = void 0; -const path = __importStar(__nccwpck_require4_(1017)); +const path = __importStar(__nccwpck_require__(1017)); /** * toPosixPath converts the given path to the posix form. On Windows, \\ will be * replaced with /. @@ -660,8 +642,8 @@ exports.toPlatformPath = toPlatformPath; /***/ }), -/***/ 9050: -/***/ (function(__unused_webpack_module, exports, __nccwpck_require4_) { +/***/ 1327: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -676,8 +658,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.summary = exports.markdownSummary = exports.SUMMARY_DOCS_URL = exports.SUMMARY_ENV_VAR = void 0; -const os_1 = __nccwpck_require4_(2037); -const fs_1 = __nccwpck_require4_(7147); +const os_1 = __nccwpck_require__(2037); +const fs_1 = __nccwpck_require__(7147); const { access, appendFile, writeFile } = fs_1.promises; exports.SUMMARY_ENV_VAR = 'GITHUB_STEP_SUMMARY'; exports.SUMMARY_DOCS_URL = 'https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary'; @@ -950,7 +932,7 @@ exports.summary = _summary; /***/ }), -/***/ 353: +/***/ 5278: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -997,7 +979,7 @@ exports.toCommandProperties = toCommandProperties; /***/ }), -/***/ 2660: +/***/ 5526: /***/ (function(__unused_webpack_module, exports) { "use strict"; @@ -1085,8 +1067,8 @@ exports.PersonalAccessTokenCredentialHandler = PersonalAccessTokenCredentialHand /***/ }), -/***/ 3658: -/***/ (function(__unused_webpack_module, exports, __nccwpck_require4_) { +/***/ 6255: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1121,10 +1103,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.HttpClient = exports.isHttps = exports.HttpClientResponse = exports.HttpClientError = exports.getProxyUrl = exports.MediaTypes = exports.Headers = exports.HttpCodes = void 0; -const http = __importStar(__nccwpck_require4_(3685)); -const https = __importStar(__nccwpck_require4_(5687)); -const pm = __importStar(__nccwpck_require4_(9697)); -const tunnel = __importStar(__nccwpck_require4_(8987)); +const http = __importStar(__nccwpck_require__(3685)); +const https = __importStar(__nccwpck_require__(5687)); +const pm = __importStar(__nccwpck_require__(9835)); +const tunnel = __importStar(__nccwpck_require__(4294)); var HttpCodes; (function (HttpCodes) { HttpCodes[HttpCodes["OK"] = 200] = "OK"; @@ -1697,7 +1679,7 @@ const lowercaseKeys = (obj) => Object.keys(obj).reduce((c, k) => ((c[k.toLowerCa /***/ }), -/***/ 9697: +/***/ 9835: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -1765,11 +1747,11 @@ exports.checkBypass = checkBypass; /***/ }), -/***/ 5361: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 8291: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -__nccwpck_require4_(6083); -var AWS = __nccwpck_require4_(4741); +__nccwpck_require__(3639); +var AWS = __nccwpck_require__(8437); var Service = AWS.Service; var apiLoader = AWS.apiLoader; @@ -1777,8 +1759,8 @@ apiLoader.services['cognitoidentity'] = {}; AWS.CognitoIdentity = Service.defineService('cognitoidentity', ['2014-06-30']); Object.defineProperty(apiLoader.services['cognitoidentity'], '2014-06-30', { get: function get() { - var model = __nccwpck_require4_(7377); - model.paginators = (__nccwpck_require4_(5010)/* .pagination */ .o); + var model = __nccwpck_require__(7377); + model.paginators = (__nccwpck_require__(5010)/* .pagination */ .o); return model; }, enumerable: true, @@ -1790,22 +1772,22 @@ module.exports = AWS.CognitoIdentity; /***/ }), -/***/ 4692: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 3256: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -__nccwpck_require4_(6083); -var AWS = __nccwpck_require4_(4741); +__nccwpck_require__(3639); +var AWS = __nccwpck_require__(8437); var Service = AWS.Service; var apiLoader = AWS.apiLoader; apiLoader.services['s3'] = {}; AWS.S3 = Service.defineService('s3', ['2006-03-01']); -__nccwpck_require4_(9880); +__nccwpck_require__(6543); Object.defineProperty(apiLoader.services['s3'], '2006-03-01', { get: function get() { - var model = __nccwpck_require4_(1129); - model.paginators = (__nccwpck_require4_(7265)/* .pagination */ .o); - model.waiters = (__nccwpck_require4_(4048)/* .waiters */ .V); + var model = __nccwpck_require__(1129); + model.paginators = (__nccwpck_require__(7265)/* .pagination */ .o); + model.waiters = (__nccwpck_require__(4048)/* .waiters */ .V); return model; }, enumerable: true, @@ -1817,21 +1799,21 @@ module.exports = AWS.S3; /***/ }), -/***/ 2787: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 7513: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -__nccwpck_require4_(6083); -var AWS = __nccwpck_require4_(4741); +__nccwpck_require__(3639); +var AWS = __nccwpck_require__(8437); var Service = AWS.Service; var apiLoader = AWS.apiLoader; apiLoader.services['sts'] = {}; AWS.STS = Service.defineService('sts', ['2011-06-15']); -__nccwpck_require4_(6889); +__nccwpck_require__(1055); Object.defineProperty(apiLoader.services['sts'], '2011-06-15', { get: function get() { - var model = __nccwpck_require4_(753); - model.paginators = (__nccwpck_require4_(6314)/* .pagination */ .o); + var model = __nccwpck_require__(753); + model.paginators = (__nccwpck_require__(6314)/* .pagination */ .o); return model; }, enumerable: true, @@ -1843,7 +1825,7 @@ module.exports = AWS.STS; /***/ }), -/***/ 8440: +/***/ 2793: /***/ ((module) => { function apiLoader(svc, version) { @@ -1869,12 +1851,12 @@ module.exports = apiLoader; /***/ }), -/***/ 4992: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 8110: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -__nccwpck_require4_(5527); -__nccwpck_require4_(2008); +var AWS = __nccwpck_require__(8437); +__nccwpck_require__(3819); +__nccwpck_require__(6965); var PromisesDependency; /** @@ -2583,10 +2565,10 @@ AWS.config = new AWS.Config(); /***/ }), -/***/ 4872: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 5566: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); /** * @api private */ @@ -2657,13 +2639,13 @@ module.exports = resolveRegionalEndpointsFlag; /***/ }), -/***/ 4741: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 8437: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** * The main AWS namespace */ -var AWS = { util: __nccwpck_require4_(3956) }; +var AWS = { util: __nccwpck_require__(7985) }; /** * @api private @@ -2693,18 +2675,18 @@ AWS.util.update(AWS, { * @api private */ Protocol: { - Json: __nccwpck_require4_(7372), - Query: __nccwpck_require4_(6556), - Rest: __nccwpck_require4_(9008), - RestJson: __nccwpck_require4_(4839), - RestXml: __nccwpck_require4_(8932) + Json: __nccwpck_require__(83), + Query: __nccwpck_require__(761), + Rest: __nccwpck_require__(8200), + RestJson: __nccwpck_require__(5883), + RestXml: __nccwpck_require__(5143) }, /** * @api private */ XML: { - Builder: __nccwpck_require4_(8611), + Builder: __nccwpck_require__(3546), Parser: null // conditionally set based on environment }, @@ -2712,41 +2694,41 @@ AWS.util.update(AWS, { * @api private */ JSON: { - Builder: __nccwpck_require4_(4387), - Parser: __nccwpck_require4_(1039) + Builder: __nccwpck_require__(7495), + Parser: __nccwpck_require__(5474) }, /** * @api private */ Model: { - Api: __nccwpck_require4_(9101), - Operation: __nccwpck_require4_(130), - Shape: __nccwpck_require4_(7478), - Paginator: __nccwpck_require4_(6186), - ResourceWaiter: __nccwpck_require4_(4343) + Api: __nccwpck_require__(7657), + Operation: __nccwpck_require__(8083), + Shape: __nccwpck_require__(1349), + Paginator: __nccwpck_require__(5938), + ResourceWaiter: __nccwpck_require__(1368) }, /** * @api private */ - apiLoader: __nccwpck_require4_(8440), + apiLoader: __nccwpck_require__(2793), /** * @api private */ - EndpointCache: (__nccwpck_require4_(123)/* .EndpointCache */ .$) + EndpointCache: (__nccwpck_require__(6323)/* .EndpointCache */ .$) }); -__nccwpck_require4_(5555); -__nccwpck_require4_(4466); -__nccwpck_require4_(4992); -__nccwpck_require4_(2574); -__nccwpck_require4_(3091); -__nccwpck_require4_(9265); -__nccwpck_require4_(6275); -__nccwpck_require4_(8265); -__nccwpck_require4_(3922); -__nccwpck_require4_(9717); +__nccwpck_require__(5948); +__nccwpck_require__(8903); +__nccwpck_require__(8110); +__nccwpck_require__(1556); +__nccwpck_require__(4995); +__nccwpck_require__(8652); +__nccwpck_require__(8743); +__nccwpck_require__(9925); +__nccwpck_require__(9897); +__nccwpck_require__(9127); /** * @readonly @@ -2773,10 +2755,10 @@ AWS.util.memoizedProperty(AWS, 'endpointCache', function() { /***/ }), -/***/ 5527: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 3819: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); /** * Represents your AWS security credentials, specifically the @@ -3026,11 +3008,11 @@ AWS.util.addPromises(AWS.Credentials); /***/ }), -/***/ 6684: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 7083: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var STS = __nccwpck_require4_(2787); +var AWS = __nccwpck_require__(8437); +var STS = __nccwpck_require__(7513); /** * Represents temporary credentials retrieved from {AWS.STS}. Without any @@ -3233,12 +3215,12 @@ AWS.ChainableTemporaryCredentials = AWS.util.inherit(AWS.Credentials, { /***/ }), -/***/ 5263: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 3498: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var CognitoIdentity = __nccwpck_require4_(5361); -var STS = __nccwpck_require4_(2787); +var AWS = __nccwpck_require__(8437); +var CognitoIdentity = __nccwpck_require__(8291); +var STS = __nccwpck_require__(7513); /** * Represents credentials retrieved from STS Web Identity Federation using @@ -3625,10 +3607,10 @@ AWS.CognitoIdentityCredentials = AWS.util.inherit(AWS.Credentials, { /***/ }), -/***/ 2008: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 6965: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); /** * Creates a credential provider chain that searches for AWS credentials @@ -3812,11 +3794,11 @@ AWS.util.addPromises(AWS.CredentialProviderChain); /***/ }), -/***/ 8712: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 3379: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -__nccwpck_require4_(2803); +var AWS = __nccwpck_require__(8437); +__nccwpck_require__(5768); /** * Represents credentials received from the metadata service on an EC2 instance. @@ -3983,10 +3965,10 @@ AWS.EC2MetadataCredentials = AWS.util.inherit(AWS.Credentials, { /***/ }), -/***/ 5589: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 645: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); /** * Represents credentials received from relative URI specified in the ECS container. @@ -4018,10 +4000,10 @@ AWS.ECSCredentials = AWS.RemoteCredentials; /***/ }), -/***/ 4925: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 7714: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); /** * Represents credentials from the environment. @@ -4116,10 +4098,10 @@ AWS.EnvironmentCredentials = AWS.util.inherit(AWS.Credentials, { /***/ }), -/***/ 6493: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 7454: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); /** * Represents credentials from a JSON file on disk. @@ -4191,11 +4173,11 @@ AWS.FileSystemCredentials = AWS.util.inherit(AWS.Credentials, { /***/ }), -/***/ 8247: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 371: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var proc = __nccwpck_require4_(2081); +var AWS = __nccwpck_require__(8437); +var proc = __nccwpck_require__(2081); var iniLoader = AWS.util.iniLoader; /** @@ -4363,10 +4345,10 @@ AWS.ProcessCredentials = AWS.util.inherit(AWS.Credentials, { /***/ }), -/***/ 3429: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 8764: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741), +var AWS = __nccwpck_require__(8437), ENV_RELATIVE_URI = 'AWS_CONTAINER_CREDENTIALS_RELATIVE_URI', ENV_FULL_URI = 'AWS_CONTAINER_CREDENTIALS_FULL_URI', ENV_AUTH_TOKEN = 'AWS_CONTAINER_AUTHORIZATION_TOKEN', @@ -4578,11 +4560,11 @@ AWS.RemoteCredentials = AWS.util.inherit(AWS.Credentials, { /***/ }), -/***/ 1937: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 5037: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var STS = __nccwpck_require4_(2787); +var AWS = __nccwpck_require__(8437); +var STS = __nccwpck_require__(7513); /** * Represents credentials retrieved from STS SAML support. @@ -4679,11 +4661,11 @@ AWS.SAMLCredentials = AWS.util.inherit(AWS.Credentials, { /***/ }), -/***/ 1587: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 3754: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var STS = __nccwpck_require4_(2787); +var AWS = __nccwpck_require__(8437); +var STS = __nccwpck_require__(7513); var iniLoader = AWS.util.iniLoader; var ASSUME_ROLE_DEFAULT_REGION = 'us-east-1'; @@ -4968,12 +4950,12 @@ AWS.SharedIniFileCredentials = AWS.util.inherit(AWS.Credentials, { /***/ }), -/***/ 157: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 8335: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var path = __nccwpck_require4_(1017); -var crypto = __nccwpck_require4_(6113); +var AWS = __nccwpck_require__(8437); +var path = __nccwpck_require__(1017); +var crypto = __nccwpck_require__(6113); var iniLoader = AWS.util.iniLoader; /** @@ -5154,11 +5136,11 @@ AWS.SsoCredentials = AWS.util.inherit(AWS.Credentials, { /***/ }), -/***/ 8849: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 7360: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var STS = __nccwpck_require4_(2787); +var AWS = __nccwpck_require__(8437); +var STS = __nccwpck_require__(7513); /** * Represents temporary credentials retrieved from {AWS.STS}. Without any @@ -5290,12 +5272,12 @@ AWS.TemporaryCredentials = AWS.util.inherit(AWS.Credentials, { /***/ }), -/***/ 191: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 4420: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var fs = __nccwpck_require4_(7147); -var STS = __nccwpck_require4_(2787); +var AWS = __nccwpck_require__(8437); +var fs = __nccwpck_require__(7147); +var STS = __nccwpck_require__(7513); var iniLoader = AWS.util.iniLoader; /** @@ -5504,11 +5486,11 @@ AWS.TokenFileWebIdentityCredentials = AWS.util.inherit(AWS.Credentials, { /***/ }), -/***/ 8787: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 4998: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var STS = __nccwpck_require4_(2787); +var AWS = __nccwpck_require__(8437); +var STS = __nccwpck_require__(7513); /** * Represents credentials retrieved from STS Web Identity Federation support. @@ -5626,11 +5608,11 @@ AWS.WebIdentityCredentials = AWS.util.inherit(AWS.Credentials, { /***/ }), -/***/ 9249: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 5313: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var util = __nccwpck_require4_(3956); +var AWS = __nccwpck_require__(8437); +var util = __nccwpck_require__(7985); var endpointDiscoveryEnabledEnvs = ['AWS_ENABLE_ENDPOINT_DISCOVERY', 'AWS_ENDPOINT_DISCOVERY_ENABLED']; /** @@ -6010,11 +5992,11 @@ module.exports = { /***/ }), -/***/ 3000: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 3727: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var eventMessageChunker = (__nccwpck_require4_(291).eventMessageChunker); -var parseEvent = (__nccwpck_require4_(7626).parseEvent); +var eventMessageChunker = (__nccwpck_require__(3630).eventMessageChunker); +var parseEvent = (__nccwpck_require__(2123).parseEvent); function createEventStream(body, parser, model) { var eventMessages = eventMessageChunker(body); @@ -6038,11 +6020,11 @@ module.exports = { /***/ }), -/***/ 7980: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 8518: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var util = (__nccwpck_require4_(4741).util); -var Transform = (__nccwpck_require4_(2781).Transform); +var util = (__nccwpck_require__(8437).util); +var Transform = (__nccwpck_require__(2781).Transform); var allocBuffer = util.buffer.alloc; /** @type {Transform} */ @@ -6166,7 +6148,7 @@ module.exports = { /***/ }), -/***/ 291: +/***/ 3630: /***/ ((module) => { /** @@ -6203,11 +6185,11 @@ module.exports = { /***/ }), -/***/ 1760: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 3773: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var Transform = (__nccwpck_require4_(2781).Transform); -var parseEvent = (__nccwpck_require4_(7626).parseEvent); +var Transform = (__nccwpck_require__(2781).Transform); +var parseEvent = (__nccwpck_require__(2123).parseEvent); /** @type {Transform} */ function EventUnmarshallerStream(options) { @@ -6249,10 +6231,10 @@ module.exports = { /***/ }), -/***/ 6634: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 8583: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var util = (__nccwpck_require4_(4741).util); +var util = (__nccwpck_require__(8437).util); var toBuffer = util.buffer.toBuffer; /** @@ -6349,10 +6331,10 @@ module.exports = { /***/ }), -/***/ 7626: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 2123: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var parseMessage = (__nccwpck_require4_(5539).parseMessage); +var parseMessage = (__nccwpck_require__(866).parseMessage); /** * @@ -6429,12 +6411,12 @@ module.exports = { /***/ }), -/***/ 5539: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 866: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var Int64 = (__nccwpck_require4_(6634).Int64); +var Int64 = (__nccwpck_require__(8583).Int64); -var splitMessage = (__nccwpck_require4_(8797).splitMessage); +var splitMessage = (__nccwpck_require__(1765).splitMessage); var BOOLEAN_TAG = 'boolean'; var BYTE_TAG = 'byte'; @@ -6564,10 +6546,10 @@ module.exports = { /***/ }), -/***/ 8797: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 1765: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var util = (__nccwpck_require4_(4741).util); +var util = (__nccwpck_require__(8437).util); var toBuffer = util.buffer.toBuffer; // All prelude components are unsigned, 32-bit integers @@ -6641,8 +6623,8 @@ module.exports = { /***/ }), -/***/ 8523: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 9643: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** * What is necessary to create an event stream in node? @@ -6651,8 +6633,8 @@ module.exports = { * - event stream model */ -var EventMessageChunkerStream = (__nccwpck_require4_(7980).EventMessageChunkerStream); -var EventUnmarshallerStream = (__nccwpck_require4_(1760).EventUnmarshallerStream); +var EventMessageChunkerStream = (__nccwpck_require__(8518).EventMessageChunkerStream); +var EventUnmarshallerStream = (__nccwpck_require__(3773).EventUnmarshallerStream); function createEventStream(stream, parser, model) { var eventStream = new EventUnmarshallerStream({ @@ -6687,12 +6669,12 @@ module.exports = { /***/ }), -/***/ 3091: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 4995: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var SequentialExecutor = __nccwpck_require4_(5555); -var DISCOVER_ENDPOINT = (__nccwpck_require4_(9249).discoverEndpoint); +var AWS = __nccwpck_require__(8437); +var SequentialExecutor = __nccwpck_require__(5948); +var DISCOVER_ENDPOINT = (__nccwpck_require__(5313).discoverEndpoint); /** * The namespace used to register global event listeners for request building * and sending. @@ -7330,7 +7312,7 @@ AWS.EventListeners = { var inputShape = req.service.api.operations[req.operation].input; censoredParams = filterSensitiveLog(inputShape, req.params); } - var params = (__nccwpck_require4_(3837).inspect)(censoredParams, true, null); + var params = (__nccwpck_require__(3837).inspect)(censoredParams, true, null); var message = ''; if (ansi) message += '\x1B[33m'; message += '[AWS ' + req.service.serviceIdentifier + ' ' + status; @@ -7352,35 +7334,35 @@ AWS.EventListeners = { }), Json: new SequentialExecutor().addNamedListeners(function(add) { - var svc = __nccwpck_require4_(7372); + var svc = __nccwpck_require__(83); add('BUILD', 'build', svc.buildRequest); add('EXTRACT_DATA', 'extractData', svc.extractData); add('EXTRACT_ERROR', 'extractError', svc.extractError); }), Rest: new SequentialExecutor().addNamedListeners(function(add) { - var svc = __nccwpck_require4_(9008); + var svc = __nccwpck_require__(8200); add('BUILD', 'build', svc.buildRequest); add('EXTRACT_DATA', 'extractData', svc.extractData); add('EXTRACT_ERROR', 'extractError', svc.extractError); }), RestJson: new SequentialExecutor().addNamedListeners(function(add) { - var svc = __nccwpck_require4_(4839); + var svc = __nccwpck_require__(5883); add('BUILD', 'build', svc.buildRequest); add('EXTRACT_DATA', 'extractData', svc.extractData); add('EXTRACT_ERROR', 'extractError', svc.extractError); }), RestXml: new SequentialExecutor().addNamedListeners(function(add) { - var svc = __nccwpck_require4_(8932); + var svc = __nccwpck_require__(5143); add('BUILD', 'build', svc.buildRequest); add('EXTRACT_DATA', 'extractData', svc.extractData); add('EXTRACT_ERROR', 'extractError', svc.extractError); }), Query: new SequentialExecutor().addNamedListeners(function(add) { - var svc = __nccwpck_require4_(6556); + var svc = __nccwpck_require__(761); add('BUILD', 'build', svc.buildRequest); add('EXTRACT_DATA', 'extractData', svc.extractData); add('EXTRACT_ERROR', 'extractError', svc.extractError); @@ -7390,10 +7372,10 @@ AWS.EventListeners = { /***/ }), -/***/ 2574: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 1556: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); var inherit = AWS.util.inherit; /** @@ -7635,14 +7617,14 @@ AWS.HttpClient.getInstance = function getInstance() { /***/ }), -/***/ 773: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 2310: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); var Stream = AWS.util.stream.Stream; var TransformStream = AWS.util.stream.Transform; var ReadableStream = AWS.util.stream.Readable; -__nccwpck_require4_(2574); +__nccwpck_require__(1556); var CONNECTION_REUSE_ENV_NAME = 'AWS_NODEJS_CONNECTION_REUSE_ENABLED'; /** @@ -7663,7 +7645,7 @@ AWS.NodeHttpClient = AWS.util.inherit({ } var useSSL = endpoint.protocol === 'https:'; - var http = useSSL ? __nccwpck_require4_(5687) : __nccwpck_require4_(3685); + var http = useSSL ? __nccwpck_require__(5687) : __nccwpck_require__(3685); var options = { host: endpoint.hostname, port: endpoint.port, @@ -7789,7 +7771,7 @@ AWS.NodeHttpClient = AWS.util.inherit({ * Create the https.Agent or http.Agent according to the request schema. */ getAgent: function getAgent(useSSL, agentOptions) { - var http = useSSL ? __nccwpck_require4_(5687) : __nccwpck_require4_(3685); + var http = useSSL ? __nccwpck_require__(5687) : __nccwpck_require__(3685); if (useSSL) { if (!AWS.NodeHttpClient.sslAgent) { AWS.NodeHttpClient.sslAgent = new http.Agent(AWS.util.merge({ @@ -7860,10 +7842,10 @@ AWS.HttpClient.streamsApiVersion = ReadableStream ? 2 : 1; /***/ }), -/***/ 4387: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 7495: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var util = __nccwpck_require4_(3956); +var util = __nccwpck_require__(7985); function JsonBuilder() { } @@ -7929,10 +7911,10 @@ module.exports = JsonBuilder; /***/ }), -/***/ 1039: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 5474: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var util = __nccwpck_require4_(3956); +var util = __nccwpck_require__(7985); function JsonParser() { } @@ -8004,14 +7986,14 @@ module.exports = JsonParser; /***/ }), -/***/ 2803: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 5768: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -__nccwpck_require4_(2574); +var AWS = __nccwpck_require__(8437); +__nccwpck_require__(1556); var inherit = AWS.util.inherit; -var getMetadataServiceEndpoint = __nccwpck_require4_(7552); -var URL = (__nccwpck_require4_(7310).URL); +var getMetadataServiceEndpoint = __nccwpck_require__(608); +var URL = (__nccwpck_require__(7310).URL); /** * Represents a metadata service available on EC2 instances. Using the @@ -8256,7 +8238,7 @@ module.exports = AWS.MetadataService; /***/ }), -/***/ 1799: +/***/ 3205: /***/ ((module) => { var getEndpoint = function() { @@ -8271,7 +8253,7 @@ module.exports = getEndpoint; /***/ }), -/***/ 1570: +/***/ 5578: /***/ ((module) => { var ENV_ENDPOINT_NAME = 'AWS_EC2_METADATA_SERVICE_ENDPOINT'; @@ -8290,7 +8272,7 @@ module.exports = getEndpointConfigOptions; /***/ }), -/***/ 7153: +/***/ 7997: /***/ ((module) => { var getEndpointMode = function() { @@ -8305,10 +8287,10 @@ module.exports = getEndpointMode; /***/ }), -/***/ 4968: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 5509: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var EndpointMode = __nccwpck_require4_(7153)(); +var EndpointMode = __nccwpck_require__(7997)(); var ENV_ENDPOINT_MODE_NAME = 'AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE'; var CONFIG_ENDPOINT_MODE_NAME = 'ec2_metadata_service_endpoint_mode'; @@ -8326,16 +8308,16 @@ module.exports = getEndpointModeConfigOptions; /***/ }), -/***/ 7552: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 608: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); -var Endpoint = __nccwpck_require4_(1799)(); -var EndpointMode = __nccwpck_require4_(7153)(); +var Endpoint = __nccwpck_require__(3205)(); +var EndpointMode = __nccwpck_require__(7997)(); -var ENDPOINT_CONFIG_OPTIONS = __nccwpck_require4_(1570)(); -var ENDPOINT_MODE_CONFIG_OPTIONS = __nccwpck_require4_(4968)(); +var ENDPOINT_CONFIG_OPTIONS = __nccwpck_require__(5578)(); +var ENDPOINT_MODE_CONFIG_OPTIONS = __nccwpck_require__(5509)(); var getMetadataServiceEndpoint = function() { var endpoint = AWS.util.loadConfig(ENDPOINT_CONFIG_OPTIONS); @@ -8357,17 +8339,17 @@ module.exports = getMetadataServiceEndpoint; /***/ }), -/***/ 9101: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 7657: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var Collection = __nccwpck_require4_(7002); -var Operation = __nccwpck_require4_(130); -var Shape = __nccwpck_require4_(7478); -var Paginator = __nccwpck_require4_(6186); -var ResourceWaiter = __nccwpck_require4_(4343); -var metadata = __nccwpck_require4_(7752); +var Collection = __nccwpck_require__(1965); +var Operation = __nccwpck_require__(8083); +var Shape = __nccwpck_require__(1349); +var Paginator = __nccwpck_require__(5938); +var ResourceWaiter = __nccwpck_require__(1368); +var metadata = __nccwpck_require__(7752); -var util = __nccwpck_require4_(3956); +var util = __nccwpck_require__(7985); var property = util.property; var memoizedProperty = util.memoizedProperty; @@ -8453,10 +8435,10 @@ module.exports = Api; /***/ }), -/***/ 7002: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 1965: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var memoizedProperty = (__nccwpck_require4_(3956).memoizedProperty); +var memoizedProperty = (__nccwpck_require__(7985).memoizedProperty); function memoize(name, value, factory, nameTr) { memoizedProperty(this, nameTr(name), function() { @@ -8484,12 +8466,12 @@ module.exports = Collection; /***/ }), -/***/ 130: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 8083: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var Shape = __nccwpck_require4_(7478); +var Shape = __nccwpck_require__(1349); -var util = __nccwpck_require4_(3956); +var util = __nccwpck_require__(7985); var property = util.property; var memoizedProperty = util.memoizedProperty; @@ -8610,10 +8592,10 @@ module.exports = Operation; /***/ }), -/***/ 6186: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 5938: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var property = (__nccwpck_require4_(3956).property); +var property = (__nccwpck_require__(7985).property); function Paginator(name, paginator) { property(this, 'inputToken', paginator.input_token); @@ -8631,10 +8613,10 @@ module.exports = Paginator; /***/ }), -/***/ 4343: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 1368: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var util = __nccwpck_require4_(3956); +var util = __nccwpck_require__(7985); var property = util.property; function ResourceWaiter(name, waiter, options) { @@ -8671,12 +8653,12 @@ module.exports = ResourceWaiter; /***/ }), -/***/ 7478: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 1349: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var Collection = __nccwpck_require4_(7002); +var Collection = __nccwpck_require__(1965); -var util = __nccwpck_require4_(3956); +var util = __nccwpck_require__(7985); function property(obj, name, value) { if (value !== null && value !== undefined) { @@ -9085,12 +9067,12 @@ module.exports = Shape; /***/ }), -/***/ 6083: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 3639: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var util = __nccwpck_require4_(3956); +var util = __nccwpck_require__(7985); -var region_utils = __nccwpck_require4_(8099); +var region_utils = __nccwpck_require__(9517); var isFipsRegion = region_utils.isFipsRegion; var getRealRegion = region_utils.getRealRegion; @@ -9098,22 +9080,22 @@ util.isBrowser = function() { return false; }; util.isNode = function() { return true; }; // node.js specific modules -util.crypto.lib = __nccwpck_require4_(6113); -util.Buffer = (__nccwpck_require4_(4300).Buffer); -util.domain = __nccwpck_require4_(3639); -util.stream = __nccwpck_require4_(2781); -util.url = __nccwpck_require4_(7310); -util.querystring = __nccwpck_require4_(3477); +util.crypto.lib = __nccwpck_require__(6113); +util.Buffer = (__nccwpck_require__(4300).Buffer); +util.domain = __nccwpck_require__(22); +util.stream = __nccwpck_require__(2781); +util.url = __nccwpck_require__(7310); +util.querystring = __nccwpck_require__(3477); util.environment = 'nodejs'; util.createEventStream = util.stream.Readable ? - (__nccwpck_require4_(8523).createEventStream) : (__nccwpck_require4_(3000).createEventStream); -util.realClock = __nccwpck_require4_(8734); + (__nccwpck_require__(9643).createEventStream) : (__nccwpck_require__(3727).createEventStream); +util.realClock = __nccwpck_require__(1370); util.clientSideMonitoring = { - Publisher: (__nccwpck_require4_(9464).Publisher), - configProvider: __nccwpck_require4_(7165), + Publisher: (__nccwpck_require__(6807).Publisher), + configProvider: __nccwpck_require__(1822), }; -util.iniLoader = (__nccwpck_require4_(5858)/* .iniLoader */ .b); -util.getSystemErrorName = (__nccwpck_require4_(3837).getSystemErrorName); +util.iniLoader = (__nccwpck_require__(9697)/* .iniLoader */ .b); +util.getSystemErrorName = (__nccwpck_require__(3837).getSystemErrorName); util.loadConfig = function(options) { var envValue = options.environmentVariableSelector(process.env); @@ -9147,35 +9129,35 @@ var AWS; /** * @api private */ -module.exports = AWS = __nccwpck_require4_(4741); +module.exports = AWS = __nccwpck_require__(8437); -__nccwpck_require4_(5527); -__nccwpck_require4_(2008); -__nccwpck_require4_(8849); -__nccwpck_require4_(6684); -__nccwpck_require4_(8787); -__nccwpck_require4_(5263); -__nccwpck_require4_(1937); -__nccwpck_require4_(8247); +__nccwpck_require__(3819); +__nccwpck_require__(6965); +__nccwpck_require__(7360); +__nccwpck_require__(7083); +__nccwpck_require__(4998); +__nccwpck_require__(3498); +__nccwpck_require__(5037); +__nccwpck_require__(371); // Load the xml2js XML parser -AWS.XML.Parser = __nccwpck_require4_(6687); +AWS.XML.Parser = __nccwpck_require__(6752); // Load Node HTTP client -__nccwpck_require4_(773); +__nccwpck_require__(2310); -__nccwpck_require4_(4544); +__nccwpck_require__(5417); // Load custom credential providers -__nccwpck_require4_(191); -__nccwpck_require4_(8712); -__nccwpck_require4_(3429); -__nccwpck_require4_(5589); -__nccwpck_require4_(4925); -__nccwpck_require4_(6493); -__nccwpck_require4_(1587); -__nccwpck_require4_(8247); -__nccwpck_require4_(157); +__nccwpck_require__(4420); +__nccwpck_require__(3379); +__nccwpck_require__(8764); +__nccwpck_require__(645); +__nccwpck_require__(7714); +__nccwpck_require__(7454); +__nccwpck_require__(3754); +__nccwpck_require__(371); +__nccwpck_require__(8335); // Setup default providers for credentials chain // If this changes, please update documentation for @@ -9193,9 +9175,9 @@ AWS.CredentialProviderChain.defaultProviders = [ ]; // Load custom token providers -__nccwpck_require4_(3918); -__nccwpck_require4_(7477); -__nccwpck_require4_(5521); +__nccwpck_require__(2647); +__nccwpck_require__(126); +__nccwpck_require__(327); // Setup default providers for token chain // If this changes, please update documentation for @@ -9296,10 +9278,10 @@ AWS.config = new AWS.Config(); /***/ }), -/***/ 9717: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 9127: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); /** * @api private @@ -9574,11 +9556,11 @@ AWS.ParamValidator = AWS.util.inherit({ /***/ }), -/***/ 3613: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 7969: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var util = __nccwpck_require4_(3956); -var AWS = __nccwpck_require4_(4741); +var util = __nccwpck_require__(7985); +var AWS = __nccwpck_require__(8437); /** * Prepend prefix defined by API model to endpoint that's already @@ -9670,13 +9652,13 @@ module.exports = { /***/ }), -/***/ 7372: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 83: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var util = __nccwpck_require4_(3956); -var JsonBuilder = __nccwpck_require4_(4387); -var JsonParser = __nccwpck_require4_(1039); -var populateHostPrefix = (__nccwpck_require4_(3613).populateHostPrefix); +var util = __nccwpck_require__(7985); +var JsonBuilder = __nccwpck_require__(7495); +var JsonParser = __nccwpck_require__(5474); +var populateHostPrefix = (__nccwpck_require__(7969).populateHostPrefix); function buildRequest(req) { var httpRequest = req.httpRequest; @@ -9751,14 +9733,14 @@ module.exports = { /***/ }), -/***/ 6556: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 761: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var util = __nccwpck_require4_(3956); -var QueryParamSerializer = __nccwpck_require4_(5792); -var Shape = __nccwpck_require4_(7478); -var populateHostPrefix = (__nccwpck_require4_(3613).populateHostPrefix); +var AWS = __nccwpck_require__(8437); +var util = __nccwpck_require__(7985); +var QueryParamSerializer = __nccwpck_require__(5175); +var Shape = __nccwpck_require__(1349); +var populateHostPrefix = (__nccwpck_require__(7969).populateHostPrefix); function buildRequest(req) { var operation = req.service.api.operations[req.operation]; @@ -9868,11 +9850,11 @@ module.exports = { /***/ }), -/***/ 9008: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 8200: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var util = __nccwpck_require4_(3956); -var populateHostPrefix = (__nccwpck_require4_(3613).populateHostPrefix); +var util = __nccwpck_require__(7985); +var populateHostPrefix = (__nccwpck_require__(7969).populateHostPrefix); function populateMethod(req) { req.httpRequest.method = req.service.api.operations[req.operation].httpMethod; @@ -10023,14 +10005,14 @@ module.exports = { /***/ }), -/***/ 4839: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 5883: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var util = __nccwpck_require4_(3956); -var Rest = __nccwpck_require4_(9008); -var Json = __nccwpck_require4_(7372); -var JsonBuilder = __nccwpck_require4_(4387); -var JsonParser = __nccwpck_require4_(1039); +var util = __nccwpck_require__(7985); +var Rest = __nccwpck_require__(8200); +var Json = __nccwpck_require__(83); +var JsonBuilder = __nccwpck_require__(7495); +var JsonParser = __nccwpck_require__(5474); function populateBody(req) { var builder = new JsonBuilder(); @@ -10123,12 +10105,12 @@ module.exports = { /***/ }), -/***/ 8932: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 5143: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var util = __nccwpck_require4_(3956); -var Rest = __nccwpck_require4_(9008); +var AWS = __nccwpck_require__(8437); +var util = __nccwpck_require__(7985); +var Rest = __nccwpck_require__(8200); function populateBody(req) { var input = req.service.api.operations[req.operation].input; @@ -10238,10 +10220,10 @@ module.exports = { /***/ }), -/***/ 7165: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 1822: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); /** * Resolve client-side monitoring configuration from either environmental variables @@ -10327,11 +10309,11 @@ module.exports = resolveMonitoringConfig; /***/ }), -/***/ 9464: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 6807: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var util = (__nccwpck_require4_(4741).util); -var dgram = __nccwpck_require4_(1891); +var util = (__nccwpck_require__(8437).util); +var dgram = __nccwpck_require__(1891); var stringToBuffer = util.buffer.toBuffer; var MAX_MESSAGE_SIZE = 1024 * 8; // 8 KB @@ -10459,10 +10441,10 @@ module.exports = { /***/ }), -/***/ 5792: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 5175: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var util = __nccwpck_require4_(3956); +var util = __nccwpck_require__(7985); function QueryParamSerializer() { } @@ -10550,7 +10532,7 @@ module.exports = QueryParamSerializer; /***/ }), -/***/ 8734: +/***/ 1370: /***/ ((module) => { module.exports = { @@ -10564,7 +10546,7 @@ module.exports = { /***/ }), -/***/ 8099: +/***/ 9517: /***/ ((module) => { function isFipsRegion(region) { @@ -10592,11 +10574,11 @@ module.exports = { /***/ }), -/***/ 3698: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 8262: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var util = __nccwpck_require4_(3956); -var regionConfig = __nccwpck_require4_(738); +var util = __nccwpck_require__(7985); +var regionConfig = __nccwpck_require__(738); function generateRegionPrefix(region) { if (!region) return null; @@ -10698,14 +10680,14 @@ module.exports = { /***/ }), -/***/ 9265: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 8652: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var AcceptorStateMachine = __nccwpck_require4_(8093); +var AWS = __nccwpck_require__(8437); +var AcceptorStateMachine = __nccwpck_require__(8118); var inherit = AWS.util.inherit; var domain = AWS.util.domain; -var jmespath = __nccwpck_require4_(3178); +var jmespath = __nccwpck_require__(7783); /** * @api private @@ -11514,8 +11496,8 @@ AWS.util.mixin(AWS.Request, AWS.SequentialExecutor); /***/ }), -/***/ 8265: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 9925: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { /** * Copyright 2012-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. @@ -11532,9 +11514,9 @@ AWS.util.mixin(AWS.Request, AWS.SequentialExecutor); * language governing permissions and limitations under the License. */ -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); var inherit = AWS.util.inherit; -var jmespath = __nccwpck_require4_(3178); +var jmespath = __nccwpck_require__(7783); /** * @api private @@ -11725,12 +11707,12 @@ AWS.ResourceWaiter = inherit({ /***/ }), -/***/ 6275: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 8743: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); var inherit = AWS.util.inherit; -var jmespath = __nccwpck_require4_(3178); +var jmespath = __nccwpck_require__(7783); /** * This class encapsulates the response information @@ -11933,10 +11915,10 @@ AWS.Response = inherit({ /***/ }), -/***/ 3664: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 1600: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); var byteLength = AWS.util.string.byteLength; var Buffer = AWS.util.Buffer; @@ -12672,10 +12654,10 @@ module.exports = AWS.S3.ManagedUpload; /***/ }), -/***/ 5555: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 5948: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); /** * @api private @@ -12914,16 +12896,16 @@ module.exports = AWS.SequentialExecutor; /***/ }), -/***/ 4466: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 8903: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var Api = __nccwpck_require4_(9101); -var regionConfig = __nccwpck_require4_(3698); +var AWS = __nccwpck_require__(8437); +var Api = __nccwpck_require__(7657); +var regionConfig = __nccwpck_require__(8262); var inherit = AWS.util.inherit; var clientCount = 0; -var region_utils = __nccwpck_require4_(8099); +var region_utils = __nccwpck_require__(9517); /** * The service class representing an AWS service. @@ -13775,17 +13757,17 @@ module.exports = AWS.Service; /***/ }), -/***/ 9880: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 6543: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var v4Credentials = __nccwpck_require4_(4178); -var resolveRegionalEndpointsFlag = __nccwpck_require4_(4872); -var s3util = __nccwpck_require4_(280); -var regionUtil = __nccwpck_require4_(3698); +var AWS = __nccwpck_require__(8437); +var v4Credentials = __nccwpck_require__(2660); +var resolveRegionalEndpointsFlag = __nccwpck_require__(5566); +var s3util = __nccwpck_require__(5895); +var regionUtil = __nccwpck_require__(8262); // Pull in managed upload extension -__nccwpck_require4_(3664); +__nccwpck_require__(1600); /** * @api private @@ -15086,11 +15068,11 @@ AWS.util.addPromises(AWS.S3); /***/ }), -/***/ 280: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 5895: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var regionUtil = __nccwpck_require4_(3698); +var AWS = __nccwpck_require__(8437); +var regionUtil = __nccwpck_require__(8262); var s3util = { /** @@ -15376,11 +15358,11 @@ module.exports = s3util; /***/ }), -/***/ 6889: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 1055: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var resolveRegionalEndpointsFlag = __nccwpck_require4_(4872); +var AWS = __nccwpck_require__(8437); +var resolveRegionalEndpointsFlag = __nccwpck_require__(5566); var ENV_REGIONAL_ENDPOINT_ENABLED = 'AWS_STS_REGIONAL_ENDPOINTS'; var CONFIG_REGIONAL_ENDPOINT_ENABLED = 'sts_regional_endpoints'; @@ -15469,10 +15451,10 @@ AWS.util.update(AWS.STS.prototype, { /***/ }), -/***/ 5858: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 9697: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var IniLoader = (__nccwpck_require4_(4544).IniLoader); +var IniLoader = (__nccwpck_require__(5417).IniLoader); /** * Singleton object to load specified config/credentials files. * It will cache all the files ever loaded; @@ -15482,12 +15464,12 @@ module.exports.b = new IniLoader(); /***/ }), -/***/ 4544: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 5417: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var os = __nccwpck_require4_(2037); -var path = __nccwpck_require4_(1017); +var AWS = __nccwpck_require__(8437); +var os = __nccwpck_require__(2037); +var path = __nccwpck_require__(1017); function parseFile(filename) { return AWS.util.ini.parse(AWS.util.readFileSync(filename)); @@ -15633,10 +15615,10 @@ module.exports = { /***/ }), -/***/ 6398: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 8382: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); /** * @api private @@ -15654,10 +15636,10 @@ AWS.Signers.Bearer = AWS.util.inherit(AWS.Signers.RequestSigner, { /***/ }), -/***/ 7969: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 328: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); var inherit = AWS.util.inherit; /** @@ -15780,10 +15762,10 @@ module.exports = AWS.Signers.Presign; /***/ }), -/***/ 3922: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 9897: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); var inherit = AWS.util.inherit; @@ -15817,21 +15799,21 @@ AWS.Signers.RequestSigner.getVersion = function getVersion(version) { throw new Error('Unknown signing version ' + version); }; -__nccwpck_require4_(7004); -__nccwpck_require4_(4507); -__nccwpck_require4_(2096); -__nccwpck_require4_(1833); -__nccwpck_require4_(4399); -__nccwpck_require4_(7969); -__nccwpck_require4_(6398); +__nccwpck_require__(8489); +__nccwpck_require__(6458); +__nccwpck_require__(4473); +__nccwpck_require__(6529); +__nccwpck_require__(8616); +__nccwpck_require__(328); +__nccwpck_require__(8382); /***/ }), -/***/ 4399: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 8616: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); var inherit = AWS.util.inherit; /** @@ -16010,10 +15992,10 @@ module.exports = AWS.Signers.S3; /***/ }), -/***/ 7004: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 8489: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); var inherit = AWS.util.inherit; /** @@ -16065,10 +16047,10 @@ module.exports = AWS.Signers.V2; /***/ }), -/***/ 4507: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 6458: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); var inherit = AWS.util.inherit; /** @@ -16149,13 +16131,13 @@ module.exports = AWS.Signers.V3; /***/ }), -/***/ 2096: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 4473: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); var inherit = AWS.util.inherit; -__nccwpck_require4_(4507); +__nccwpck_require__(6458); /** * @api private @@ -16181,11 +16163,11 @@ module.exports = AWS.Signers.V3Https; /***/ }), -/***/ 1833: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 6529: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var v4Credentials = __nccwpck_require4_(4178); +var AWS = __nccwpck_require__(8437); +var v4Credentials = __nccwpck_require__(2660); var inherit = AWS.util.inherit; /** @@ -16403,10 +16385,10 @@ module.exports = AWS.Signers.V4; /***/ }), -/***/ 4178: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 2660: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); /** * @api private @@ -16510,7 +16492,7 @@ module.exports = { /***/ }), -/***/ 8093: +/***/ 8118: /***/ ((module) => { function AcceptorStateMachine(states, state) { @@ -16562,10 +16544,10 @@ module.exports = AcceptorStateMachine; /***/ }), -/***/ 3918: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 2647: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); /** * Represents AWS token object, which contains {token}, and optional @@ -16788,13 +16770,13 @@ AWS.util.addPromises(AWS.Token); /***/ }), -/***/ 5521: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 327: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); -var crypto = __nccwpck_require4_(6113); -var fs = __nccwpck_require4_(7147); -var path = __nccwpck_require4_(1017); +var AWS = __nccwpck_require__(8437); +var crypto = __nccwpck_require__(6113); +var fs = __nccwpck_require__(7147); +var path = __nccwpck_require__(1017); var iniLoader = AWS.util.iniLoader; // Tracking refresh attempt to ensure refresh is not attempted more than once every 30 seconds. @@ -17040,10 +17022,10 @@ AWS.SSOTokenProvider = AWS.util.inherit(AWS.Token, { /***/ }), -/***/ 7477: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 126: +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); /** * Creates a token provider chain that searches for token in a list of @@ -17212,8 +17194,8 @@ AWS.util.addPromises(AWS.TokenProviderChain); /***/ }), -/***/ 3956: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 7985: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /* eslint guard-for-in:0 */ var AWS; @@ -17248,7 +17230,7 @@ var util = { userAgent: function userAgent() { var name = util.environment; - var agent = 'aws-sdk-' + name + '/' + (__nccwpck_require4_(4741).VERSION); + var agent = 'aws-sdk-' + name + '/' + (__nccwpck_require__(8437).VERSION); if (name === 'nodejs') agent += ' ' + util.engine(); return agent; }, @@ -17309,7 +17291,7 @@ var util = { readFileSync: function readFileSync(path) { if (util.isBrowser()) return null; - return (__nccwpck_require4_(7147).readFileSync)(path, 'utf-8'); + return (__nccwpck_require__(7147).readFileSync)(path, 'utf-8'); }, base64: { @@ -17412,7 +17394,7 @@ var util = { } else if (typeof string.size === 'number') { return string.size; } else if (typeof string.path === 'string') { - return (__nccwpck_require4_(7147).lstatSync)(string.path).size; + return (__nccwpck_require__(7147).lstatSync)(string.path).size; } else { throw util.error(new Error('Cannot determine length of ' + string), { object: string }); @@ -17498,7 +17480,7 @@ var util = { * requests. */ getDate: function getDate() { - if (!AWS) AWS = __nccwpck_require4_(4741); + if (!AWS) AWS = __nccwpck_require__(8437); if (AWS.config.systemClockOffset) { // use offset when non-zero return new Date(new Date().getTime() + AWS.config.systemClockOffset); } else { @@ -17955,7 +17937,7 @@ var util = { computeSha256: function computeSha256(body, done) { if (util.isNode()) { var Stream = util.stream.Stream; - var fs = __nccwpck_require4_(7147); + var fs = __nccwpck_require__(7147); if (typeof Stream === 'function' && body instanceof Stream) { if (typeof body.path === 'string') { // assume file object var settings = {}; @@ -18071,7 +18053,7 @@ var util = { */ isDualstackAvailable: function isDualstackAvailable(service) { if (!service) return false; - var metadata = __nccwpck_require4_(7752); + var metadata = __nccwpck_require__(7752); if (typeof service !== 'string') service = service.serviceIdentifier; if (typeof service !== 'string' || !metadata.hasOwnProperty(service)) return false; return !!metadata[service].dualstackAvailable; @@ -18147,7 +18129,7 @@ var util = { */ uuid: { v4: function uuidV4() { - return (__nccwpck_require4_(3370).v4)(); + return (__nccwpck_require__(7821).v4)(); } }, @@ -18288,12 +18270,12 @@ module.exports = util; /***/ }), -/***/ 8611: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 3546: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var util = __nccwpck_require4_(3956); -var XmlNode = (__nccwpck_require4_(6427).XmlNode); -var XmlText = (__nccwpck_require4_(7181).XmlText); +var util = __nccwpck_require__(7985); +var XmlNode = (__nccwpck_require__(397).XmlNode); +var XmlText = (__nccwpck_require__(971).XmlText); function XmlBuilder() { } @@ -18397,7 +18379,7 @@ module.exports = XmlBuilder; /***/ }), -/***/ 1931: +/***/ 8241: /***/ ((module) => { /** @@ -18417,7 +18399,7 @@ module.exports = { /***/ }), -/***/ 3479: +/***/ 8464: /***/ ((module) => { /** @@ -18443,14 +18425,14 @@ module.exports = { /***/ }), -/***/ 6687: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 6752: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var AWS = __nccwpck_require4_(4741); +var AWS = __nccwpck_require__(8437); var util = AWS.util; var Shape = AWS.Model.Shape; -var xml2js = __nccwpck_require4_(8245); +var xml2js = __nccwpck_require__(6189); /** * @api private @@ -18613,10 +18595,10 @@ module.exports = NodeXmlParser; /***/ }), -/***/ 6427: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 397: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var escapeAttribute = (__nccwpck_require4_(1931).escapeAttribute); +var escapeAttribute = (__nccwpck_require__(8241).escapeAttribute); /** * Represents an XML node. @@ -18665,10 +18647,10 @@ module.exports = { /***/ }), -/***/ 7181: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 971: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var escapeElement = (__nccwpck_require4_(3479).escapeElement); +var escapeElement = (__nccwpck_require__(8464).escapeElement); /** * Represents an XML text value. @@ -18692,7 +18674,7 @@ module.exports = { /***/ }), -/***/ 7126: +/***/ 5827: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -18725,8 +18707,8 @@ exports["default"] = _default; /***/ }), -/***/ 3370: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 7821: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; var __webpack_unused_export__; @@ -18760,20 +18742,20 @@ __webpack_unused_export__ = ({ } }); -var _v = _interopRequireDefault(__nccwpck_require4_(6674)); +var _v = _interopRequireDefault(__nccwpck_require__(7668)); -var _v2 = _interopRequireDefault(__nccwpck_require4_(4053)); +var _v2 = _interopRequireDefault(__nccwpck_require__(8573)); -var _v3 = _interopRequireDefault(__nccwpck_require4_(9474)); +var _v3 = _interopRequireDefault(__nccwpck_require__(7811)); -var _v4 = _interopRequireDefault(__nccwpck_require4_(3733)); +var _v4 = _interopRequireDefault(__nccwpck_require__(6508)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /***/ }), -/***/ 2639: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 3525: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -18783,7 +18765,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _crypto = _interopRequireDefault(__nccwpck_require4_(6113)); +var _crypto = _interopRequireDefault(__nccwpck_require__(6113)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -18802,8 +18784,8 @@ exports["default"] = _default; /***/ }), -/***/ 4357: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 9788: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -18813,7 +18795,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = rng; -var _crypto = _interopRequireDefault(__nccwpck_require4_(6113)); +var _crypto = _interopRequireDefault(__nccwpck_require__(6113)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -18823,8 +18805,8 @@ function rng() { /***/ }), -/***/ 2539: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 7387: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -18834,7 +18816,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _crypto = _interopRequireDefault(__nccwpck_require4_(6113)); +var _crypto = _interopRequireDefault(__nccwpck_require__(6113)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -18853,8 +18835,8 @@ exports["default"] = _default; /***/ }), -/***/ 6674: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 7668: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -18864,9 +18846,9 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _rng = _interopRequireDefault(__nccwpck_require4_(4357)); +var _rng = _interopRequireDefault(__nccwpck_require__(9788)); -var _bytesToUuid = _interopRequireDefault(__nccwpck_require4_(7126)); +var _bytesToUuid = _interopRequireDefault(__nccwpck_require__(5827)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -18967,8 +18949,8 @@ exports["default"] = _default; /***/ }), -/***/ 4053: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 8573: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -18978,9 +18960,9 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _v = _interopRequireDefault(__nccwpck_require4_(1672)); +var _v = _interopRequireDefault(__nccwpck_require__(6097)); -var _md = _interopRequireDefault(__nccwpck_require4_(2639)); +var _md = _interopRequireDefault(__nccwpck_require__(3525)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -18990,8 +18972,8 @@ exports["default"] = _default; /***/ }), -/***/ 1672: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 6097: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -19002,7 +18984,7 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = _default; exports.URL = exports.DNS = void 0; -var _bytesToUuid = _interopRequireDefault(__nccwpck_require4_(7126)); +var _bytesToUuid = _interopRequireDefault(__nccwpck_require__(5827)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -19066,8 +19048,8 @@ function _default(name, version, hashfunc) { /***/ }), -/***/ 9474: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 7811: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -19077,9 +19059,9 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _rng = _interopRequireDefault(__nccwpck_require4_(4357)); +var _rng = _interopRequireDefault(__nccwpck_require__(9788)); -var _bytesToUuid = _interopRequireDefault(__nccwpck_require4_(7126)); +var _bytesToUuid = _interopRequireDefault(__nccwpck_require__(5827)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -19113,8 +19095,8 @@ exports["default"] = _default; /***/ }), -/***/ 3733: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 6508: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -19124,9 +19106,9 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _v = _interopRequireDefault(__nccwpck_require4_(1672)); +var _v = _interopRequireDefault(__nccwpck_require__(6097)); -var _sha = _interopRequireDefault(__nccwpck_require4_(2539)); +var _sha = _interopRequireDefault(__nccwpck_require__(7387)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -19136,14 +19118,14 @@ exports["default"] = _default; /***/ }), -/***/ 123: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 6323: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; var __webpack_unused_export__; __webpack_unused_export__ = ({ value: true }); -var LRU_1 = __nccwpck_require4_(1635); +var LRU_1 = __nccwpck_require__(7710); var CACHE_SIZE = 1000; /** * Inspired node-lru-cache[https://github.com/isaacs/node-lru-cache] @@ -19216,7 +19198,7 @@ exports.$ = EndpointCache; /***/ }), -/***/ 1635: +/***/ 7710: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19330,7 +19312,7 @@ exports.LRUCache = LRUCache; /***/ }), -/***/ 3178: +/***/ 7783: /***/ ((__unused_webpack_module, exports) => { (function(exports) { @@ -21004,13 +20986,13 @@ exports.LRUCache = LRUCache; exports.compile = compile; exports.search = search; exports.strictDeepEqual = strictDeepEqual; -})( false ? 0 : exports); +})( false ? 0 : exports); /***/ }), -/***/ 7269: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 2043: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { ;(function (sax) { // wrapper for non-node envs sax.parser = function (strict, opt) { return new SAXParser(strict, opt) } @@ -21174,7 +21156,7 @@ exports.LRUCache = LRUCache; var Stream try { - Stream = (__nccwpck_require4_(2781).Stream) + Stream = (__nccwpck_require__(2781).Stream) } catch (ex) { Stream = function () {} } @@ -21244,7 +21226,7 @@ exports.LRUCache = LRUCache; typeof Buffer.isBuffer === 'function' && Buffer.isBuffer(data)) { if (!this._decoder) { - var SD = (__nccwpck_require4_(1576).StringDecoder) + var SD = (__nccwpck_require__(1576).StringDecoder) this._decoder = new SD('utf8') } data = this._decoder.write(data) @@ -22587,32 +22569,32 @@ exports.LRUCache = LRUCache; } }()) } -})( false ? 0 : exports) +})( false ? 0 : exports) /***/ }), -/***/ 8987: -/***/ ((module, __unused_webpack_exports, __nccwpck_require4_) => { +/***/ 4294: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -module.exports = __nccwpck_require4_(8162); +module.exports = __nccwpck_require__(4219); /***/ }), -/***/ 8162: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 4219: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; -var net = __nccwpck_require4_(1808); -var tls = __nccwpck_require4_(4404); -var http = __nccwpck_require4_(3685); -var https = __nccwpck_require4_(5687); -var events = __nccwpck_require4_(2361); -var assert = __nccwpck_require4_(9491); -var util = __nccwpck_require4_(3837); +var net = __nccwpck_require__(1808); +var tls = __nccwpck_require__(4404); +var http = __nccwpck_require__(3685); +var https = __nccwpck_require__(5687); +var events = __nccwpck_require__(2361); +var assert = __nccwpck_require__(9491); +var util = __nccwpck_require__(3837); exports.httpOverHttp = httpOverHttp; @@ -22872,8 +22854,8 @@ exports.debug = debug; // for test /***/ }), -/***/ 1368: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 5840: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -22936,30 +22918,30 @@ Object.defineProperty(exports, "parse", ({ } })); -var _v = _interopRequireDefault(__nccwpck_require4_(3258)); +var _v = _interopRequireDefault(__nccwpck_require__(8628)); -var _v2 = _interopRequireDefault(__nccwpck_require4_(2559)); +var _v2 = _interopRequireDefault(__nccwpck_require__(6409)); -var _v3 = _interopRequireDefault(__nccwpck_require4_(2872)); +var _v3 = _interopRequireDefault(__nccwpck_require__(5122)); -var _v4 = _interopRequireDefault(__nccwpck_require4_(5034)); +var _v4 = _interopRequireDefault(__nccwpck_require__(9120)); -var _nil = _interopRequireDefault(__nccwpck_require4_(6051)); +var _nil = _interopRequireDefault(__nccwpck_require__(5332)); -var _version = _interopRequireDefault(__nccwpck_require4_(6630)); +var _version = _interopRequireDefault(__nccwpck_require__(1595)); -var _validate = _interopRequireDefault(__nccwpck_require4_(6879)); +var _validate = _interopRequireDefault(__nccwpck_require__(6900)); -var _stringify = _interopRequireDefault(__nccwpck_require4_(2992)); +var _stringify = _interopRequireDefault(__nccwpck_require__(8950)); -var _parse = _interopRequireDefault(__nccwpck_require4_(3783)); +var _parse = _interopRequireDefault(__nccwpck_require__(2746)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /***/ }), -/***/ 1102: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 4569: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -22969,7 +22951,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _crypto = _interopRequireDefault(__nccwpck_require4_(6113)); +var _crypto = _interopRequireDefault(__nccwpck_require__(6113)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -22988,7 +22970,7 @@ exports["default"] = _default; /***/ }), -/***/ 6051: +/***/ 5332: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23003,8 +22985,8 @@ exports["default"] = _default; /***/ }), -/***/ 3783: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 2746: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -23014,7 +22996,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _validate = _interopRequireDefault(__nccwpck_require4_(6879)); +var _validate = _interopRequireDefault(__nccwpck_require__(6900)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -23055,7 +23037,7 @@ exports["default"] = _default; /***/ }), -/***/ 4557: +/***/ 814: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23070,8 +23052,8 @@ exports["default"] = _default; /***/ }), -/***/ 160: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 807: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -23081,7 +23063,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = rng; -var _crypto = _interopRequireDefault(__nccwpck_require4_(6113)); +var _crypto = _interopRequireDefault(__nccwpck_require__(6113)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -23101,8 +23083,8 @@ function rng() { /***/ }), -/***/ 4850: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 5274: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -23112,7 +23094,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _crypto = _interopRequireDefault(__nccwpck_require4_(6113)); +var _crypto = _interopRequireDefault(__nccwpck_require__(6113)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -23131,8 +23113,8 @@ exports["default"] = _default; /***/ }), -/***/ 2992: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 8950: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -23142,7 +23124,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _validate = _interopRequireDefault(__nccwpck_require4_(6879)); +var _validate = _interopRequireDefault(__nccwpck_require__(6900)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -23177,8 +23159,8 @@ exports["default"] = _default; /***/ }), -/***/ 3258: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 8628: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -23188,9 +23170,9 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _rng = _interopRequireDefault(__nccwpck_require4_(160)); +var _rng = _interopRequireDefault(__nccwpck_require__(807)); -var _stringify = _interopRequireDefault(__nccwpck_require4_(2992)); +var _stringify = _interopRequireDefault(__nccwpck_require__(8950)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -23291,8 +23273,8 @@ exports["default"] = _default; /***/ }), -/***/ 2559: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 6409: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -23302,9 +23284,9 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _v = _interopRequireDefault(__nccwpck_require4_(810)); +var _v = _interopRequireDefault(__nccwpck_require__(5998)); -var _md = _interopRequireDefault(__nccwpck_require4_(1102)); +var _md = _interopRequireDefault(__nccwpck_require__(4569)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -23314,8 +23296,8 @@ exports["default"] = _default; /***/ }), -/***/ 810: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 5998: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -23326,9 +23308,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = _default; exports.URL = exports.DNS = void 0; -var _stringify = _interopRequireDefault(__nccwpck_require4_(2992)); +var _stringify = _interopRequireDefault(__nccwpck_require__(8950)); -var _parse = _interopRequireDefault(__nccwpck_require4_(3783)); +var _parse = _interopRequireDefault(__nccwpck_require__(2746)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -23399,8 +23381,8 @@ function _default(name, version, hashfunc) { /***/ }), -/***/ 2872: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 5122: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -23410,9 +23392,9 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _rng = _interopRequireDefault(__nccwpck_require4_(160)); +var _rng = _interopRequireDefault(__nccwpck_require__(807)); -var _stringify = _interopRequireDefault(__nccwpck_require4_(2992)); +var _stringify = _interopRequireDefault(__nccwpck_require__(8950)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -23443,8 +23425,8 @@ exports["default"] = _default; /***/ }), -/***/ 5034: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 9120: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -23454,9 +23436,9 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _v = _interopRequireDefault(__nccwpck_require4_(810)); +var _v = _interopRequireDefault(__nccwpck_require__(5998)); -var _sha = _interopRequireDefault(__nccwpck_require4_(4850)); +var _sha = _interopRequireDefault(__nccwpck_require__(5274)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -23466,8 +23448,8 @@ exports["default"] = _default; /***/ }), -/***/ 6879: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 6900: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -23477,7 +23459,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _regex = _interopRequireDefault(__nccwpck_require4_(4557)); +var _regex = _interopRequireDefault(__nccwpck_require__(814)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -23490,8 +23472,8 @@ exports["default"] = _default; /***/ }), -/***/ 6630: -/***/ ((__unused_webpack_module, exports, __nccwpck_require4_) => { +/***/ 1595: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -23501,7 +23483,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _validate = _interopRequireDefault(__nccwpck_require4_(6879)); +var _validate = _interopRequireDefault(__nccwpck_require__(6900)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -23518,7 +23500,7 @@ exports["default"] = _default; /***/ }), -/***/ 3388: +/***/ 2624: /***/ (function(__unused_webpack_module, exports) { // Generated by CoffeeScript 1.12.7 @@ -23537,8 +23519,8 @@ exports["default"] = _default; /***/ }), -/***/ 9259: -/***/ (function(__unused_webpack_module, exports, __nccwpck_require4_) { +/***/ 3337: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -23546,9 +23528,9 @@ exports["default"] = _default; var builder, defaults, escapeCDATA, requiresCDATA, wrapCDATA, hasProp = {}.hasOwnProperty; - builder = __nccwpck_require4_(9679); + builder = __nccwpck_require__(2958); - defaults = (__nccwpck_require4_(293).defaults); + defaults = (__nccwpck_require__(7251).defaults); requiresCDATA = function(entry) { return typeof entry === "string" && (entry.indexOf('&') >= 0 || entry.indexOf('>') >= 0 || entry.indexOf('<') >= 0); @@ -23671,7 +23653,7 @@ exports["default"] = _default; /***/ }), -/***/ 293: +/***/ 7251: /***/ (function(__unused_webpack_module, exports) { // Generated by CoffeeScript 1.12.7 @@ -23750,8 +23732,8 @@ exports["default"] = _default; /***/ }), -/***/ 4045: -/***/ (function(__unused_webpack_module, exports, __nccwpck_require4_) { +/***/ 3314: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -23761,17 +23743,17 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - sax = __nccwpck_require4_(7269); + sax = __nccwpck_require__(2043); - events = __nccwpck_require4_(2361); + events = __nccwpck_require__(2361); - bom = __nccwpck_require4_(3388); + bom = __nccwpck_require__(2624); - processors = __nccwpck_require4_(1323); + processors = __nccwpck_require__(9236); - setImmediate = (__nccwpck_require4_(9512).setImmediate); + setImmediate = (__nccwpck_require__(9512).setImmediate); - defaults = (__nccwpck_require4_(293).defaults); + defaults = (__nccwpck_require__(7251).defaults); isEmpty = function(thing) { return typeof thing === "object" && (thing != null) && Object.keys(thing).length === 0; @@ -24114,7 +24096,7 @@ exports["default"] = _default; /***/ }), -/***/ 1323: +/***/ 9236: /***/ (function(__unused_webpack_module, exports) { // Generated by CoffeeScript 1.12.7 @@ -24155,8 +24137,8 @@ exports["default"] = _default; /***/ }), -/***/ 8245: -/***/ (function(__unused_webpack_module, exports, __nccwpck_require4_) { +/***/ 6189: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -24165,13 +24147,13 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - defaults = __nccwpck_require4_(293); + defaults = __nccwpck_require__(7251); - builder = __nccwpck_require4_(9259); + builder = __nccwpck_require__(3337); - parser = __nccwpck_require4_(4045); + parser = __nccwpck_require__(3314); - processors = __nccwpck_require4_(1323); + processors = __nccwpck_require__(9236); exports.defaults = defaults.defaults; @@ -24199,7 +24181,7 @@ exports["default"] = _default; /***/ }), -/***/ 505: +/***/ 8229: /***/ (function(module) { // Generated by CoffeeScript 1.12.7 @@ -24279,7 +24261,7 @@ exports["default"] = _default; /***/ }), -/***/ 7884: +/***/ 8376: /***/ (function(module) { // Generated by CoffeeScript 1.12.7 @@ -24317,8 +24299,8 @@ exports["default"] = _default; /***/ }), -/***/ 2243: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 333: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -24326,7 +24308,7 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - XMLNode = __nccwpck_require4_(2619); + XMLNode = __nccwpck_require__(7608); module.exports = XMLCData = (function(superClass) { extend(XMLCData, superClass); @@ -24356,8 +24338,8 @@ exports["default"] = _default; /***/ }), -/***/ 6803: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 4407: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -24365,7 +24347,7 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - XMLNode = __nccwpck_require4_(2619); + XMLNode = __nccwpck_require__(7608); module.exports = XMLComment = (function(superClass) { extend(XMLComment, superClass); @@ -24395,8 +24377,8 @@ exports["default"] = _default; /***/ }), -/***/ 6513: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 1015: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -24404,7 +24386,7 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - XMLNode = __nccwpck_require4_(2619); + XMLNode = __nccwpck_require__(7608); module.exports = XMLDTDAttList = (function(superClass) { extend(XMLDTDAttList, superClass); @@ -24452,8 +24434,8 @@ exports["default"] = _default; /***/ }), -/***/ 7220: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 2421: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -24461,7 +24443,7 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - XMLNode = __nccwpck_require4_(2619); + XMLNode = __nccwpck_require__(7608); module.exports = XMLDTDElement = (function(superClass) { extend(XMLDTDElement, superClass); @@ -24494,8 +24476,8 @@ exports["default"] = _default; /***/ }), -/***/ 3263: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 53: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -24503,9 +24485,9 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - isObject = (__nccwpck_require4_(505).isObject); + isObject = (__nccwpck_require__(8229).isObject); - XMLNode = __nccwpck_require4_(2619); + XMLNode = __nccwpck_require__(7608); module.exports = XMLDTDEntity = (function(superClass) { extend(XMLDTDEntity, superClass); @@ -24557,8 +24539,8 @@ exports["default"] = _default; /***/ }), -/***/ 4734: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 2837: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -24566,7 +24548,7 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - XMLNode = __nccwpck_require4_(2619); + XMLNode = __nccwpck_require__(7608); module.exports = XMLDTDNotation = (function(superClass) { extend(XMLDTDNotation, superClass); @@ -24601,8 +24583,8 @@ exports["default"] = _default; /***/ }), -/***/ 4685: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 6364: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -24610,9 +24592,9 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - isObject = (__nccwpck_require4_(505).isObject); + isObject = (__nccwpck_require__(8229).isObject); - XMLNode = __nccwpck_require4_(2619); + XMLNode = __nccwpck_require__(7608); module.exports = XMLDeclaration = (function(superClass) { extend(XMLDeclaration, superClass); @@ -24648,8 +24630,8 @@ exports["default"] = _default; /***/ }), -/***/ 5275: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 1801: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -24657,17 +24639,17 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - isObject = (__nccwpck_require4_(505).isObject); + isObject = (__nccwpck_require__(8229).isObject); - XMLNode = __nccwpck_require4_(2619); + XMLNode = __nccwpck_require__(7608); - XMLDTDAttList = __nccwpck_require4_(6513); + XMLDTDAttList = __nccwpck_require__(1015); - XMLDTDEntity = __nccwpck_require4_(3263); + XMLDTDEntity = __nccwpck_require__(53); - XMLDTDElement = __nccwpck_require4_(7220); + XMLDTDElement = __nccwpck_require__(2421); - XMLDTDNotation = __nccwpck_require4_(4734); + XMLDTDNotation = __nccwpck_require__(2837); module.exports = XMLDocType = (function(superClass) { extend(XMLDocType, superClass); @@ -24762,8 +24744,8 @@ exports["default"] = _default; /***/ }), -/***/ 949: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 3730: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -24771,13 +24753,13 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - isPlainObject = (__nccwpck_require4_(505).isPlainObject); + isPlainObject = (__nccwpck_require__(8229).isPlainObject); - XMLNode = __nccwpck_require4_(2619); + XMLNode = __nccwpck_require__(7608); - XMLStringifier = __nccwpck_require4_(60); + XMLStringifier = __nccwpck_require__(8594); - XMLStringWriter = __nccwpck_require4_(6533); + XMLStringWriter = __nccwpck_require__(5913); module.exports = XMLDocument = (function(superClass) { extend(XMLDocument, superClass); @@ -24817,45 +24799,45 @@ exports["default"] = _default; /***/ }), -/***/ 3322: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 7356: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { var XMLAttribute, XMLCData, XMLComment, XMLDTDAttList, XMLDTDElement, XMLDTDEntity, XMLDTDNotation, XMLDeclaration, XMLDocType, XMLDocumentCB, XMLElement, XMLProcessingInstruction, XMLRaw, XMLStringWriter, XMLStringifier, XMLText, isFunction, isObject, isPlainObject, ref, hasProp = {}.hasOwnProperty; - ref = __nccwpck_require4_(505), isObject = ref.isObject, isFunction = ref.isFunction, isPlainObject = ref.isPlainObject; + ref = __nccwpck_require__(8229), isObject = ref.isObject, isFunction = ref.isFunction, isPlainObject = ref.isPlainObject; - XMLElement = __nccwpck_require4_(5170); + XMLElement = __nccwpck_require__(9437); - XMLCData = __nccwpck_require4_(2243); + XMLCData = __nccwpck_require__(333); - XMLComment = __nccwpck_require4_(6803); + XMLComment = __nccwpck_require__(4407); - XMLRaw = __nccwpck_require4_(1248); + XMLRaw = __nccwpck_require__(6329); - XMLText = __nccwpck_require4_(6519); + XMLText = __nccwpck_require__(1318); - XMLProcessingInstruction = __nccwpck_require4_(4815); + XMLProcessingInstruction = __nccwpck_require__(6939); - XMLDeclaration = __nccwpck_require4_(4685); + XMLDeclaration = __nccwpck_require__(6364); - XMLDocType = __nccwpck_require4_(5275); + XMLDocType = __nccwpck_require__(1801); - XMLDTDAttList = __nccwpck_require4_(6513); + XMLDTDAttList = __nccwpck_require__(1015); - XMLDTDEntity = __nccwpck_require4_(3263); + XMLDTDEntity = __nccwpck_require__(53); - XMLDTDElement = __nccwpck_require4_(7220); + XMLDTDElement = __nccwpck_require__(2421); - XMLDTDNotation = __nccwpck_require4_(4734); + XMLDTDNotation = __nccwpck_require__(2837); - XMLAttribute = __nccwpck_require4_(7884); + XMLAttribute = __nccwpck_require__(8376); - XMLStringifier = __nccwpck_require4_(60); + XMLStringifier = __nccwpck_require__(8594); - XMLStringWriter = __nccwpck_require4_(6533); + XMLStringWriter = __nccwpck_require__(5913); module.exports = XMLDocumentCB = (function() { function XMLDocumentCB(options, onData, onEnd) { @@ -25226,8 +25208,8 @@ exports["default"] = _default; /***/ }), -/***/ 5170: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 9437: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -25235,11 +25217,11 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - ref = __nccwpck_require4_(505), isObject = ref.isObject, isFunction = ref.isFunction; + ref = __nccwpck_require__(8229), isObject = ref.isObject, isFunction = ref.isFunction; - XMLNode = __nccwpck_require4_(2619); + XMLNode = __nccwpck_require__(7608); - XMLAttribute = __nccwpck_require4_(7884); + XMLAttribute = __nccwpck_require__(8376); module.exports = XMLElement = (function(superClass) { extend(XMLElement, superClass); @@ -25344,15 +25326,15 @@ exports["default"] = _default; /***/ }), -/***/ 2619: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 7608: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { var XMLCData, XMLComment, XMLDeclaration, XMLDocType, XMLElement, XMLNode, XMLProcessingInstruction, XMLRaw, XMLText, isEmpty, isFunction, isObject, ref, hasProp = {}.hasOwnProperty; - ref = __nccwpck_require4_(505), isObject = ref.isObject, isFunction = ref.isFunction, isEmpty = ref.isEmpty; + ref = __nccwpck_require__(8229), isObject = ref.isObject, isFunction = ref.isFunction, isEmpty = ref.isEmpty; XMLElement = null; @@ -25379,14 +25361,14 @@ exports["default"] = _default; } this.children = []; if (!XMLElement) { - XMLElement = __nccwpck_require4_(5170); - XMLCData = __nccwpck_require4_(2243); - XMLComment = __nccwpck_require4_(6803); - XMLDeclaration = __nccwpck_require4_(4685); - XMLDocType = __nccwpck_require4_(5275); - XMLRaw = __nccwpck_require4_(1248); - XMLText = __nccwpck_require4_(6519); - XMLProcessingInstruction = __nccwpck_require4_(4815); + XMLElement = __nccwpck_require__(9437); + XMLCData = __nccwpck_require__(333); + XMLComment = __nccwpck_require__(4407); + XMLDeclaration = __nccwpck_require__(6364); + XMLDocType = __nccwpck_require__(1801); + XMLRaw = __nccwpck_require__(6329); + XMLText = __nccwpck_require__(1318); + XMLProcessingInstruction = __nccwpck_require__(6939); } } @@ -25783,8 +25765,8 @@ exports["default"] = _default; /***/ }), -/***/ 4815: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 6939: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -25792,7 +25774,7 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - XMLNode = __nccwpck_require4_(2619); + XMLNode = __nccwpck_require__(7608); module.exports = XMLProcessingInstruction = (function(superClass) { extend(XMLProcessingInstruction, superClass); @@ -25825,8 +25807,8 @@ exports["default"] = _default; /***/ }), -/***/ 1248: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 6329: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -25834,7 +25816,7 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - XMLNode = __nccwpck_require4_(2619); + XMLNode = __nccwpck_require__(7608); module.exports = XMLRaw = (function(superClass) { extend(XMLRaw, superClass); @@ -25864,8 +25846,8 @@ exports["default"] = _default; /***/ }), -/***/ 7593: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 8601: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -25873,31 +25855,31 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - XMLDeclaration = __nccwpck_require4_(4685); + XMLDeclaration = __nccwpck_require__(6364); - XMLDocType = __nccwpck_require4_(5275); + XMLDocType = __nccwpck_require__(1801); - XMLCData = __nccwpck_require4_(2243); + XMLCData = __nccwpck_require__(333); - XMLComment = __nccwpck_require4_(6803); + XMLComment = __nccwpck_require__(4407); - XMLElement = __nccwpck_require4_(5170); + XMLElement = __nccwpck_require__(9437); - XMLRaw = __nccwpck_require4_(1248); + XMLRaw = __nccwpck_require__(6329); - XMLText = __nccwpck_require4_(6519); + XMLText = __nccwpck_require__(1318); - XMLProcessingInstruction = __nccwpck_require4_(4815); + XMLProcessingInstruction = __nccwpck_require__(6939); - XMLDTDAttList = __nccwpck_require4_(6513); + XMLDTDAttList = __nccwpck_require__(1015); - XMLDTDElement = __nccwpck_require4_(7220); + XMLDTDElement = __nccwpck_require__(2421); - XMLDTDEntity = __nccwpck_require4_(3263); + XMLDTDEntity = __nccwpck_require__(53); - XMLDTDNotation = __nccwpck_require4_(4734); + XMLDTDNotation = __nccwpck_require__(2837); - XMLWriterBase = __nccwpck_require4_(4878); + XMLWriterBase = __nccwpck_require__(5293); module.exports = XMLStreamWriter = (function(superClass) { extend(XMLStreamWriter, superClass); @@ -26150,8 +26132,8 @@ exports["default"] = _default; /***/ }), -/***/ 6533: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 5913: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -26159,31 +26141,31 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - XMLDeclaration = __nccwpck_require4_(4685); + XMLDeclaration = __nccwpck_require__(6364); - XMLDocType = __nccwpck_require4_(5275); + XMLDocType = __nccwpck_require__(1801); - XMLCData = __nccwpck_require4_(2243); + XMLCData = __nccwpck_require__(333); - XMLComment = __nccwpck_require4_(6803); + XMLComment = __nccwpck_require__(4407); - XMLElement = __nccwpck_require4_(5170); + XMLElement = __nccwpck_require__(9437); - XMLRaw = __nccwpck_require4_(1248); + XMLRaw = __nccwpck_require__(6329); - XMLText = __nccwpck_require4_(6519); + XMLText = __nccwpck_require__(1318); - XMLProcessingInstruction = __nccwpck_require4_(4815); + XMLProcessingInstruction = __nccwpck_require__(6939); - XMLDTDAttList = __nccwpck_require4_(6513); + XMLDTDAttList = __nccwpck_require__(1015); - XMLDTDElement = __nccwpck_require4_(7220); + XMLDTDElement = __nccwpck_require__(2421); - XMLDTDEntity = __nccwpck_require4_(3263); + XMLDTDEntity = __nccwpck_require__(53); - XMLDTDNotation = __nccwpck_require4_(4734); + XMLDTDNotation = __nccwpck_require__(2837); - XMLWriterBase = __nccwpck_require4_(4878); + XMLWriterBase = __nccwpck_require__(5293); module.exports = XMLStringWriter = (function(superClass) { extend(XMLStringWriter, superClass); @@ -26491,7 +26473,7 @@ exports["default"] = _default; /***/ }), -/***/ 60: +/***/ 8594: /***/ (function(module) { // Generated by CoffeeScript 1.12.7 @@ -26661,8 +26643,8 @@ exports["default"] = _default; /***/ }), -/***/ 6519: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 1318: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { @@ -26670,7 +26652,7 @@ exports["default"] = _default; extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; - XMLNode = __nccwpck_require4_(2619); + XMLNode = __nccwpck_require__(7608); module.exports = XMLText = (function(superClass) { extend(XMLText, superClass); @@ -26700,7 +26682,7 @@ exports["default"] = _default; /***/ }), -/***/ 4878: +/***/ 5293: /***/ (function(module) { // Generated by CoffeeScript 1.12.7 @@ -26797,22 +26779,22 @@ exports["default"] = _default; /***/ }), -/***/ 9679: -/***/ (function(module, __unused_webpack_exports, __nccwpck_require4_) { +/***/ 2958: +/***/ (function(module, __unused_webpack_exports, __nccwpck_require__) { // Generated by CoffeeScript 1.12.7 (function() { var XMLDocument, XMLDocumentCB, XMLStreamWriter, XMLStringWriter, assign, isFunction, ref; - ref = __nccwpck_require4_(505), assign = ref.assign, isFunction = ref.isFunction; + ref = __nccwpck_require__(8229), assign = ref.assign, isFunction = ref.isFunction; - XMLDocument = __nccwpck_require4_(949); + XMLDocument = __nccwpck_require__(3730); - XMLDocumentCB = __nccwpck_require4_(3322); + XMLDocumentCB = __nccwpck_require__(7356); - XMLStringWriter = __nccwpck_require4_(6533); + XMLStringWriter = __nccwpck_require__(5913); - XMLStreamWriter = __nccwpck_require4_(7593); + XMLStreamWriter = __nccwpck_require__(8601); module.exports.create = function(name, xmldec, doctype, options) { var doc, root; @@ -26861,7 +26843,7 @@ exports["default"] = _default; /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(491); +module.exports = require("assert"); /***/ }), @@ -26869,7 +26851,7 @@ module.exports = __nccwpck_require3_(491); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(300); +module.exports = require("buffer"); /***/ }), @@ -26877,7 +26859,7 @@ module.exports = __nccwpck_require3_(300); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(81); +module.exports = require("child_process"); /***/ }), @@ -26885,7 +26867,7 @@ module.exports = __nccwpck_require3_(81); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(113); +module.exports = require("crypto"); /***/ }), @@ -26893,15 +26875,15 @@ module.exports = __nccwpck_require3_(113); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(891); +module.exports = require("dgram"); /***/ }), -/***/ 3639: +/***/ 22: /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(639); +module.exports = require("domain"); /***/ }), @@ -26909,7 +26891,7 @@ module.exports = __nccwpck_require3_(639); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(361); +module.exports = require("events"); /***/ }), @@ -26917,7 +26899,7 @@ module.exports = __nccwpck_require3_(361); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(147); +module.exports = require("fs"); /***/ }), @@ -26925,7 +26907,7 @@ module.exports = __nccwpck_require3_(147); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(685); +module.exports = require("http"); /***/ }), @@ -26933,7 +26915,7 @@ module.exports = __nccwpck_require3_(685); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(687); +module.exports = require("https"); /***/ }), @@ -26941,7 +26923,7 @@ module.exports = __nccwpck_require3_(687); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(808); +module.exports = require("net"); /***/ }), @@ -26949,7 +26931,7 @@ module.exports = __nccwpck_require3_(808); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(37); +module.exports = require("os"); /***/ }), @@ -26957,7 +26939,7 @@ module.exports = __nccwpck_require3_(37); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(17); +module.exports = require("path"); /***/ }), @@ -26965,7 +26947,7 @@ module.exports = __nccwpck_require3_(17); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(477); +module.exports = require("querystring"); /***/ }), @@ -26973,7 +26955,7 @@ module.exports = __nccwpck_require3_(477); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(781); +module.exports = require("stream"); /***/ }), @@ -26981,7 +26963,7 @@ module.exports = __nccwpck_require3_(781); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(576); +module.exports = require("string_decoder"); /***/ }), @@ -26989,7 +26971,7 @@ module.exports = __nccwpck_require3_(576); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(512); +module.exports = require("timers"); /***/ }), @@ -26997,7 +26979,7 @@ module.exports = __nccwpck_require3_(512); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(404); +module.exports = require("tls"); /***/ }), @@ -27005,7 +26987,7 @@ module.exports = __nccwpck_require3_(404); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(310); +module.exports = require("url"); /***/ }), @@ -27013,7 +26995,7 @@ module.exports = __nccwpck_require3_(310); /***/ ((module) => { "use strict"; -module.exports = __nccwpck_require3_(837); +module.exports = require("util"); /***/ }), @@ -27095,7 +27077,7 @@ module.exports = JSON.parse('{"rules":{"*/*":{"endpoint":"{service}.{region}.ama /******/ var __webpack_module_cache__ = {}; /******/ /******/ // The require function -/******/ function __nccwpck_require4_(moduleId) { +/******/ function __nccwpck_require__(moduleId) { /******/ // Check if module is in cache /******/ var cachedModule = __webpack_module_cache__[moduleId]; /******/ if (cachedModule !== undefined) { @@ -27111,7 +27093,7 @@ module.exports = JSON.parse('{"rules":{"*/*":{"endpoint":"{service}.{region}.ama /******/ // Execute the module function /******/ var threw = true; /******/ try { -/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nccwpck_require4_); +/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nccwpck_require__); /******/ threw = false; /******/ } finally { /******/ if(threw) delete __webpack_module_cache__[moduleId]; @@ -27124,15 +27106,15 @@ module.exports = JSON.parse('{"rules":{"*/*":{"endpoint":"{service}.{region}.ama /************************************************************************/ /******/ /* webpack/runtime/compat */ /******/ -/******/ if (typeof __nccwpck_require4_ !== 'undefined') __nccwpck_require4_.ab = __dirname + "/"; +/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/"; /******/ /************************************************************************/ var __webpack_exports__ = {}; // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk. (() => { -const S3 = __nccwpck_require4_(4692); -const core = __nccwpck_require4_(9935); -const fs = __nccwpck_require4_(7147); +const S3 = __nccwpck_require__(3256); +const core = __nccwpck_require__(2186); +const fs = __nccwpck_require__(7147); try { const endpoint = core.getInput('endpoint'); @@ -27158,7 +27140,7 @@ try { }); uploadParams.Body = fileStream; if (destination == "") { - var path = __nccwpck_require4_(1017); + var path = __nccwpck_require__(1017); uploadParams.Key = path.basename(file); } else { uploadParams.Key = destination; } @@ -27178,634 +27160,4 @@ try { module.exports = __webpack_exports__; /******/ })() -; - -/***/ }), - -/***/ 491: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(491); - -/***/ }), - -/***/ 300: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(300); - -/***/ }), - -/***/ 81: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(81); - -/***/ }), - -/***/ 113: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(113); - -/***/ }), - -/***/ 891: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(891); - -/***/ }), - -/***/ 639: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(639); - -/***/ }), - -/***/ 361: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(361); - -/***/ }), - -/***/ 147: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(147); - -/***/ }), - -/***/ 685: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(685); - -/***/ }), - -/***/ 687: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(687); - -/***/ }), - -/***/ 808: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(808); - -/***/ }), - -/***/ 37: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(37); - -/***/ }), - -/***/ 17: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(17); - -/***/ }), - -/***/ 477: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(477); - -/***/ }), - -/***/ 781: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(781); - -/***/ }), - -/***/ 576: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(576); - -/***/ }), - -/***/ 512: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(512); - -/***/ }), - -/***/ 404: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(404); - -/***/ }), - -/***/ 310: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(310); - -/***/ }), - -/***/ 837: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require2_(837); - -/***/ }) - -/******/ }); -/************************************************************************/ -/******/ // The module cache -/******/ var __webpack_module_cache__ = {}; -/******/ -/******/ // The require function -/******/ function __nccwpck_require3_(moduleId) { -/******/ // Check if module is in cache -/******/ var cachedModule = __webpack_module_cache__[moduleId]; -/******/ if (cachedModule !== undefined) { -/******/ return cachedModule.exports; -/******/ } -/******/ // Create a new module (and put it into the cache) -/******/ var module = __webpack_module_cache__[moduleId] = { -/******/ // no module.id needed -/******/ // no module.loaded needed -/******/ exports: {} -/******/ }; -/******/ -/******/ // Execute the module function -/******/ var threw = true; -/******/ try { -/******/ __webpack_modules__[moduleId](module, module.exports, __nccwpck_require3_); -/******/ threw = false; -/******/ } finally { -/******/ if(threw) delete __webpack_module_cache__[moduleId]; -/******/ } -/******/ -/******/ // Return the exports of the module -/******/ return module.exports; -/******/ } -/******/ -/************************************************************************/ -/******/ /* webpack/runtime/compat */ -/******/ -/******/ if (typeof __nccwpck_require3_ !== 'undefined') __nccwpck_require3_.ab = __dirname + "/"; -/******/ -/************************************************************************/ -/******/ -/******/ // startup -/******/ // Load entry module and return exports -/******/ // This entry module is referenced by other modules so it can't be inlined -/******/ var __webpack_exports__ = __nccwpck_require3_(647); -/******/ module.exports = __webpack_exports__; -/******/ -/******/ })() -; - -/***/ }), - -/***/ 491: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(491); - -/***/ }), - -/***/ 300: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(300); - -/***/ }), - -/***/ 81: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(81); - -/***/ }), - -/***/ 113: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(113); - -/***/ }), - -/***/ 891: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(891); - -/***/ }), - -/***/ 639: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(639); - -/***/ }), - -/***/ 361: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(361); - -/***/ }), - -/***/ 147: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(147); - -/***/ }), - -/***/ 685: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(685); - -/***/ }), - -/***/ 687: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(687); - -/***/ }), - -/***/ 808: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(808); - -/***/ }), - -/***/ 37: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(37); - -/***/ }), - -/***/ 17: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(17); - -/***/ }), - -/***/ 477: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(477); - -/***/ }), - -/***/ 781: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(781); - -/***/ }), - -/***/ 576: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(576); - -/***/ }), - -/***/ 512: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(512); - -/***/ }), - -/***/ 404: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(404); - -/***/ }), - -/***/ 310: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(310); - -/***/ }), - -/***/ 837: -/***/ ((module) => { - -"use strict"; -module.exports = __nccwpck_require__(837); - -/***/ }) - -/******/ }); -/************************************************************************/ -/******/ // The module cache -/******/ var __webpack_module_cache__ = {}; -/******/ -/******/ // The require function -/******/ function __nccwpck_require2_(moduleId) { -/******/ // Check if module is in cache -/******/ var cachedModule = __webpack_module_cache__[moduleId]; -/******/ if (cachedModule !== undefined) { -/******/ return cachedModule.exports; -/******/ } -/******/ // Create a new module (and put it into the cache) -/******/ var module = __webpack_module_cache__[moduleId] = { -/******/ // no module.id needed -/******/ // no module.loaded needed -/******/ exports: {} -/******/ }; -/******/ -/******/ // Execute the module function -/******/ var threw = true; -/******/ try { -/******/ __webpack_modules__[moduleId](module, module.exports, __nccwpck_require2_); -/******/ threw = false; -/******/ } finally { -/******/ if(threw) delete __webpack_module_cache__[moduleId]; -/******/ } -/******/ -/******/ // Return the exports of the module -/******/ return module.exports; -/******/ } -/******/ -/************************************************************************/ -/******/ /* webpack/runtime/compat */ -/******/ -/******/ if (typeof __nccwpck_require2_ !== 'undefined') __nccwpck_require2_.ab = __dirname + "/"; -/******/ -/************************************************************************/ -/******/ -/******/ // startup -/******/ // Load entry module and return exports -/******/ // This entry module is referenced by other modules so it can't be inlined -/******/ var __webpack_exports__ = __nccwpck_require2_(647); -/******/ module.exports = __webpack_exports__; -/******/ -/******/ })() -; - -/***/ }), - -/***/ 491: -/***/ ((module) => { - -"use strict"; -module.exports = require("assert"); - -/***/ }), - -/***/ 300: -/***/ ((module) => { - -"use strict"; -module.exports = require("buffer"); - -/***/ }), - -/***/ 81: -/***/ ((module) => { - -"use strict"; -module.exports = require("child_process"); - -/***/ }), - -/***/ 113: -/***/ ((module) => { - -"use strict"; -module.exports = require("crypto"); - -/***/ }), - -/***/ 891: -/***/ ((module) => { - -"use strict"; -module.exports = require("dgram"); - -/***/ }), - -/***/ 639: -/***/ ((module) => { - -"use strict"; -module.exports = require("domain"); - -/***/ }), - -/***/ 361: -/***/ ((module) => { - -"use strict"; -module.exports = require("events"); - -/***/ }), - -/***/ 147: -/***/ ((module) => { - -"use strict"; -module.exports = require("fs"); - -/***/ }), - -/***/ 685: -/***/ ((module) => { - -"use strict"; -module.exports = require("http"); - -/***/ }), - -/***/ 687: -/***/ ((module) => { - -"use strict"; -module.exports = require("https"); - -/***/ }), - -/***/ 808: -/***/ ((module) => { - -"use strict"; -module.exports = require("net"); - -/***/ }), - -/***/ 37: -/***/ ((module) => { - -"use strict"; -module.exports = require("os"); - -/***/ }), - -/***/ 17: -/***/ ((module) => { - -"use strict"; -module.exports = require("path"); - -/***/ }), - -/***/ 477: -/***/ ((module) => { - -"use strict"; -module.exports = require("querystring"); - -/***/ }), - -/***/ 781: -/***/ ((module) => { - -"use strict"; -module.exports = require("stream"); - -/***/ }), - -/***/ 576: -/***/ ((module) => { - -"use strict"; -module.exports = require("string_decoder"); - -/***/ }), - -/***/ 512: -/***/ ((module) => { - -"use strict"; -module.exports = require("timers"); - -/***/ }), - -/***/ 404: -/***/ ((module) => { - -"use strict"; -module.exports = require("tls"); - -/***/ }), - -/***/ 310: -/***/ ((module) => { - -"use strict"; -module.exports = require("url"); - -/***/ }), - -/***/ 837: -/***/ ((module) => { - -"use strict"; -module.exports = require("util"); - -/***/ }) - -/******/ }); -/************************************************************************/ -/******/ // The module cache -/******/ var __webpack_module_cache__ = {}; -/******/ -/******/ // The require function -/******/ function __nccwpck_require__(moduleId) { -/******/ // Check if module is in cache -/******/ var cachedModule = __webpack_module_cache__[moduleId]; -/******/ if (cachedModule !== undefined) { -/******/ return cachedModule.exports; -/******/ } -/******/ // Create a new module (and put it into the cache) -/******/ var module = __webpack_module_cache__[moduleId] = { -/******/ // no module.id needed -/******/ // no module.loaded needed -/******/ exports: {} -/******/ }; -/******/ -/******/ // Execute the module function -/******/ var threw = true; -/******/ try { -/******/ __webpack_modules__[moduleId](module, module.exports, __nccwpck_require__); -/******/ threw = false; -/******/ } finally { -/******/ if(threw) delete __webpack_module_cache__[moduleId]; -/******/ } -/******/ -/******/ // Return the exports of the module -/******/ return module.exports; -/******/ } -/******/ -/************************************************************************/ -/******/ /* webpack/runtime/compat */ -/******/ -/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/"; -/******/ -/************************************************************************/ -/******/ -/******/ // startup -/******/ // Load entry module and return exports -/******/ // This entry module is referenced by other modules so it can't be inlined -/******/ var __webpack_exports__ = __nccwpck_require__(283); -/******/ module.exports = __webpack_exports__; -/******/ -/******/ })() ; \ No newline at end of file diff --git a/dist/licenses.txt b/dist/licenses.txt new file mode 100644 index 0000000..72abf74 --- /dev/null +++ b/dist/licenses.txt @@ -0,0 +1,401 @@ +@actions/core +MIT +The MIT License (MIT) + +Copyright 2019 GitHub + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +@actions/http-client +MIT +Actions Http Client for Node.js + +Copyright (c) GitHub, Inc. + +All rights reserved. + +MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and +associated documentation files (the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +aws-sdk +Apache-2.0 + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +jmespath +Apache-2.0 +Copyright 2014 James Saryerwinnie + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +sax +ISC +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +==== + +`String.fromCodePoint` by Mathias Bynens used according to terms of MIT +License, as follows: + + Copyright Mathias Bynens + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +tunnel +MIT +The MIT License (MIT) + +Copyright (c) 2012 Koichi Kobayashi + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +uuid +MIT +The MIT License (MIT) + +Copyright (c) 2010-2020 Robert Kieffer and other contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +xml2js +MIT +Copyright 2010, 2011, 2012, 2013. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. + + +xmlbuilder +MIT +The MIT License (MIT) + +Copyright (c) 2013 Ozgur Ozcitak + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/package.json b/package.json index 6bea987..8ad8d27 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "aws-sdk": "2.1210.0" }, "name": "r2-upload", - "version": "0.0.5", + "version": "0.0.6", "main": "dist/index.js", "scripts": { - "build": "ncc build", + "build": "ncc build index.js --license licenses.txt", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": {