diff --git a/dist/index.js b/dist/index.js index 4b5d17e..a717c14 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,7 +1,7 @@ /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ -/***/ 3363: +/***/ 2756: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -36,9 +36,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.FileFinder = void 0; -const glob = __importStar(__nccwpck_require__(1133)); +const glob = __importStar(__nccwpck_require__(8079)); const fs_1 = __nccwpck_require__(5747); -const core_1 = __nccwpck_require__(9747); +const core_1 = __nccwpck_require__(5043); const path = __importStar(__nccwpck_require__(5622)); const util_1 = __nccwpck_require__(1669); const stats = util_1.promisify(fs_1.stat); @@ -159,7 +159,7 @@ FileFinder.DefaultGlobOptions = { /***/ }), -/***/ 8458: +/***/ 8636: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -185,8 +185,8 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Inputs = void 0; -const core = __importStar(__nccwpck_require__(9747)); -const NoFileOption_1 = __nccwpck_require__(8513); +const core = __importStar(__nccwpck_require__(5043)); +const NoFileOption_1 = __nccwpck_require__(2523); class Inputs { static get ArtifactName() { return core.getInput("name"); @@ -220,7 +220,7 @@ exports.Inputs = Inputs; /***/ }), -/***/ 8513: +/***/ 2523: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -246,7 +246,7 @@ var NoFileOption; /***/ }), -/***/ 2409: +/***/ 8626: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -281,11 +281,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.NextcloudArtifact = void 0; -const core = __importStar(__nccwpck_require__(9747)); -const FileFinder_1 = __nccwpck_require__(3363); -const Inputs_1 = __nccwpck_require__(8458); -const NextcloudClient_1 = __nccwpck_require__(5524); -const NoFileOption_1 = __nccwpck_require__(8513); +const core = __importStar(__nccwpck_require__(5043)); +const FileFinder_1 = __nccwpck_require__(2756); +const Inputs_1 = __nccwpck_require__(8636); +const NextcloudClient_1 = __nccwpck_require__(8389); +const NoFileOption_1 = __nccwpck_require__(2523); class NextcloudArtifact { constructor(name, path, errorBehavior) { this.name = name; @@ -342,7 +342,7 @@ exports.NextcloudArtifact = NextcloudArtifact; /***/ }), -/***/ 5524: +/***/ 8389: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -382,20 +382,20 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.NextcloudClient = void 0; const fsSync = __importStar(__nccwpck_require__(5747)); const path = __importStar(__nccwpck_require__(5622)); -const core = __importStar(__nccwpck_require__(9747)); +const core = __importStar(__nccwpck_require__(5043)); const os = __importStar(__nccwpck_require__(2087)); const crypto = __importStar(__nccwpck_require__(6417)); -const archiver = __importStar(__nccwpck_require__(1885)); -const node_fetch_1 = __importDefault(__nccwpck_require__(7738)); -const Inputs_1 = __nccwpck_require__(8458); -const btoa_1 = __importDefault(__nccwpck_require__(5229)); +const archiver = __importStar(__nccwpck_require__(6512)); +const node_fetch_1 = __importDefault(__nccwpck_require__(650)); +const Inputs_1 = __nccwpck_require__(8636); +const btoa_1 = __importDefault(__nccwpck_require__(4375)); const fs = fsSync.promises; class NextcloudClient { constructor(endpoint, artifact, rootDirectory) { this.endpoint = endpoint; this.artifact = artifact; this.rootDirectory = rootDirectory; - this.guid = crypto.randomUUID(); + this.guid = crypto.randomUUID({ disableEntropyCache: false }); this.headers = { 'Authorization': 'Basic ' + btoa_1.default(`${Inputs_1.Inputs.Username}:${Inputs_1.Inputs.Password}`) }; } uploadFiles(files) { @@ -532,7 +532,7 @@ exports.NextcloudClient = NextcloudClient; /***/ }), -/***/ 1617: +/***/ 1078: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -559,7 +559,7 @@ var __importStar = (this && this.__importStar) || function (mod) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.issue = exports.issueCommand = void 0; const os = __importStar(__nccwpck_require__(2087)); -const utils_1 = __nccwpck_require__(1650); +const utils_1 = __nccwpck_require__(5171); /** * Commands * @@ -631,7 +631,7 @@ function escapeProperty(s) { /***/ }), -/***/ 9747: +/***/ 5043: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -666,9 +666,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getState = exports.saveState = exports.group = exports.endGroup = exports.startGroup = exports.info = exports.warning = exports.error = exports.debug = exports.isDebug = exports.setFailed = exports.setCommandEcho = exports.setOutput = exports.getBooleanInput = exports.getInput = exports.addPath = exports.setSecret = exports.exportVariable = exports.ExitCode = void 0; -const command_1 = __nccwpck_require__(1617); -const file_command_1 = __nccwpck_require__(6869); -const utils_1 = __nccwpck_require__(1650); +const command_1 = __nccwpck_require__(1078); +const file_command_1 = __nccwpck_require__(9573); +const utils_1 = __nccwpck_require__(5171); const os = __importStar(__nccwpck_require__(2087)); const path = __importStar(__nccwpck_require__(5622)); /** @@ -917,7 +917,7 @@ exports.getState = getState; /***/ }), -/***/ 6869: +/***/ 9573: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -948,7 +948,7 @@ exports.issueCommand = void 0; /* eslint-disable @typescript-eslint/no-explicit-any */ const fs = __importStar(__nccwpck_require__(5747)); const os = __importStar(__nccwpck_require__(2087)); -const utils_1 = __nccwpck_require__(1650); +const utils_1 = __nccwpck_require__(5171); function issueCommand(command, message) { const filePath = process.env[`GITHUB_${command}`]; if (!filePath) { @@ -966,7 +966,7 @@ exports.issueCommand = issueCommand; /***/ }), -/***/ 1650: +/***/ 5171: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -993,7 +993,7 @@ exports.toCommandValue = toCommandValue; /***/ }), -/***/ 1133: +/***/ 8079: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1009,7 +1009,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.create = void 0; -const internal_globber_1 = __nccwpck_require__(1197); +const internal_globber_1 = __nccwpck_require__(1434); /** * Constructs a globber * @@ -1026,7 +1026,7 @@ exports.create = create; /***/ }), -/***/ 7891: +/***/ 8808: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1052,7 +1052,7 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getOptions = void 0; -const core = __importStar(__nccwpck_require__(9747)); +const core = __importStar(__nccwpck_require__(5043)); /** * Returns a copy with defaults filled in. */ @@ -1083,7 +1083,7 @@ exports.getOptions = getOptions; /***/ }), -/***/ 1197: +/***/ 1434: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1137,14 +1137,14 @@ var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _ar }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DefaultGlobber = void 0; -const core = __importStar(__nccwpck_require__(9747)); +const core = __importStar(__nccwpck_require__(5043)); const fs = __importStar(__nccwpck_require__(5747)); -const globOptionsHelper = __importStar(__nccwpck_require__(7891)); +const globOptionsHelper = __importStar(__nccwpck_require__(8808)); const path = __importStar(__nccwpck_require__(5622)); -const patternHelper = __importStar(__nccwpck_require__(9053)); -const internal_match_kind_1 = __nccwpck_require__(3329); -const internal_pattern_1 = __nccwpck_require__(6220); -const internal_search_state_1 = __nccwpck_require__(5228); +const patternHelper = __importStar(__nccwpck_require__(8381)); +const internal_match_kind_1 = __nccwpck_require__(1845); +const internal_pattern_1 = __nccwpck_require__(7569); +const internal_search_state_1 = __nccwpck_require__(9328); const IS_WINDOWS = process.platform === 'win32'; class DefaultGlobber { constructor(options) { @@ -1325,7 +1325,7 @@ exports.DefaultGlobber = DefaultGlobber; /***/ }), -/***/ 3329: +/***/ 1845: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -1350,7 +1350,7 @@ var MatchKind; /***/ }), -/***/ 6841: +/***/ 8108: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1555,7 +1555,7 @@ exports.safeTrimTrailingSeparator = safeTrimTrailingSeparator; /***/ }), -/***/ 7954: +/***/ 7319: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1585,7 +1585,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Path = void 0; const path = __importStar(__nccwpck_require__(5622)); -const pathHelper = __importStar(__nccwpck_require__(6841)); +const pathHelper = __importStar(__nccwpck_require__(8108)); const assert_1 = __importDefault(__nccwpck_require__(2357)); const IS_WINDOWS = process.platform === 'win32'; /** @@ -1675,7 +1675,7 @@ exports.Path = Path; /***/ }), -/***/ 9053: +/***/ 8381: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1701,8 +1701,8 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.partialMatch = exports.match = exports.getSearchPaths = void 0; -const pathHelper = __importStar(__nccwpck_require__(6841)); -const internal_match_kind_1 = __nccwpck_require__(3329); +const pathHelper = __importStar(__nccwpck_require__(8108)); +const internal_match_kind_1 = __nccwpck_require__(1845); const IS_WINDOWS = process.platform === 'win32'; /** * Given an array of patterns, returns an array of paths to search. @@ -1776,7 +1776,7 @@ exports.partialMatch = partialMatch; /***/ }), -/***/ 6220: +/***/ 7569: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1807,11 +1807,11 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Pattern = void 0; const os = __importStar(__nccwpck_require__(2087)); const path = __importStar(__nccwpck_require__(5622)); -const pathHelper = __importStar(__nccwpck_require__(6841)); +const pathHelper = __importStar(__nccwpck_require__(8108)); const assert_1 = __importDefault(__nccwpck_require__(2357)); -const minimatch_1 = __nccwpck_require__(3032); -const internal_match_kind_1 = __nccwpck_require__(3329); -const internal_path_1 = __nccwpck_require__(7954); +const minimatch_1 = __nccwpck_require__(4785); +const internal_match_kind_1 = __nccwpck_require__(1845); +const internal_path_1 = __nccwpck_require__(7319); const IS_WINDOWS = process.platform === 'win32'; class Pattern { constructor(patternOrNegate, isImplicitPattern = false, segments, homedir) { @@ -2038,7 +2038,7 @@ exports.Pattern = Pattern; /***/ }), -/***/ 5228: +/***/ 9328: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -2056,7 +2056,7 @@ exports.SearchState = SearchState; /***/ }), -/***/ 3332: +/***/ 7879: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -2066,15 +2066,15 @@ exports.SearchState = SearchState; * Licensed under the MIT license. * https://github.com/archiverjs/node-archiver/blob/master/LICENSE-MIT */ -var fs = __nccwpck_require__(1781); +var fs = __nccwpck_require__(5535); var path = __nccwpck_require__(5622); -var flatten = __nccwpck_require__(5569); -var difference = __nccwpck_require__(232); -var union = __nccwpck_require__(938); -var isPlainObject = __nccwpck_require__(5495); +var flatten = __nccwpck_require__(5948); +var difference = __nccwpck_require__(4528); +var union = __nccwpck_require__(8257); +var isPlainObject = __nccwpck_require__(8688); -var glob = __nccwpck_require__(4545); +var glob = __nccwpck_require__(6641); var file = module.exports = {}; @@ -2272,7 +2272,7 @@ file.normalizeFilesArray = function(data) { /***/ }), -/***/ 4699: +/***/ 9429: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -2282,18 +2282,18 @@ file.normalizeFilesArray = function(data) { * Licensed under the MIT license. * https://github.com/archiverjs/archiver-utils/blob/master/LICENSE */ -var fs = __nccwpck_require__(1781); +var fs = __nccwpck_require__(5535); var path = __nccwpck_require__(5622); var nutil = __nccwpck_require__(1669); -var lazystream = __nccwpck_require__(3772); -var normalizePath = __nccwpck_require__(8296); -var defaults = __nccwpck_require__(2122); +var lazystream = __nccwpck_require__(6884); +var normalizePath = __nccwpck_require__(7816); +var defaults = __nccwpck_require__(1036); var Stream = __nccwpck_require__(2413).Stream; -var PassThrough = __nccwpck_require__(4989).PassThrough; +var PassThrough = __nccwpck_require__(9215).PassThrough; var utils = module.exports = {}; -utils.file = __nccwpck_require__(3332); +utils.file = __nccwpck_require__(7879); function assertPath(path) { if (typeof path !== 'string') { @@ -2435,7 +2435,7 @@ utils.walkdir = function(dirpath, base, callback) { /***/ }), -/***/ 7161: +/***/ 2023: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -2469,7 +2469,7 @@ utils.walkdir = function(dirpath, base, callback) { /**/ -var pna = __nccwpck_require__(5715); +var pna = __nccwpck_require__(7178); /**/ /**/ @@ -2484,12 +2484,12 @@ var objectKeys = Object.keys || function (obj) { module.exports = Duplex; /**/ -var util = Object.create(__nccwpck_require__(1409)); -util.inherits = __nccwpck_require__(468); +var util = Object.create(__nccwpck_require__(540)); +util.inherits = __nccwpck_require__(1089); /**/ -var Readable = __nccwpck_require__(7938); -var Writable = __nccwpck_require__(3625); +var Readable = __nccwpck_require__(2841); +var Writable = __nccwpck_require__(8850); util.inherits(Duplex, Readable); @@ -2573,7 +2573,7 @@ Duplex.prototype._destroy = function (err, cb) { /***/ }), -/***/ 9389: +/***/ 4920: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -2606,11 +2606,11 @@ Duplex.prototype._destroy = function (err, cb) { module.exports = PassThrough; -var Transform = __nccwpck_require__(2662); +var Transform = __nccwpck_require__(6294); /**/ -var util = Object.create(__nccwpck_require__(1409)); -util.inherits = __nccwpck_require__(468); +var util = Object.create(__nccwpck_require__(540)); +util.inherits = __nccwpck_require__(1089); /**/ util.inherits(PassThrough, Transform); @@ -2627,7 +2627,7 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) { /***/ }), -/***/ 7938: +/***/ 2841: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -2656,13 +2656,13 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) { /**/ -var pna = __nccwpck_require__(5715); +var pna = __nccwpck_require__(7178); /**/ module.exports = Readable; /**/ -var isArray = __nccwpck_require__(6723); +var isArray = __nccwpck_require__(3411); /**/ /**/ @@ -2680,12 +2680,12 @@ var EElistenerCount = function (emitter, type) { /**/ /**/ -var Stream = __nccwpck_require__(3842); +var Stream = __nccwpck_require__(6692); /**/ /**/ -var Buffer = __nccwpck_require__(475).Buffer; +var Buffer = __nccwpck_require__(7490).Buffer; var OurUint8Array = global.Uint8Array || function () {}; function _uint8ArrayToBuffer(chunk) { return Buffer.from(chunk); @@ -2697,8 +2697,8 @@ function _isUint8Array(obj) { /**/ /**/ -var util = Object.create(__nccwpck_require__(1409)); -util.inherits = __nccwpck_require__(468); +var util = Object.create(__nccwpck_require__(540)); +util.inherits = __nccwpck_require__(1089); /**/ /**/ @@ -2711,8 +2711,8 @@ if (debugUtil && debugUtil.debuglog) { } /**/ -var BufferList = __nccwpck_require__(6242); -var destroyImpl = __nccwpck_require__(6644); +var BufferList = __nccwpck_require__(6337); +var destroyImpl = __nccwpck_require__(2855); var StringDecoder; util.inherits(Readable, Stream); @@ -2732,7 +2732,7 @@ function prependListener(emitter, event, fn) { } function ReadableState(options, stream) { - Duplex = Duplex || __nccwpck_require__(7161); + Duplex = Duplex || __nccwpck_require__(2023); options = options || {}; @@ -2802,14 +2802,14 @@ function ReadableState(options, stream) { this.decoder = null; this.encoding = null; if (options.encoding) { - if (!StringDecoder) StringDecoder = __nccwpck_require__(4446)/* .StringDecoder */ .s; + if (!StringDecoder) StringDecoder = __nccwpck_require__(1679)/* .StringDecoder */ .s; this.decoder = new StringDecoder(options.encoding); this.encoding = options.encoding; } } function Readable(options) { - Duplex = Duplex || __nccwpck_require__(7161); + Duplex = Duplex || __nccwpck_require__(2023); if (!(this instanceof Readable)) return new Readable(options); @@ -2958,7 +2958,7 @@ Readable.prototype.isPaused = function () { // backwards compatibility. Readable.prototype.setEncoding = function (enc) { - if (!StringDecoder) StringDecoder = __nccwpck_require__(4446)/* .StringDecoder */ .s; + if (!StringDecoder) StringDecoder = __nccwpck_require__(1679)/* .StringDecoder */ .s; this._readableState.decoder = new StringDecoder(enc); this._readableState.encoding = enc; return this; @@ -3653,7 +3653,7 @@ function indexOf(xs, x) { /***/ }), -/***/ 2662: +/***/ 6294: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -3724,11 +3724,11 @@ function indexOf(xs, x) { module.exports = Transform; -var Duplex = __nccwpck_require__(7161); +var Duplex = __nccwpck_require__(2023); /**/ -var util = Object.create(__nccwpck_require__(1409)); -util.inherits = __nccwpck_require__(468); +var util = Object.create(__nccwpck_require__(540)); +util.inherits = __nccwpck_require__(1089); /**/ util.inherits(Transform, Duplex); @@ -3874,7 +3874,7 @@ function done(stream, er, data) { /***/ }), -/***/ 3625: +/***/ 8850: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -3907,7 +3907,7 @@ function done(stream, er, data) { /**/ -var pna = __nccwpck_require__(5715); +var pna = __nccwpck_require__(7178); /**/ module.exports = Writable; @@ -3944,23 +3944,23 @@ var Duplex; Writable.WritableState = WritableState; /**/ -var util = Object.create(__nccwpck_require__(1409)); -util.inherits = __nccwpck_require__(468); +var util = Object.create(__nccwpck_require__(540)); +util.inherits = __nccwpck_require__(1089); /**/ /**/ var internalUtil = { - deprecate: __nccwpck_require__(6467) + deprecate: __nccwpck_require__(8774) }; /**/ /**/ -var Stream = __nccwpck_require__(3842); +var Stream = __nccwpck_require__(6692); /**/ /**/ -var Buffer = __nccwpck_require__(475).Buffer; +var Buffer = __nccwpck_require__(7490).Buffer; var OurUint8Array = global.Uint8Array || function () {}; function _uint8ArrayToBuffer(chunk) { return Buffer.from(chunk); @@ -3971,14 +3971,14 @@ function _isUint8Array(obj) { /**/ -var destroyImpl = __nccwpck_require__(6644); +var destroyImpl = __nccwpck_require__(2855); util.inherits(Writable, Stream); function nop() {} function WritableState(options, stream) { - Duplex = Duplex || __nccwpck_require__(7161); + Duplex = Duplex || __nccwpck_require__(2023); options = options || {}; @@ -4128,7 +4128,7 @@ if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.protot } function Writable(options) { - Duplex = Duplex || __nccwpck_require__(7161); + Duplex = Duplex || __nccwpck_require__(2023); // Writable ctor is applied to Duplexes, too. // `realHasInstance` is necessary because using plain `instanceof` @@ -4568,7 +4568,7 @@ Writable.prototype._destroy = function (err, cb) { /***/ }), -/***/ 6242: +/***/ 6337: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -4576,7 +4576,7 @@ Writable.prototype._destroy = function (err, cb) { function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } -var Buffer = __nccwpck_require__(475).Buffer; +var Buffer = __nccwpck_require__(7490).Buffer; var util = __nccwpck_require__(1669); function copyBuffer(src, target, offset) { @@ -4654,7 +4654,7 @@ if (util && util.inspect && util.inspect.custom) { /***/ }), -/***/ 6644: +/***/ 2855: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -4662,7 +4662,7 @@ if (util && util.inspect && util.inspect.custom) { /**/ -var pna = __nccwpck_require__(5715); +var pna = __nccwpck_require__(7178); /**/ // undocumented cb() API, needed for core, not for public API @@ -4735,7 +4735,7 @@ module.exports = { /***/ }), -/***/ 3842: +/***/ 6692: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = __nccwpck_require__(2413); @@ -4743,7 +4743,7 @@ module.exports = __nccwpck_require__(2413); /***/ }), -/***/ 4989: +/***/ 9215: /***/ ((module, exports, __nccwpck_require__) => { var Stream = __nccwpck_require__(2413); @@ -4757,19 +4757,19 @@ if (process.env.READABLE_STREAM === 'disable' && Stream) { exports.PassThrough = Stream.PassThrough; exports.Stream = Stream; } else { - exports = module.exports = __nccwpck_require__(7938); + exports = module.exports = __nccwpck_require__(2841); exports.Stream = Stream || exports; exports.Readable = exports; - exports.Writable = __nccwpck_require__(3625); - exports.Duplex = __nccwpck_require__(7161); - exports.Transform = __nccwpck_require__(2662); - exports.PassThrough = __nccwpck_require__(9389); + exports.Writable = __nccwpck_require__(8850); + exports.Duplex = __nccwpck_require__(2023); + exports.Transform = __nccwpck_require__(6294); + exports.PassThrough = __nccwpck_require__(4920); } /***/ }), -/***/ 1885: +/***/ 6512: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -4779,7 +4779,7 @@ if (process.env.READABLE_STREAM === 'disable' && Stream) { * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE} * @copyright (c) 2012-2014 Chris Talkington, contributors. */ -var Archiver = __nccwpck_require__(1903); +var Archiver = __nccwpck_require__(583); var formats = {}; @@ -4851,15 +4851,15 @@ vending.isRegisteredFormat = function (format) { return false; }; -vending.registerFormat('zip', __nccwpck_require__(37)); -vending.registerFormat('tar', __nccwpck_require__(7915)); -vending.registerFormat('json', __nccwpck_require__(685)); +vending.registerFormat('zip', __nccwpck_require__(4448)); +vending.registerFormat('tar', __nccwpck_require__(5427)); +vending.registerFormat('json', __nccwpck_require__(7692)); module.exports = vending; /***/ }), -/***/ 1903: +/***/ 583: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -4870,14 +4870,14 @@ module.exports = vending; * @copyright (c) 2012-2014 Chris Talkington, contributors. */ var fs = __nccwpck_require__(5747); -var glob = __nccwpck_require__(4465); -var async = __nccwpck_require__(5660); +var glob = __nccwpck_require__(230); +var async = __nccwpck_require__(1360); var path = __nccwpck_require__(5622); -var util = __nccwpck_require__(4699); +var util = __nccwpck_require__(9429); var inherits = __nccwpck_require__(1669).inherits; -var ArchiverError = __nccwpck_require__(3445); -var Transform = __nccwpck_require__(7425).Transform; +var ArchiverError = __nccwpck_require__(7381); +var Transform = __nccwpck_require__(2218).Transform; var win32 = process.platform === 'win32'; @@ -5840,7 +5840,7 @@ module.exports = Archiver; /***/ }), -/***/ 3445: +/***/ 7381: /***/ ((module, exports, __nccwpck_require__) => { /** @@ -5886,7 +5886,7 @@ exports = module.exports = ArchiverError; /***/ }), -/***/ 685: +/***/ 7692: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -5897,10 +5897,10 @@ exports = module.exports = ArchiverError; * @copyright (c) 2012-2014 Chris Talkington, contributors. */ var inherits = __nccwpck_require__(1669).inherits; -var Transform = __nccwpck_require__(7425).Transform; +var Transform = __nccwpck_require__(2218).Transform; -var crc32 = __nccwpck_require__(1509); -var util = __nccwpck_require__(4699); +var crc32 = __nccwpck_require__(7155); +var util = __nccwpck_require__(9429); /** * @constructor @@ -6003,7 +6003,7 @@ module.exports = Json; /***/ }), -/***/ 7915: +/***/ 5427: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -6015,8 +6015,8 @@ module.exports = Json; */ var zlib = __nccwpck_require__(8761); -var engine = __nccwpck_require__(3377); -var util = __nccwpck_require__(4699); +var engine = __nccwpck_require__(4404); +var util = __nccwpck_require__(9429); /** * @constructor @@ -6177,7 +6177,7 @@ module.exports = Tar; /***/ }), -/***/ 37: +/***/ 4448: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -6187,8 +6187,8 @@ module.exports = Tar; * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE} * @copyright (c) 2012-2014 Chris Talkington, contributors. */ -var engine = __nccwpck_require__(7645); -var util = __nccwpck_require__(4699); +var engine = __nccwpck_require__(6887); +var util = __nccwpck_require__(9429); /** * @constructor @@ -6304,7 +6304,7 @@ module.exports = Zip; /***/ }), -/***/ 5660: +/***/ 1360: /***/ (function(__unused_webpack_module, exports) { (function (global, factory) { @@ -11156,7 +11156,7 @@ module.exports = Zip; /***/ }), -/***/ 321: +/***/ 7684: /***/ ((module) => { "use strict"; @@ -11226,7 +11226,7 @@ function range(a, b, str) { /***/ }), -/***/ 2045: +/***/ 7698: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -11630,15 +11630,15 @@ module.exports = BufferList /***/ }), -/***/ 6888: +/***/ 9061: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; -const DuplexStream = __nccwpck_require__(7425).Duplex -const inherits = __nccwpck_require__(468) -const BufferList = __nccwpck_require__(2045) +const DuplexStream = __nccwpck_require__(2218).Duplex +const inherits = __nccwpck_require__(1089) +const BufferList = __nccwpck_require__(7698) function BufferListStream (callback) { if (!(this instanceof BufferListStream)) { @@ -11722,11 +11722,11 @@ module.exports.BufferList = BufferList /***/ }), -/***/ 1059: +/***/ 4814: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var concatMap = __nccwpck_require__(5941); -var balanced = __nccwpck_require__(321); +var concatMap = __nccwpck_require__(7931); +var balanced = __nccwpck_require__(7684); module.exports = expandTop; @@ -11930,7 +11930,7 @@ function expand(str, isTop) { /***/ }), -/***/ 5229: +/***/ 4375: /***/ ((module) => { (function () { @@ -11954,7 +11954,7 @@ function expand(str, isTop) { /***/ }), -/***/ 1509: +/***/ 7155: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { var Buffer = __nccwpck_require__(4293).Buffer; @@ -12072,7 +12072,7 @@ module.exports = crc32; /***/ }), -/***/ 8669: +/***/ 4848: /***/ ((module) => { /** @@ -12094,7 +12094,7 @@ ArchiveEntry.prototype.isDirectory = function() {}; /***/ }), -/***/ 1186: +/***/ 1647: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -12105,10 +12105,10 @@ ArchiveEntry.prototype.isDirectory = function() {}; * https://github.com/archiverjs/node-compress-commons/blob/master/LICENSE-MIT */ var inherits = __nccwpck_require__(1669).inherits; -var Transform = __nccwpck_require__(7425).Transform; +var Transform = __nccwpck_require__(2218).Transform; -var ArchiveEntry = __nccwpck_require__(8669); -var util = __nccwpck_require__(6862); +var ArchiveEntry = __nccwpck_require__(4848); +var util = __nccwpck_require__(6912); var ArchiveOutputStream = module.exports = function(options) { if (!(this instanceof ArchiveOutputStream)) { @@ -12217,7 +12217,7 @@ ArchiveOutputStream.prototype.write = function(chunk, cb) { /***/ }), -/***/ 8152: +/***/ 8009: /***/ ((module) => { /** @@ -12295,7 +12295,7 @@ module.exports = { /***/ }), -/***/ 8564: +/***/ 9628: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -12305,7 +12305,7 @@ module.exports = { * Licensed under the MIT license. * https://github.com/archiverjs/node-compress-commons/blob/master/LICENSE-MIT */ -var zipUtil = __nccwpck_require__(2935); +var zipUtil = __nccwpck_require__(8924); var DATA_DESCRIPTOR_FLAG = 1 << 3; var ENCRYPTION_FLAG = 1 << 0; @@ -12402,7 +12402,7 @@ GeneralPurposeBit.prototype.usesUTF8ForNames = function() { /***/ }), -/***/ 9433: +/***/ 6276: /***/ ((module) => { /** @@ -12461,7 +12461,7 @@ module.exports = { /***/ }), -/***/ 2935: +/***/ 8924: /***/ ((module) => { /** @@ -12541,7 +12541,7 @@ util.toDosTime = function(d) { /***/ }), -/***/ 6730: +/***/ 4940: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -12552,14 +12552,14 @@ util.toDosTime = function(d) { * https://github.com/archiverjs/node-compress-commons/blob/master/LICENSE-MIT */ var inherits = __nccwpck_require__(1669).inherits; -var normalizePath = __nccwpck_require__(8296); +var normalizePath = __nccwpck_require__(7816); -var ArchiveEntry = __nccwpck_require__(8669); -var GeneralPurposeBit = __nccwpck_require__(8564); -var UnixStat = __nccwpck_require__(9433); +var ArchiveEntry = __nccwpck_require__(4848); +var GeneralPurposeBit = __nccwpck_require__(9628); +var UnixStat = __nccwpck_require__(6276); -var constants = __nccwpck_require__(8152); -var zipUtil = __nccwpck_require__(2935); +var constants = __nccwpck_require__(8009); +var zipUtil = __nccwpck_require__(8924); var ZipArchiveEntry = module.exports = function(name) { if (!(this instanceof ZipArchiveEntry)) { @@ -12961,7 +12961,7 @@ ZipArchiveEntry.prototype.isZip64 = function() { /***/ }), -/***/ 4136: +/***/ 6190: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -12972,17 +12972,17 @@ ZipArchiveEntry.prototype.isZip64 = function() { * https://github.com/archiverjs/node-compress-commons/blob/master/LICENSE-MIT */ var inherits = __nccwpck_require__(1669).inherits; -var crc32 = __nccwpck_require__(1509); -var {CRC32Stream} = __nccwpck_require__(7472); -var {DeflateCRC32Stream} = __nccwpck_require__(7472); +var crc32 = __nccwpck_require__(7155); +var {CRC32Stream} = __nccwpck_require__(6310); +var {DeflateCRC32Stream} = __nccwpck_require__(6310); -var ArchiveOutputStream = __nccwpck_require__(1186); -var ZipArchiveEntry = __nccwpck_require__(6730); -var GeneralPurposeBit = __nccwpck_require__(8564); +var ArchiveOutputStream = __nccwpck_require__(1647); +var ZipArchiveEntry = __nccwpck_require__(4940); +var GeneralPurposeBit = __nccwpck_require__(9628); -var constants = __nccwpck_require__(8152); -var util = __nccwpck_require__(6862); -var zipUtil = __nccwpck_require__(2935); +var constants = __nccwpck_require__(8009); +var util = __nccwpck_require__(6912); +var zipUtil = __nccwpck_require__(8924); var ZipArchiveOutputStream = module.exports = function(options) { if (!(this instanceof ZipArchiveOutputStream)) { @@ -13408,7 +13408,7 @@ ZipArchiveOutputStream.prototype.setComment = function(comment) { /***/ }), -/***/ 3541: +/***/ 2247: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -13419,15 +13419,15 @@ ZipArchiveOutputStream.prototype.setComment = function(comment) { * https://github.com/archiverjs/node-compress-commons/blob/master/LICENSE-MIT */ module.exports = { - ArchiveEntry: __nccwpck_require__(8669), - ZipArchiveEntry: __nccwpck_require__(6730), - ArchiveOutputStream: __nccwpck_require__(1186), - ZipArchiveOutputStream: __nccwpck_require__(4136) + ArchiveEntry: __nccwpck_require__(4848), + ZipArchiveEntry: __nccwpck_require__(4940), + ArchiveOutputStream: __nccwpck_require__(1647), + ZipArchiveOutputStream: __nccwpck_require__(6190) }; /***/ }), -/***/ 6862: +/***/ 6912: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -13438,7 +13438,7 @@ module.exports = { * https://github.com/archiverjs/node-compress-commons/blob/master/LICENSE-MIT */ var Stream = __nccwpck_require__(2413).Stream; -var PassThrough = __nccwpck_require__(7425).PassThrough; +var PassThrough = __nccwpck_require__(2218).PassThrough; var util = module.exports = {}; @@ -13463,7 +13463,7 @@ util.normalizeInputSource = function(source) { /***/ }), -/***/ 5941: +/***/ 7931: /***/ ((module) => { module.exports = function (xs, fn) { @@ -13483,7 +13483,7 @@ var isArray = Array.isArray || function (xs) { /***/ }), -/***/ 1409: +/***/ 540: /***/ ((__unused_webpack_module, exports) => { // Copyright Joyent, Inc. and other Node contributors. @@ -13597,7 +13597,7 @@ function objectToString(o) { /***/ }), -/***/ 4786: +/***/ 2382: /***/ ((__unused_webpack_module, exports) => { /* crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */ @@ -13714,7 +13714,7 @@ CRC32.str = crc32_str; /***/ }), -/***/ 6525: +/***/ 1235: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -13728,9 +13728,9 @@ CRC32.str = crc32_str; -const {Transform} = __nccwpck_require__(7425); +const {Transform} = __nccwpck_require__(2218); -const crc32 = __nccwpck_require__(4786); +const crc32 = __nccwpck_require__(2382); class CRC32Stream extends Transform { constructor(options) { @@ -13770,7 +13770,7 @@ module.exports = CRC32Stream; /***/ }), -/***/ 4566: +/***/ 8863: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -13786,7 +13786,7 @@ module.exports = CRC32Stream; const {DeflateRaw} = __nccwpck_require__(8761); -const crc32 = __nccwpck_require__(4786); +const crc32 = __nccwpck_require__(2382); class DeflateCRC32Stream extends DeflateRaw { constructor(options) { @@ -13840,7 +13840,7 @@ module.exports = DeflateCRC32Stream; /***/ }), -/***/ 7472: +/***/ 6310: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -13855,17 +13855,17 @@ module.exports = DeflateCRC32Stream; module.exports = { - CRC32Stream: __nccwpck_require__(6525), - DeflateCRC32Stream: __nccwpck_require__(4566) + CRC32Stream: __nccwpck_require__(1235), + DeflateCRC32Stream: __nccwpck_require__(8863) } /***/ }), -/***/ 2904: +/***/ 157: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var once = __nccwpck_require__(2009); +var once = __nccwpck_require__(7849); var noop = function() {}; @@ -13963,7 +13963,7 @@ module.exports = eos; /***/ }), -/***/ 116: +/***/ 4591: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = __nccwpck_require__(5747).constants || __nccwpck_require__(7619) @@ -13971,7 +13971,7 @@ module.exports = __nccwpck_require__(5747).constants || __nccwpck_require__(7619 /***/ }), -/***/ 5789: +/***/ 9262: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = realpath @@ -13987,7 +13987,7 @@ var origRealpathSync = fs.realpathSync var version = process.version var ok = /^v[0-5]\./.test(version) -var old = __nccwpck_require__(5608) +var old = __nccwpck_require__(1468) function newError (er) { return er && er.syscall === 'realpath' && ( @@ -14044,7 +14044,7 @@ function unmonkeypatch () { /***/ }), -/***/ 5608: +/***/ 1468: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { // Copyright Joyent, Inc. and other Node contributors. @@ -14354,7 +14354,7 @@ exports.realpath = function realpath(p, cache, cb) { /***/ }), -/***/ 5461: +/***/ 5604: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { exports.setopts = setopts @@ -14370,8 +14370,8 @@ function ownProp (obj, field) { } var path = __nccwpck_require__(5622) -var minimatch = __nccwpck_require__(3032) -var isAbsolute = __nccwpck_require__(5026) +var minimatch = __nccwpck_require__(4785) +var isAbsolute = __nccwpck_require__(8178) var Minimatch = minimatch.Minimatch function alphasort (a, b) { @@ -14595,7 +14595,7 @@ function childrenIgnored (self, path) { /***/ }), -/***/ 4545: +/***/ 6641: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { // Approach: @@ -14641,24 +14641,24 @@ function childrenIgnored (self, path) { module.exports = glob var fs = __nccwpck_require__(5747) -var rp = __nccwpck_require__(5789) -var minimatch = __nccwpck_require__(3032) +var rp = __nccwpck_require__(9262) +var minimatch = __nccwpck_require__(4785) var Minimatch = minimatch.Minimatch -var inherits = __nccwpck_require__(468) +var inherits = __nccwpck_require__(1089) var EE = __nccwpck_require__(8614).EventEmitter var path = __nccwpck_require__(5622) var assert = __nccwpck_require__(2357) -var isAbsolute = __nccwpck_require__(5026) -var globSync = __nccwpck_require__(1749) -var common = __nccwpck_require__(5461) +var isAbsolute = __nccwpck_require__(8178) +var globSync = __nccwpck_require__(2710) +var common = __nccwpck_require__(5604) var setopts = common.setopts var ownProp = common.ownProp -var inflight = __nccwpck_require__(734) +var inflight = __nccwpck_require__(8154) var util = __nccwpck_require__(1669) var childrenIgnored = common.childrenIgnored var isIgnored = common.isIgnored -var once = __nccwpck_require__(2009) +var once = __nccwpck_require__(7849) function glob (pattern, options, cb) { if (typeof options === 'function') cb = options, options = {} @@ -15390,22 +15390,22 @@ Glob.prototype._stat2 = function (f, abs, er, stat, cb) { /***/ }), -/***/ 1749: +/***/ 2710: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = globSync globSync.GlobSync = GlobSync var fs = __nccwpck_require__(5747) -var rp = __nccwpck_require__(5789) -var minimatch = __nccwpck_require__(3032) +var rp = __nccwpck_require__(9262) +var minimatch = __nccwpck_require__(4785) var Minimatch = minimatch.Minimatch -var Glob = __nccwpck_require__(4545).Glob +var Glob = __nccwpck_require__(6641).Glob var util = __nccwpck_require__(1669) var path = __nccwpck_require__(5622) var assert = __nccwpck_require__(2357) -var isAbsolute = __nccwpck_require__(5026) -var common = __nccwpck_require__(5461) +var isAbsolute = __nccwpck_require__(8178) +var common = __nccwpck_require__(5604) var setopts = common.setopts var ownProp = common.ownProp var childrenIgnored = common.childrenIgnored @@ -15881,7 +15881,7 @@ GlobSync.prototype._makeAbs = function (f) { /***/ }), -/***/ 5361: +/***/ 8014: /***/ ((module) => { "use strict"; @@ -15912,13 +15912,13 @@ function clone (obj) { /***/ }), -/***/ 1781: +/***/ 5535: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { var fs = __nccwpck_require__(5747) -var polyfills = __nccwpck_require__(6096) -var legacy = __nccwpck_require__(2266) -var clone = __nccwpck_require__(5361) +var polyfills = __nccwpck_require__(2647) +var legacy = __nccwpck_require__(892) +var clone = __nccwpck_require__(8014) var util = __nccwpck_require__(1669) @@ -16292,7 +16292,7 @@ function retry () { /***/ }), -/***/ 2266: +/***/ 892: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { var Stream = __nccwpck_require__(2413).Stream @@ -16417,7 +16417,7 @@ function legacy (fs) { /***/ }), -/***/ 6096: +/***/ 2647: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { var constants = __nccwpck_require__(7619) @@ -16770,12 +16770,12 @@ function patch (fs) { /***/ }), -/***/ 734: +/***/ 8154: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var wrappy = __nccwpck_require__(9222) +var wrappy = __nccwpck_require__(4403) var reqs = Object.create(null) -var once = __nccwpck_require__(2009) +var once = __nccwpck_require__(7849) module.exports = wrappy(inflight) @@ -16831,7 +16831,7 @@ function slice (args) { /***/ }), -/***/ 468: +/***/ 1089: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { try { @@ -16841,13 +16841,13 @@ try { module.exports = util.inherits; } catch (e) { /* istanbul ignore next */ - module.exports = __nccwpck_require__(5311); + module.exports = __nccwpck_require__(6228); } /***/ }), -/***/ 5311: +/***/ 6228: /***/ ((module) => { if (typeof Object.create === 'function') { @@ -16881,7 +16881,7 @@ if (typeof Object.create === 'function') { /***/ }), -/***/ 6723: +/***/ 3411: /***/ ((module) => { var toString = {}.toString; @@ -16893,11 +16893,11 @@ module.exports = Array.isArray || function (arr) { /***/ }), -/***/ 3772: +/***/ 6884: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { var util = __nccwpck_require__(1669); -var PassThrough = __nccwpck_require__(8908); +var PassThrough = __nccwpck_require__(7367); module.exports = { Readable: Readable, @@ -16954,7 +16954,7 @@ function Writable(fn, options) { /***/ }), -/***/ 5794: +/***/ 5320: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -16988,7 +16988,7 @@ function Writable(fn, options) { /**/ -var pna = __nccwpck_require__(5715); +var pna = __nccwpck_require__(7178); /**/ /**/ @@ -17003,12 +17003,12 @@ var objectKeys = Object.keys || function (obj) { module.exports = Duplex; /**/ -var util = Object.create(__nccwpck_require__(1409)); -util.inherits = __nccwpck_require__(468); +var util = Object.create(__nccwpck_require__(540)); +util.inherits = __nccwpck_require__(1089); /**/ -var Readable = __nccwpck_require__(4964); -var Writable = __nccwpck_require__(1189); +var Readable = __nccwpck_require__(7688); +var Writable = __nccwpck_require__(2068); util.inherits(Duplex, Readable); @@ -17092,7 +17092,7 @@ Duplex.prototype._destroy = function (err, cb) { /***/ }), -/***/ 9933: +/***/ 8813: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -17125,11 +17125,11 @@ Duplex.prototype._destroy = function (err, cb) { module.exports = PassThrough; -var Transform = __nccwpck_require__(3212); +var Transform = __nccwpck_require__(1128); /**/ -var util = Object.create(__nccwpck_require__(1409)); -util.inherits = __nccwpck_require__(468); +var util = Object.create(__nccwpck_require__(540)); +util.inherits = __nccwpck_require__(1089); /**/ util.inherits(PassThrough, Transform); @@ -17146,7 +17146,7 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) { /***/ }), -/***/ 4964: +/***/ 7688: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -17175,13 +17175,13 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) { /**/ -var pna = __nccwpck_require__(5715); +var pna = __nccwpck_require__(7178); /**/ module.exports = Readable; /**/ -var isArray = __nccwpck_require__(6723); +var isArray = __nccwpck_require__(3411); /**/ /**/ @@ -17199,12 +17199,12 @@ var EElistenerCount = function (emitter, type) { /**/ /**/ -var Stream = __nccwpck_require__(4878); +var Stream = __nccwpck_require__(5722); /**/ /**/ -var Buffer = __nccwpck_require__(475).Buffer; +var Buffer = __nccwpck_require__(7490).Buffer; var OurUint8Array = global.Uint8Array || function () {}; function _uint8ArrayToBuffer(chunk) { return Buffer.from(chunk); @@ -17216,8 +17216,8 @@ function _isUint8Array(obj) { /**/ /**/ -var util = Object.create(__nccwpck_require__(1409)); -util.inherits = __nccwpck_require__(468); +var util = Object.create(__nccwpck_require__(540)); +util.inherits = __nccwpck_require__(1089); /**/ /**/ @@ -17230,8 +17230,8 @@ if (debugUtil && debugUtil.debuglog) { } /**/ -var BufferList = __nccwpck_require__(4973); -var destroyImpl = __nccwpck_require__(3168); +var BufferList = __nccwpck_require__(2367); +var destroyImpl = __nccwpck_require__(928); var StringDecoder; util.inherits(Readable, Stream); @@ -17251,7 +17251,7 @@ function prependListener(emitter, event, fn) { } function ReadableState(options, stream) { - Duplex = Duplex || __nccwpck_require__(5794); + Duplex = Duplex || __nccwpck_require__(5320); options = options || {}; @@ -17321,14 +17321,14 @@ function ReadableState(options, stream) { this.decoder = null; this.encoding = null; if (options.encoding) { - if (!StringDecoder) StringDecoder = __nccwpck_require__(4446)/* .StringDecoder */ .s; + if (!StringDecoder) StringDecoder = __nccwpck_require__(1679)/* .StringDecoder */ .s; this.decoder = new StringDecoder(options.encoding); this.encoding = options.encoding; } } function Readable(options) { - Duplex = Duplex || __nccwpck_require__(5794); + Duplex = Duplex || __nccwpck_require__(5320); if (!(this instanceof Readable)) return new Readable(options); @@ -17477,7 +17477,7 @@ Readable.prototype.isPaused = function () { // backwards compatibility. Readable.prototype.setEncoding = function (enc) { - if (!StringDecoder) StringDecoder = __nccwpck_require__(4446)/* .StringDecoder */ .s; + if (!StringDecoder) StringDecoder = __nccwpck_require__(1679)/* .StringDecoder */ .s; this._readableState.decoder = new StringDecoder(enc); this._readableState.encoding = enc; return this; @@ -18172,7 +18172,7 @@ function indexOf(xs, x) { /***/ }), -/***/ 3212: +/***/ 1128: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -18243,11 +18243,11 @@ function indexOf(xs, x) { module.exports = Transform; -var Duplex = __nccwpck_require__(5794); +var Duplex = __nccwpck_require__(5320); /**/ -var util = Object.create(__nccwpck_require__(1409)); -util.inherits = __nccwpck_require__(468); +var util = Object.create(__nccwpck_require__(540)); +util.inherits = __nccwpck_require__(1089); /**/ util.inherits(Transform, Duplex); @@ -18393,7 +18393,7 @@ function done(stream, er, data) { /***/ }), -/***/ 1189: +/***/ 2068: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -18426,7 +18426,7 @@ function done(stream, er, data) { /**/ -var pna = __nccwpck_require__(5715); +var pna = __nccwpck_require__(7178); /**/ module.exports = Writable; @@ -18463,23 +18463,23 @@ var Duplex; Writable.WritableState = WritableState; /**/ -var util = Object.create(__nccwpck_require__(1409)); -util.inherits = __nccwpck_require__(468); +var util = Object.create(__nccwpck_require__(540)); +util.inherits = __nccwpck_require__(1089); /**/ /**/ var internalUtil = { - deprecate: __nccwpck_require__(6467) + deprecate: __nccwpck_require__(8774) }; /**/ /**/ -var Stream = __nccwpck_require__(4878); +var Stream = __nccwpck_require__(5722); /**/ /**/ -var Buffer = __nccwpck_require__(475).Buffer; +var Buffer = __nccwpck_require__(7490).Buffer; var OurUint8Array = global.Uint8Array || function () {}; function _uint8ArrayToBuffer(chunk) { return Buffer.from(chunk); @@ -18490,14 +18490,14 @@ function _isUint8Array(obj) { /**/ -var destroyImpl = __nccwpck_require__(3168); +var destroyImpl = __nccwpck_require__(928); util.inherits(Writable, Stream); function nop() {} function WritableState(options, stream) { - Duplex = Duplex || __nccwpck_require__(5794); + Duplex = Duplex || __nccwpck_require__(5320); options = options || {}; @@ -18647,7 +18647,7 @@ if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.protot } function Writable(options) { - Duplex = Duplex || __nccwpck_require__(5794); + Duplex = Duplex || __nccwpck_require__(5320); // Writable ctor is applied to Duplexes, too. // `realHasInstance` is necessary because using plain `instanceof` @@ -19087,7 +19087,7 @@ Writable.prototype._destroy = function (err, cb) { /***/ }), -/***/ 4973: +/***/ 2367: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -19095,7 +19095,7 @@ Writable.prototype._destroy = function (err, cb) { function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } -var Buffer = __nccwpck_require__(475).Buffer; +var Buffer = __nccwpck_require__(7490).Buffer; var util = __nccwpck_require__(1669); function copyBuffer(src, target, offset) { @@ -19173,7 +19173,7 @@ if (util && util.inspect && util.inspect.custom) { /***/ }), -/***/ 3168: +/***/ 928: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -19181,7 +19181,7 @@ if (util && util.inspect && util.inspect.custom) { /**/ -var pna = __nccwpck_require__(5715); +var pna = __nccwpck_require__(7178); /**/ // undocumented cb() API, needed for core, not for public API @@ -19254,7 +19254,7 @@ module.exports = { /***/ }), -/***/ 4878: +/***/ 5722: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = __nccwpck_require__(2413); @@ -19262,15 +19262,15 @@ module.exports = __nccwpck_require__(2413); /***/ }), -/***/ 8908: +/***/ 7367: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -module.exports = __nccwpck_require__(2372).PassThrough +module.exports = __nccwpck_require__(273).PassThrough /***/ }), -/***/ 2372: +/***/ 273: /***/ ((module, exports, __nccwpck_require__) => { var Stream = __nccwpck_require__(2413); @@ -19284,19 +19284,19 @@ if (process.env.READABLE_STREAM === 'disable' && Stream) { exports.PassThrough = Stream.PassThrough; exports.Stream = Stream; } else { - exports = module.exports = __nccwpck_require__(4964); + exports = module.exports = __nccwpck_require__(7688); exports.Stream = Stream || exports; exports.Readable = exports; - exports.Writable = __nccwpck_require__(1189); - exports.Duplex = __nccwpck_require__(5794); - exports.Transform = __nccwpck_require__(3212); - exports.PassThrough = __nccwpck_require__(9933); + exports.Writable = __nccwpck_require__(2068); + exports.Duplex = __nccwpck_require__(5320); + exports.Transform = __nccwpck_require__(1128); + exports.PassThrough = __nccwpck_require__(8813); } /***/ }), -/***/ 2122: +/***/ 1036: /***/ ((module) => { /** @@ -19971,7 +19971,7 @@ module.exports = defaults; /***/ }), -/***/ 232: +/***/ 4528: /***/ ((module) => { /** @@ -21148,7 +21148,7 @@ module.exports = difference; /***/ }), -/***/ 5569: +/***/ 5948: /***/ ((module) => { /** @@ -21504,7 +21504,7 @@ module.exports = flatten; /***/ }), -/***/ 5495: +/***/ 8688: /***/ ((module) => { /** @@ -21650,7 +21650,7 @@ module.exports = isPlainObject; /***/ }), -/***/ 938: +/***/ 8257: /***/ ((module) => { /** @@ -22838,7 +22838,7 @@ module.exports = union; /***/ }), -/***/ 3032: +/***/ 4785: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = minimatch @@ -22850,7 +22850,7 @@ try { } catch (er) {} var GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {} -var expand = __nccwpck_require__(1059) +var expand = __nccwpck_require__(4814) var plTypes = { '!': { open: '(?:(?!(?:', close: '))[^/]*?)'}, @@ -23768,7 +23768,7 @@ function regExpEscape (s) { /***/ }), -/***/ 7738: +/***/ 650: /***/ ((module, exports, __nccwpck_require__) => { "use strict"; @@ -23933,7 +23933,7 @@ FetchError.prototype.name = 'FetchError'; let convert; try { - convert = __nccwpck_require__(9539).convert; + convert = __nccwpck_require__(2287).convert; } catch (e) {} const INTERNALS = Symbol('Body internals'); @@ -25425,7 +25425,7 @@ exports.FetchError = FetchError; /***/ }), -/***/ 8296: +/***/ 7816: /***/ ((module) => { /*! @@ -25467,10 +25467,10 @@ module.exports = function(path, stripTrailing) { /***/ }), -/***/ 2009: +/***/ 7849: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var wrappy = __nccwpck_require__(9222) +var wrappy = __nccwpck_require__(4403) module.exports = wrappy(once) module.exports.strict = wrappy(onceStrict) @@ -25516,7 +25516,7 @@ function onceStrict (fn) { /***/ }), -/***/ 5026: +/***/ 8178: /***/ ((module) => { "use strict"; @@ -25544,7 +25544,7 @@ module.exports.win32 = win32; /***/ }), -/***/ 5715: +/***/ 7178: /***/ ((module) => { "use strict"; @@ -25597,7 +25597,7 @@ function nextTick(fn, arg1, arg2, arg3) { /***/ }), -/***/ 2228: +/***/ 3614: /***/ ((module) => { "use strict"; @@ -25721,7 +25721,7 @@ module.exports.q = codes; /***/ }), -/***/ 1331: +/***/ 9079: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -25766,11 +25766,11 @@ var objectKeys = Object.keys || function (obj) { module.exports = Duplex; -var Readable = __nccwpck_require__(8170); +var Readable = __nccwpck_require__(4145); -var Writable = __nccwpck_require__(1501); +var Writable = __nccwpck_require__(949); -__nccwpck_require__(468)(Duplex, Readable); +__nccwpck_require__(1089)(Duplex, Readable); { // Allow the keys array to be GC'ed. @@ -25867,7 +25867,7 @@ Object.defineProperty(Duplex.prototype, 'destroyed', { /***/ }), -/***/ 851: +/***/ 9118: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -25898,9 +25898,9 @@ Object.defineProperty(Duplex.prototype, 'destroyed', { module.exports = PassThrough; -var Transform = __nccwpck_require__(8301); +var Transform = __nccwpck_require__(3464); -__nccwpck_require__(468)(PassThrough, Transform); +__nccwpck_require__(1089)(PassThrough, Transform); function PassThrough(options) { if (!(this instanceof PassThrough)) return new PassThrough(options); @@ -25913,7 +25913,7 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) { /***/ }), -/***/ 8170: +/***/ 4145: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -25958,7 +25958,7 @@ var EElistenerCount = function EElistenerCount(emitter, type) { /**/ -var Stream = __nccwpck_require__(9664); +var Stream = __nccwpck_require__(3885); /**/ @@ -25988,14 +25988,14 @@ if (debugUtil && debugUtil.debuglog) { /**/ -var BufferList = __nccwpck_require__(969); +var BufferList = __nccwpck_require__(776); -var destroyImpl = __nccwpck_require__(9896); +var destroyImpl = __nccwpck_require__(5737); -var _require = __nccwpck_require__(5713), +var _require = __nccwpck_require__(1412), getHighWaterMark = _require.getHighWaterMark; -var _require$codes = __nccwpck_require__(2228)/* .codes */ .q, +var _require$codes = __nccwpck_require__(3614)/* .codes */ .q, ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE, ERR_STREAM_PUSH_AFTER_EOF = _require$codes.ERR_STREAM_PUSH_AFTER_EOF, ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED, @@ -26006,7 +26006,7 @@ var StringDecoder; var createReadableStreamAsyncIterator; var from; -__nccwpck_require__(468)(Readable, Stream); +__nccwpck_require__(1089)(Readable, Stream); var errorOrDestroy = destroyImpl.errorOrDestroy; var kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume']; @@ -26023,7 +26023,7 @@ function prependListener(emitter, event, fn) { } function ReadableState(options, stream, isDuplex) { - Duplex = Duplex || __nccwpck_require__(1331); + Duplex = Duplex || __nccwpck_require__(9079); options = options || {}; // Duplex streams are both readable and writable, but share // the same options object. // However, some cases require setting options to different @@ -26079,14 +26079,14 @@ function ReadableState(options, stream, isDuplex) { this.encoding = null; if (options.encoding) { - if (!StringDecoder) StringDecoder = __nccwpck_require__(4446)/* .StringDecoder */ .s; + if (!StringDecoder) StringDecoder = __nccwpck_require__(1679)/* .StringDecoder */ .s; this.decoder = new StringDecoder(options.encoding); this.encoding = options.encoding; } } function Readable(options) { - Duplex = Duplex || __nccwpck_require__(1331); + Duplex = Duplex || __nccwpck_require__(9079); if (!(this instanceof Readable)) return new Readable(options); // Checking for a Stream.Duplex instance is faster here instead of inside // the ReadableState constructor, at least with V8 6.5 @@ -26241,7 +26241,7 @@ Readable.prototype.isPaused = function () { Readable.prototype.setEncoding = function (enc) { - if (!StringDecoder) StringDecoder = __nccwpck_require__(4446)/* .StringDecoder */ .s; + if (!StringDecoder) StringDecoder = __nccwpck_require__(1679)/* .StringDecoder */ .s; var decoder = new StringDecoder(enc); this._readableState.decoder = decoder; // If setEncoding(null), decoder.encoding equals utf8 @@ -26925,7 +26925,7 @@ Readable.prototype.wrap = function (stream) { if (typeof Symbol === 'function') { Readable.prototype[Symbol.asyncIterator] = function () { if (createReadableStreamAsyncIterator === undefined) { - createReadableStreamAsyncIterator = __nccwpck_require__(1421); + createReadableStreamAsyncIterator = __nccwpck_require__(787); } return createReadableStreamAsyncIterator(this); @@ -27027,7 +27027,7 @@ function endReadableNT(state, stream) { if (typeof Symbol === 'function') { Readable.from = function (iterable, opts) { if (from === undefined) { - from = __nccwpck_require__(2566); + from = __nccwpck_require__(2830); } return from(Readable, iterable, opts); @@ -27044,7 +27044,7 @@ function indexOf(xs, x) { /***/ }), -/***/ 8301: +/***/ 3464: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -27113,15 +27113,15 @@ function indexOf(xs, x) { module.exports = Transform; -var _require$codes = __nccwpck_require__(2228)/* .codes */ .q, +var _require$codes = __nccwpck_require__(3614)/* .codes */ .q, ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED, ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK, ERR_TRANSFORM_ALREADY_TRANSFORMING = _require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING, ERR_TRANSFORM_WITH_LENGTH_0 = _require$codes.ERR_TRANSFORM_WITH_LENGTH_0; -var Duplex = __nccwpck_require__(1331); +var Duplex = __nccwpck_require__(9079); -__nccwpck_require__(468)(Transform, Duplex); +__nccwpck_require__(1089)(Transform, Duplex); function afterTransform(er, data) { var ts = this._transformState; @@ -27252,7 +27252,7 @@ function done(stream, er, data) { /***/ }), -/***/ 1501: +/***/ 949: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -27315,13 +27315,13 @@ Writable.WritableState = WritableState; /**/ var internalUtil = { - deprecate: __nccwpck_require__(6467) + deprecate: __nccwpck_require__(8774) }; /**/ /**/ -var Stream = __nccwpck_require__(9664); +var Stream = __nccwpck_require__(3885); /**/ @@ -27337,12 +27337,12 @@ function _isUint8Array(obj) { return Buffer.isBuffer(obj) || obj instanceof OurUint8Array; } -var destroyImpl = __nccwpck_require__(9896); +var destroyImpl = __nccwpck_require__(5737); -var _require = __nccwpck_require__(5713), +var _require = __nccwpck_require__(1412), getHighWaterMark = _require.getHighWaterMark; -var _require$codes = __nccwpck_require__(2228)/* .codes */ .q, +var _require$codes = __nccwpck_require__(3614)/* .codes */ .q, ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE, ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED, ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK, @@ -27354,12 +27354,12 @@ var _require$codes = __nccwpck_require__(2228)/* .codes */ .q, var errorOrDestroy = destroyImpl.errorOrDestroy; -__nccwpck_require__(468)(Writable, Stream); +__nccwpck_require__(1089)(Writable, Stream); function nop() {} function WritableState(options, stream, isDuplex) { - Duplex = Duplex || __nccwpck_require__(1331); + Duplex = Duplex || __nccwpck_require__(9079); options = options || {}; // Duplex streams are both readable and writable, but share // the same options object. // However, some cases require setting options to different @@ -27485,7 +27485,7 @@ if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.protot } function Writable(options) { - Duplex = Duplex || __nccwpck_require__(1331); // Writable ctor is applied to Duplexes, too. + Duplex = Duplex || __nccwpck_require__(9079); // Writable ctor is applied to Duplexes, too. // `realHasInstance` is necessary because using plain `instanceof` // would return false, as no `_writableState` property is attached. // Trying to use the custom `instanceof` for Writable here will also break the @@ -27956,7 +27956,7 @@ Writable.prototype._destroy = function (err, cb) { /***/ }), -/***/ 1421: +/***/ 787: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -27966,7 +27966,7 @@ var _Object$setPrototypeO; function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } -var finished = __nccwpck_require__(7067); +var finished = __nccwpck_require__(4282); var kLastResolve = Symbol('lastResolve'); var kLastReject = Symbol('lastReject'); @@ -28170,7 +28170,7 @@ module.exports = createReadableStreamAsyncIterator; /***/ }), -/***/ 969: +/***/ 776: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -28387,7 +28387,7 @@ function () { /***/ }), -/***/ 9896: +/***/ 5737: /***/ ((module) => { "use strict"; @@ -28499,7 +28499,7 @@ module.exports = { /***/ }), -/***/ 7067: +/***/ 4282: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -28507,7 +28507,7 @@ module.exports = { // permission from the author, Mathias Buus (@mafintosh). -var ERR_STREAM_PREMATURE_CLOSE = __nccwpck_require__(2228)/* .codes.ERR_STREAM_PREMATURE_CLOSE */ .q.ERR_STREAM_PREMATURE_CLOSE; +var ERR_STREAM_PREMATURE_CLOSE = __nccwpck_require__(3614)/* .codes.ERR_STREAM_PREMATURE_CLOSE */ .q.ERR_STREAM_PREMATURE_CLOSE; function once(callback) { var called = false; @@ -28610,7 +28610,7 @@ module.exports = eos; /***/ }), -/***/ 2566: +/***/ 2830: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -28626,7 +28626,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } -var ERR_INVALID_ARG_TYPE = __nccwpck_require__(2228)/* .codes.ERR_INVALID_ARG_TYPE */ .q.ERR_INVALID_ARG_TYPE; +var ERR_INVALID_ARG_TYPE = __nccwpck_require__(3614)/* .codes.ERR_INVALID_ARG_TYPE */ .q.ERR_INVALID_ARG_TYPE; function from(Readable, iterable, opts) { var iterator; @@ -28681,7 +28681,7 @@ module.exports = from; /***/ }), -/***/ 4412: +/***/ 6596: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -28700,7 +28700,7 @@ function once(callback) { }; } -var _require$codes = __nccwpck_require__(2228)/* .codes */ .q, +var _require$codes = __nccwpck_require__(3614)/* .codes */ .q, ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS, ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED; @@ -28719,7 +28719,7 @@ function destroyer(stream, reading, writing, callback) { stream.on('close', function () { closed = true; }); - if (eos === undefined) eos = __nccwpck_require__(7067); + if (eos === undefined) eos = __nccwpck_require__(4282); eos(stream, { readable: reading, writable: writing @@ -28785,13 +28785,13 @@ module.exports = pipeline; /***/ }), -/***/ 5713: +/***/ 1412: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; -var ERR_INVALID_OPT_VALUE = __nccwpck_require__(2228)/* .codes.ERR_INVALID_OPT_VALUE */ .q.ERR_INVALID_OPT_VALUE; +var ERR_INVALID_OPT_VALUE = __nccwpck_require__(3614)/* .codes.ERR_INVALID_OPT_VALUE */ .q.ERR_INVALID_OPT_VALUE; function highWaterMarkFrom(options, isDuplex, duplexKey) { return options.highWaterMark != null ? options.highWaterMark : isDuplex ? options[duplexKey] : null; @@ -28819,7 +28819,7 @@ module.exports = { /***/ }), -/***/ 9664: +/***/ 3885: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = __nccwpck_require__(2413); @@ -28827,7 +28827,7 @@ module.exports = __nccwpck_require__(2413); /***/ }), -/***/ 7425: +/***/ 2218: /***/ ((module, exports, __nccwpck_require__) => { var Stream = __nccwpck_require__(2413); @@ -28836,28 +28836,28 @@ if (process.env.READABLE_STREAM === 'disable' && Stream) { Object.assign(module.exports, Stream); module.exports.Stream = Stream; } else { - exports = module.exports = __nccwpck_require__(8170); + exports = module.exports = __nccwpck_require__(4145); exports.Stream = Stream || exports; exports.Readable = exports; - exports.Writable = __nccwpck_require__(1501); - exports.Duplex = __nccwpck_require__(1331); - exports.Transform = __nccwpck_require__(8301); - exports.PassThrough = __nccwpck_require__(851); - exports.finished = __nccwpck_require__(7067); - exports.pipeline = __nccwpck_require__(4412); + exports.Writable = __nccwpck_require__(949); + exports.Duplex = __nccwpck_require__(9079); + exports.Transform = __nccwpck_require__(3464); + exports.PassThrough = __nccwpck_require__(9118); + exports.finished = __nccwpck_require__(4282); + exports.pipeline = __nccwpck_require__(6596); } /***/ }), -/***/ 4465: +/***/ 230: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = readdirGlob; const fs = __nccwpck_require__(5747); const { EventEmitter } = __nccwpck_require__(8614); -const { Minimatch } = __nccwpck_require__(3032); +const { Minimatch } = __nccwpck_require__(4785); const { resolve } = __nccwpck_require__(5622); function readdir(dir, strict) { @@ -29099,7 +29099,7 @@ readdirGlob.ReaddirGlob = ReaddirGlob; /***/ }), -/***/ 475: +/***/ 7490: /***/ ((module, exports, __nccwpck_require__) => { /* eslint-disable node/no-deprecated-api */ @@ -29168,7 +29168,7 @@ SafeBuffer.allocUnsafeSlow = function (size) { /***/ }), -/***/ 4446: +/***/ 1679: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -29197,7 +29197,7 @@ SafeBuffer.allocUnsafeSlow = function (size) { /**/ -var Buffer = __nccwpck_require__(475).Buffer; +var Buffer = __nccwpck_require__(7490).Buffer; /**/ var isEncoding = Buffer.isEncoding || function (encoding) { @@ -29471,15 +29471,15 @@ function simpleEnd(buf) { /***/ }), -/***/ 937: +/***/ 6773: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { var util = __nccwpck_require__(1669) -var bl = __nccwpck_require__(6888) -var headers = __nccwpck_require__(6615) +var bl = __nccwpck_require__(9061) +var headers = __nccwpck_require__(7802) -var Writable = __nccwpck_require__(7425).Writable -var PassThrough = __nccwpck_require__(7425).PassThrough +var Writable = __nccwpck_require__(2218).Writable +var PassThrough = __nccwpck_require__(2218).PassThrough var noop = function () {} @@ -29735,7 +29735,7 @@ module.exports = Extract /***/ }), -/***/ 6615: +/***/ 7802: /***/ ((__unused_webpack_module, exports) => { var alloc = Buffer.alloc @@ -30037,28 +30037,28 @@ exports.decode = function (buf, filenameEncoding, allowUnknownFormat) { /***/ }), -/***/ 3377: +/***/ 4404: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { -exports.extract = __nccwpck_require__(937) -exports.pack = __nccwpck_require__(4559) +exports.extract = __nccwpck_require__(6773) +exports.pack = __nccwpck_require__(9514) /***/ }), -/***/ 4559: +/***/ 9514: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var constants = __nccwpck_require__(116) -var eos = __nccwpck_require__(2904) -var inherits = __nccwpck_require__(468) +var constants = __nccwpck_require__(4591) +var eos = __nccwpck_require__(157) +var inherits = __nccwpck_require__(1089) var alloc = Buffer.alloc -var Readable = __nccwpck_require__(7425).Readable -var Writable = __nccwpck_require__(7425).Writable +var Readable = __nccwpck_require__(2218).Readable +var Writable = __nccwpck_require__(2218).Writable var StringDecoder = __nccwpck_require__(4304).StringDecoder -var headers = __nccwpck_require__(6615) +var headers = __nccwpck_require__(7802) var DMODE = parseInt('755', 8) var FMODE = parseInt('644', 8) @@ -30308,7 +30308,7 @@ module.exports = Pack /***/ }), -/***/ 6467: +/***/ 8774: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { @@ -30321,7 +30321,7 @@ module.exports = __nccwpck_require__(1669).deprecate; /***/ }), -/***/ 9222: +/***/ 4403: /***/ ((module) => { // Returns a wrapper function that returns a wrapped callback @@ -30361,7 +30361,7 @@ function wrappy (fn, cb) { /***/ }), -/***/ 7645: +/***/ 6887: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -30373,10 +30373,10 @@ function wrappy (fn, cb) { */ var inherits = __nccwpck_require__(1669).inherits; -var ZipArchiveOutputStream = __nccwpck_require__(3541).ZipArchiveOutputStream; -var ZipArchiveEntry = __nccwpck_require__(3541).ZipArchiveEntry; +var ZipArchiveOutputStream = __nccwpck_require__(2247).ZipArchiveOutputStream; +var ZipArchiveEntry = __nccwpck_require__(2247).ZipArchiveEntry; -var util = __nccwpck_require__(4699); +var util = __nccwpck_require__(9429); /** * @constructor @@ -30555,7 +30555,7 @@ ZipStream.prototype.finalize = function() { /***/ }), -/***/ 9539: +/***/ 2287: /***/ ((module) => { module.exports = eval("require")("encoding"); @@ -30726,8 +30726,8 @@ var __webpack_exports__ = {}; var exports = __webpack_exports__; Object.defineProperty(exports, "__esModule", ({ value: true })); -const Inputs_1 = __nccwpck_require__(8458); -const NextcloudArtifact_1 = __nccwpck_require__(2409); +const Inputs_1 = __nccwpck_require__(8636); +const NextcloudArtifact_1 = __nccwpck_require__(8626); var artifact = new NextcloudArtifact_1.NextcloudArtifact(Inputs_1.Inputs.ArtifactName, Inputs_1.Inputs.ArtifactPath, Inputs_1.Inputs.NoFileBehvaior); artifact.run(); //# sourceMappingURL=nextcloud-artifacts.js.map diff --git a/src/nextcloud/NextcloudClient.ts b/src/nextcloud/NextcloudClient.ts index 3a50986..588980c 100644 --- a/src/nextcloud/NextcloudClient.ts +++ b/src/nextcloud/NextcloudClient.ts @@ -24,7 +24,7 @@ export class NextcloudClient { private endpoint: string, private artifact: string, private rootDirectory: string) { - this.guid = crypto.randomUUID(); + this.guid = crypto.randomUUID({ disableEntropyCache: false }); this.headers = {'Authorization': 'Basic ' + btoa(`${Inputs.Username}:${Inputs.Password}`)}; }