diff --git a/.gitignore b/.gitignore index adb2c19..8b256f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +lib + # Logs logs *.log diff --git a/dist/index.js b/dist/index.js index 709eacb..aaf7a45 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,7 +1,7 @@ /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ -/***/ 9292: +/***/ 5890: /***/ (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__(5322)); +const glob = __importStar(__nccwpck_require__(2162)); const fs_1 = __nccwpck_require__(5747); -const core_1 = __nccwpck_require__(1286); +const core_1 = __nccwpck_require__(3199); 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 = { /***/ }), -/***/ 2920: +/***/ 9662: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -169,8 +169,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Inputs = void 0; -const core_1 = __importDefault(__nccwpck_require__(1286)); -const NoFileOption_1 = __nccwpck_require__(2325); +const core_1 = __importDefault(__nccwpck_require__(3199)); +const NoFileOption_1 = __nccwpck_require__(3443); class Inputs { static get ArtifactName() { return core_1.default.getInput("name"); @@ -204,7 +204,7 @@ exports.Inputs = Inputs; /***/ }), -/***/ 2325: +/***/ 3443: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -230,7 +230,7 @@ var NoFileOption; /***/ }), -/***/ 9368: +/***/ 5658: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -249,11 +249,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.NextcloudArtifact = void 0; -const core_1 = __importDefault(__nccwpck_require__(1286)); -const FileFinder_1 = __nccwpck_require__(9292); -const Inputs_1 = __nccwpck_require__(2920); -const NextcloudClient_1 = __nccwpck_require__(9896); -const NoFileOption_1 = __nccwpck_require__(2325); +const core_1 = __importDefault(__nccwpck_require__(3199)); +const FileFinder_1 = __nccwpck_require__(5890); +const Inputs_1 = __nccwpck_require__(9662); +const NextcloudClient_1 = __nccwpck_require__(6059); +const NoFileOption_1 = __nccwpck_require__(3443); class NextcloudArtifact { constructor(name, path, errorBehavior) { this.name = name; @@ -310,7 +310,7 @@ exports.NextcloudArtifact = NextcloudArtifact; /***/ }), -/***/ 9896: +/***/ 6059: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -349,15 +349,15 @@ var __importDefault = (this && this.__importDefault) || function (mod) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.NextcloudClient = void 0; const fsSync = __importStar(__nccwpck_require__(5747)); -const fs = __importStar(__nccwpck_require__(9225)); const path = __importStar(__nccwpck_require__(5622)); -const core_1 = __importDefault(__nccwpck_require__(1286)); +const core_1 = __importDefault(__nccwpck_require__(3199)); const os = __importStar(__nccwpck_require__(2087)); const crypto_1 = __nccwpck_require__(6417); -const archiver = __importStar(__nccwpck_require__(9150)); -const node_fetch_1 = __importDefault(__nccwpck_require__(4324)); -const Inputs_1 = __nccwpck_require__(2920); -const btoa_1 = __importDefault(__nccwpck_require__(8466)); +const archiver = __importStar(__nccwpck_require__(6280)); +const node_fetch_1 = __importDefault(__nccwpck_require__(8100)); +const Inputs_1 = __nccwpck_require__(9662); +const btoa_1 = __importDefault(__nccwpck_require__(8159)); +const fs = fsSync.promises; class NextcloudClient { constructor(endpoint, artifact, rootDirectory) { this.endpoint = endpoint; @@ -500,7 +500,7 @@ exports.NextcloudClient = NextcloudClient; /***/ }), -/***/ 2657: +/***/ 6552: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -527,7 +527,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__(877); +const utils_1 = __nccwpck_require__(2916); /** * Commands * @@ -599,7 +599,7 @@ function escapeProperty(s) { /***/ }), -/***/ 1286: +/***/ 3199: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -634,9 +634,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__(2657); -const file_command_1 = __nccwpck_require__(1694); -const utils_1 = __nccwpck_require__(877); +const command_1 = __nccwpck_require__(6552); +const file_command_1 = __nccwpck_require__(8674); +const utils_1 = __nccwpck_require__(2916); const os = __importStar(__nccwpck_require__(2087)); const path = __importStar(__nccwpck_require__(5622)); /** @@ -885,7 +885,7 @@ exports.getState = getState; /***/ }), -/***/ 1694: +/***/ 8674: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -916,7 +916,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__(877); +const utils_1 = __nccwpck_require__(2916); function issueCommand(command, message) { const filePath = process.env[`GITHUB_${command}`]; if (!filePath) { @@ -934,7 +934,7 @@ exports.issueCommand = issueCommand; /***/ }), -/***/ 877: +/***/ 2916: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -961,7 +961,7 @@ exports.toCommandValue = toCommandValue; /***/ }), -/***/ 5322: +/***/ 2162: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -977,7 +977,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__(4006); +const internal_globber_1 = __nccwpck_require__(2041); /** * Constructs a globber * @@ -994,7 +994,7 @@ exports.create = create; /***/ }), -/***/ 9442: +/***/ 5052: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1020,7 +1020,7 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getOptions = void 0; -const core = __importStar(__nccwpck_require__(1286)); +const core = __importStar(__nccwpck_require__(3199)); /** * Returns a copy with defaults filled in. */ @@ -1051,7 +1051,7 @@ exports.getOptions = getOptions; /***/ }), -/***/ 4006: +/***/ 2041: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1105,14 +1105,14 @@ var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _ar }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DefaultGlobber = void 0; -const core = __importStar(__nccwpck_require__(1286)); +const core = __importStar(__nccwpck_require__(3199)); const fs = __importStar(__nccwpck_require__(5747)); -const globOptionsHelper = __importStar(__nccwpck_require__(9442)); +const globOptionsHelper = __importStar(__nccwpck_require__(5052)); const path = __importStar(__nccwpck_require__(5622)); -const patternHelper = __importStar(__nccwpck_require__(1481)); -const internal_match_kind_1 = __nccwpck_require__(8767); -const internal_pattern_1 = __nccwpck_require__(7343); -const internal_search_state_1 = __nccwpck_require__(3211); +const patternHelper = __importStar(__nccwpck_require__(8899)); +const internal_match_kind_1 = __nccwpck_require__(7049); +const internal_pattern_1 = __nccwpck_require__(8005); +const internal_search_state_1 = __nccwpck_require__(4252); const IS_WINDOWS = process.platform === 'win32'; class DefaultGlobber { constructor(options) { @@ -1293,7 +1293,7 @@ exports.DefaultGlobber = DefaultGlobber; /***/ }), -/***/ 8767: +/***/ 7049: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -1318,7 +1318,7 @@ var MatchKind; /***/ }), -/***/ 7595: +/***/ 8913: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1523,7 +1523,7 @@ exports.safeTrimTrailingSeparator = safeTrimTrailingSeparator; /***/ }), -/***/ 9318: +/***/ 9259: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1553,7 +1553,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__(7595)); +const pathHelper = __importStar(__nccwpck_require__(8913)); const assert_1 = __importDefault(__nccwpck_require__(2357)); const IS_WINDOWS = process.platform === 'win32'; /** @@ -1643,7 +1643,7 @@ exports.Path = Path; /***/ }), -/***/ 1481: +/***/ 8899: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1669,8 +1669,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__(7595)); -const internal_match_kind_1 = __nccwpck_require__(8767); +const pathHelper = __importStar(__nccwpck_require__(8913)); +const internal_match_kind_1 = __nccwpck_require__(7049); const IS_WINDOWS = process.platform === 'win32'; /** * Given an array of patterns, returns an array of paths to search. @@ -1744,7 +1744,7 @@ exports.partialMatch = partialMatch; /***/ }), -/***/ 7343: +/***/ 8005: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1775,11 +1775,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__(7595)); +const pathHelper = __importStar(__nccwpck_require__(8913)); const assert_1 = __importDefault(__nccwpck_require__(2357)); -const minimatch_1 = __nccwpck_require__(3541); -const internal_match_kind_1 = __nccwpck_require__(8767); -const internal_path_1 = __nccwpck_require__(9318); +const minimatch_1 = __nccwpck_require__(8083); +const internal_match_kind_1 = __nccwpck_require__(7049); +const internal_path_1 = __nccwpck_require__(9259); const IS_WINDOWS = process.platform === 'win32'; class Pattern { constructor(patternOrNegate, isImplicitPattern = false, segments, homedir) { @@ -2006,7 +2006,7 @@ exports.Pattern = Pattern; /***/ }), -/***/ 3211: +/***/ 4252: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -2024,7 +2024,7 @@ exports.SearchState = SearchState; /***/ }), -/***/ 4433: +/***/ 7631: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -2034,15 +2034,15 @@ exports.SearchState = SearchState; * Licensed under the MIT license. * https://github.com/archiverjs/node-archiver/blob/master/LICENSE-MIT */ -var fs = __nccwpck_require__(5046); +var fs = __nccwpck_require__(1150); var path = __nccwpck_require__(5622); -var flatten = __nccwpck_require__(7108); -var difference = __nccwpck_require__(6275); -var union = __nccwpck_require__(2770); -var isPlainObject = __nccwpck_require__(3554); +var flatten = __nccwpck_require__(5151); +var difference = __nccwpck_require__(3663); +var union = __nccwpck_require__(6819); +var isPlainObject = __nccwpck_require__(84); -var glob = __nccwpck_require__(9544); +var glob = __nccwpck_require__(3208); var file = module.exports = {}; @@ -2240,7 +2240,7 @@ file.normalizeFilesArray = function(data) { /***/ }), -/***/ 7236: +/***/ 590: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -2250,18 +2250,18 @@ file.normalizeFilesArray = function(data) { * Licensed under the MIT license. * https://github.com/archiverjs/archiver-utils/blob/master/LICENSE */ -var fs = __nccwpck_require__(5046); +var fs = __nccwpck_require__(1150); var path = __nccwpck_require__(5622); var nutil = __nccwpck_require__(1669); -var lazystream = __nccwpck_require__(3781); -var normalizePath = __nccwpck_require__(4946); -var defaults = __nccwpck_require__(5277); +var lazystream = __nccwpck_require__(8784); +var normalizePath = __nccwpck_require__(8389); +var defaults = __nccwpck_require__(2640); var Stream = __nccwpck_require__(2413).Stream; -var PassThrough = __nccwpck_require__(909).PassThrough; +var PassThrough = __nccwpck_require__(8514).PassThrough; var utils = module.exports = {}; -utils.file = __nccwpck_require__(4433); +utils.file = __nccwpck_require__(7631); function assertPath(path) { if (typeof path !== 'string') { @@ -2403,7 +2403,7 @@ utils.walkdir = function(dirpath, base, callback) { /***/ }), -/***/ 9415: +/***/ 5585: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -2437,7 +2437,7 @@ utils.walkdir = function(dirpath, base, callback) { /**/ -var pna = __nccwpck_require__(7487); +var pna = __nccwpck_require__(1491); /**/ /**/ @@ -2452,12 +2452,12 @@ var objectKeys = Object.keys || function (obj) { module.exports = Duplex; /**/ -var util = Object.create(__nccwpck_require__(5805)); -util.inherits = __nccwpck_require__(1679); +var util = Object.create(__nccwpck_require__(1960)); +util.inherits = __nccwpck_require__(9424); /**/ -var Readable = __nccwpck_require__(3371); -var Writable = __nccwpck_require__(4926); +var Readable = __nccwpck_require__(2784); +var Writable = __nccwpck_require__(4825); util.inherits(Duplex, Readable); @@ -2541,7 +2541,7 @@ Duplex.prototype._destroy = function (err, cb) { /***/ }), -/***/ 5545: +/***/ 5693: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -2574,11 +2574,11 @@ Duplex.prototype._destroy = function (err, cb) { module.exports = PassThrough; -var Transform = __nccwpck_require__(5378); +var Transform = __nccwpck_require__(1265); /**/ -var util = Object.create(__nccwpck_require__(5805)); -util.inherits = __nccwpck_require__(1679); +var util = Object.create(__nccwpck_require__(1960)); +util.inherits = __nccwpck_require__(9424); /**/ util.inherits(PassThrough, Transform); @@ -2595,7 +2595,7 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) { /***/ }), -/***/ 3371: +/***/ 2784: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -2624,13 +2624,13 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) { /**/ -var pna = __nccwpck_require__(7487); +var pna = __nccwpck_require__(1491); /**/ module.exports = Readable; /**/ -var isArray = __nccwpck_require__(4281); +var isArray = __nccwpck_require__(8308); /**/ /**/ @@ -2648,12 +2648,12 @@ var EElistenerCount = function (emitter, type) { /**/ /**/ -var Stream = __nccwpck_require__(5305); +var Stream = __nccwpck_require__(413); /**/ /**/ -var Buffer = __nccwpck_require__(1544).Buffer; +var Buffer = __nccwpck_require__(7677).Buffer; var OurUint8Array = global.Uint8Array || function () {}; function _uint8ArrayToBuffer(chunk) { return Buffer.from(chunk); @@ -2665,8 +2665,8 @@ function _isUint8Array(obj) { /**/ /**/ -var util = Object.create(__nccwpck_require__(5805)); -util.inherits = __nccwpck_require__(1679); +var util = Object.create(__nccwpck_require__(1960)); +util.inherits = __nccwpck_require__(9424); /**/ /**/ @@ -2679,8 +2679,8 @@ if (debugUtil && debugUtil.debuglog) { } /**/ -var BufferList = __nccwpck_require__(8880); -var destroyImpl = __nccwpck_require__(8557); +var BufferList = __nccwpck_require__(5266); +var destroyImpl = __nccwpck_require__(7181); var StringDecoder; util.inherits(Readable, Stream); @@ -2700,7 +2700,7 @@ function prependListener(emitter, event, fn) { } function ReadableState(options, stream) { - Duplex = Duplex || __nccwpck_require__(9415); + Duplex = Duplex || __nccwpck_require__(5585); options = options || {}; @@ -2770,14 +2770,14 @@ function ReadableState(options, stream) { this.decoder = null; this.encoding = null; if (options.encoding) { - if (!StringDecoder) StringDecoder = __nccwpck_require__(2598)/* .StringDecoder */ .s; + if (!StringDecoder) StringDecoder = __nccwpck_require__(6298)/* .StringDecoder */ .s; this.decoder = new StringDecoder(options.encoding); this.encoding = options.encoding; } } function Readable(options) { - Duplex = Duplex || __nccwpck_require__(9415); + Duplex = Duplex || __nccwpck_require__(5585); if (!(this instanceof Readable)) return new Readable(options); @@ -2926,7 +2926,7 @@ Readable.prototype.isPaused = function () { // backwards compatibility. Readable.prototype.setEncoding = function (enc) { - if (!StringDecoder) StringDecoder = __nccwpck_require__(2598)/* .StringDecoder */ .s; + if (!StringDecoder) StringDecoder = __nccwpck_require__(6298)/* .StringDecoder */ .s; this._readableState.decoder = new StringDecoder(enc); this._readableState.encoding = enc; return this; @@ -3621,7 +3621,7 @@ function indexOf(xs, x) { /***/ }), -/***/ 5378: +/***/ 1265: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -3692,11 +3692,11 @@ function indexOf(xs, x) { module.exports = Transform; -var Duplex = __nccwpck_require__(9415); +var Duplex = __nccwpck_require__(5585); /**/ -var util = Object.create(__nccwpck_require__(5805)); -util.inherits = __nccwpck_require__(1679); +var util = Object.create(__nccwpck_require__(1960)); +util.inherits = __nccwpck_require__(9424); /**/ util.inherits(Transform, Duplex); @@ -3842,7 +3842,7 @@ function done(stream, er, data) { /***/ }), -/***/ 4926: +/***/ 4825: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -3875,7 +3875,7 @@ function done(stream, er, data) { /**/ -var pna = __nccwpck_require__(7487); +var pna = __nccwpck_require__(1491); /**/ module.exports = Writable; @@ -3912,23 +3912,23 @@ var Duplex; Writable.WritableState = WritableState; /**/ -var util = Object.create(__nccwpck_require__(5805)); -util.inherits = __nccwpck_require__(1679); +var util = Object.create(__nccwpck_require__(1960)); +util.inherits = __nccwpck_require__(9424); /**/ /**/ var internalUtil = { - deprecate: __nccwpck_require__(2503) + deprecate: __nccwpck_require__(9461) }; /**/ /**/ -var Stream = __nccwpck_require__(5305); +var Stream = __nccwpck_require__(413); /**/ /**/ -var Buffer = __nccwpck_require__(1544).Buffer; +var Buffer = __nccwpck_require__(7677).Buffer; var OurUint8Array = global.Uint8Array || function () {}; function _uint8ArrayToBuffer(chunk) { return Buffer.from(chunk); @@ -3939,14 +3939,14 @@ function _isUint8Array(obj) { /**/ -var destroyImpl = __nccwpck_require__(8557); +var destroyImpl = __nccwpck_require__(7181); util.inherits(Writable, Stream); function nop() {} function WritableState(options, stream) { - Duplex = Duplex || __nccwpck_require__(9415); + Duplex = Duplex || __nccwpck_require__(5585); options = options || {}; @@ -4096,7 +4096,7 @@ if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.protot } function Writable(options) { - Duplex = Duplex || __nccwpck_require__(9415); + Duplex = Duplex || __nccwpck_require__(5585); // Writable ctor is applied to Duplexes, too. // `realHasInstance` is necessary because using plain `instanceof` @@ -4536,7 +4536,7 @@ Writable.prototype._destroy = function (err, cb) { /***/ }), -/***/ 8880: +/***/ 5266: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -4544,7 +4544,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__(1544).Buffer; +var Buffer = __nccwpck_require__(7677).Buffer; var util = __nccwpck_require__(1669); function copyBuffer(src, target, offset) { @@ -4622,7 +4622,7 @@ if (util && util.inspect && util.inspect.custom) { /***/ }), -/***/ 8557: +/***/ 7181: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -4630,7 +4630,7 @@ if (util && util.inspect && util.inspect.custom) { /**/ -var pna = __nccwpck_require__(7487); +var pna = __nccwpck_require__(1491); /**/ // undocumented cb() API, needed for core, not for public API @@ -4703,7 +4703,7 @@ module.exports = { /***/ }), -/***/ 5305: +/***/ 413: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = __nccwpck_require__(2413); @@ -4711,7 +4711,7 @@ module.exports = __nccwpck_require__(2413); /***/ }), -/***/ 909: +/***/ 8514: /***/ ((module, exports, __nccwpck_require__) => { var Stream = __nccwpck_require__(2413); @@ -4725,19 +4725,19 @@ if (process.env.READABLE_STREAM === 'disable' && Stream) { exports.PassThrough = Stream.PassThrough; exports.Stream = Stream; } else { - exports = module.exports = __nccwpck_require__(3371); + exports = module.exports = __nccwpck_require__(2784); exports.Stream = Stream || exports; exports.Readable = exports; - exports.Writable = __nccwpck_require__(4926); - exports.Duplex = __nccwpck_require__(9415); - exports.Transform = __nccwpck_require__(5378); - exports.PassThrough = __nccwpck_require__(5545); + exports.Writable = __nccwpck_require__(4825); + exports.Duplex = __nccwpck_require__(5585); + exports.Transform = __nccwpck_require__(1265); + exports.PassThrough = __nccwpck_require__(5693); } /***/ }), -/***/ 9150: +/***/ 6280: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -4747,7 +4747,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__(2647); +var Archiver = __nccwpck_require__(9283); var formats = {}; @@ -4819,15 +4819,15 @@ vending.isRegisteredFormat = function (format) { return false; }; -vending.registerFormat('zip', __nccwpck_require__(2147)); -vending.registerFormat('tar', __nccwpck_require__(6266)); -vending.registerFormat('json', __nccwpck_require__(8524)); +vending.registerFormat('zip', __nccwpck_require__(8064)); +vending.registerFormat('tar', __nccwpck_require__(6903)); +vending.registerFormat('json', __nccwpck_require__(4681)); module.exports = vending; /***/ }), -/***/ 2647: +/***/ 9283: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -4838,14 +4838,14 @@ module.exports = vending; * @copyright (c) 2012-2014 Chris Talkington, contributors. */ var fs = __nccwpck_require__(5747); -var glob = __nccwpck_require__(9414); -var async = __nccwpck_require__(5020); +var glob = __nccwpck_require__(4812); +var async = __nccwpck_require__(7716); var path = __nccwpck_require__(5622); -var util = __nccwpck_require__(7236); +var util = __nccwpck_require__(590); var inherits = __nccwpck_require__(1669).inherits; -var ArchiverError = __nccwpck_require__(5569); -var Transform = __nccwpck_require__(9693).Transform; +var ArchiverError = __nccwpck_require__(1782); +var Transform = __nccwpck_require__(7544).Transform; var win32 = process.platform === 'win32'; @@ -5808,7 +5808,7 @@ module.exports = Archiver; /***/ }), -/***/ 5569: +/***/ 1782: /***/ ((module, exports, __nccwpck_require__) => { /** @@ -5854,7 +5854,7 @@ exports = module.exports = ArchiverError; /***/ }), -/***/ 8524: +/***/ 4681: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -5865,10 +5865,10 @@ exports = module.exports = ArchiverError; * @copyright (c) 2012-2014 Chris Talkington, contributors. */ var inherits = __nccwpck_require__(1669).inherits; -var Transform = __nccwpck_require__(9693).Transform; +var Transform = __nccwpck_require__(7544).Transform; -var crc32 = __nccwpck_require__(5982); -var util = __nccwpck_require__(7236); +var crc32 = __nccwpck_require__(1262); +var util = __nccwpck_require__(590); /** * @constructor @@ -5971,7 +5971,7 @@ module.exports = Json; /***/ }), -/***/ 6266: +/***/ 6903: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -5983,8 +5983,8 @@ module.exports = Json; */ var zlib = __nccwpck_require__(8761); -var engine = __nccwpck_require__(472); -var util = __nccwpck_require__(7236); +var engine = __nccwpck_require__(5897); +var util = __nccwpck_require__(590); /** * @constructor @@ -6145,7 +6145,7 @@ module.exports = Tar; /***/ }), -/***/ 2147: +/***/ 8064: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -6155,8 +6155,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__(4633); -var util = __nccwpck_require__(7236); +var engine = __nccwpck_require__(6723); +var util = __nccwpck_require__(590); /** * @constructor @@ -6272,7 +6272,7 @@ module.exports = Zip; /***/ }), -/***/ 5020: +/***/ 7716: /***/ (function(__unused_webpack_module, exports) { (function (global, factory) { @@ -11124,7 +11124,7 @@ module.exports = Zip; /***/ }), -/***/ 7758: +/***/ 2453: /***/ ((module) => { "use strict"; @@ -11194,7 +11194,7 @@ function range(a, b, str) { /***/ }), -/***/ 9657: +/***/ 8920: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -11598,15 +11598,15 @@ module.exports = BufferList /***/ }), -/***/ 4937: +/***/ 5805: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; -const DuplexStream = __nccwpck_require__(9693).Duplex -const inherits = __nccwpck_require__(1679) -const BufferList = __nccwpck_require__(9657) +const DuplexStream = __nccwpck_require__(7544).Duplex +const inherits = __nccwpck_require__(9424) +const BufferList = __nccwpck_require__(8920) function BufferListStream (callback) { if (!(this instanceof BufferListStream)) { @@ -11690,11 +11690,11 @@ module.exports.BufferList = BufferList /***/ }), -/***/ 4141: +/***/ 5525: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var concatMap = __nccwpck_require__(310); -var balanced = __nccwpck_require__(7758); +var concatMap = __nccwpck_require__(2517); +var balanced = __nccwpck_require__(2453); module.exports = expandTop; @@ -11898,7 +11898,7 @@ function expand(str, isTop) { /***/ }), -/***/ 8466: +/***/ 8159: /***/ ((module) => { (function () { @@ -11922,7 +11922,7 @@ function expand(str, isTop) { /***/ }), -/***/ 5982: +/***/ 1262: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { var Buffer = __nccwpck_require__(4293).Buffer; @@ -12040,7 +12040,7 @@ module.exports = crc32; /***/ }), -/***/ 4872: +/***/ 5223: /***/ ((module) => { /** @@ -12062,7 +12062,7 @@ ArchiveEntry.prototype.isDirectory = function() {}; /***/ }), -/***/ 8997: +/***/ 2843: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -12073,10 +12073,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__(9693).Transform; +var Transform = __nccwpck_require__(7544).Transform; -var ArchiveEntry = __nccwpck_require__(4872); -var util = __nccwpck_require__(7157); +var ArchiveEntry = __nccwpck_require__(5223); +var util = __nccwpck_require__(7163); var ArchiveOutputStream = module.exports = function(options) { if (!(this instanceof ArchiveOutputStream)) { @@ -12185,7 +12185,7 @@ ArchiveOutputStream.prototype.write = function(chunk, cb) { /***/ }), -/***/ 969: +/***/ 4117: /***/ ((module) => { /** @@ -12263,7 +12263,7 @@ module.exports = { /***/ }), -/***/ 2559: +/***/ 3049: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -12273,7 +12273,7 @@ module.exports = { * Licensed under the MIT license. * https://github.com/archiverjs/node-compress-commons/blob/master/LICENSE-MIT */ -var zipUtil = __nccwpck_require__(9708); +var zipUtil = __nccwpck_require__(8926); var DATA_DESCRIPTOR_FLAG = 1 << 3; var ENCRYPTION_FLAG = 1 << 0; @@ -12370,7 +12370,7 @@ GeneralPurposeBit.prototype.usesUTF8ForNames = function() { /***/ }), -/***/ 7602: +/***/ 2789: /***/ ((module) => { /** @@ -12429,7 +12429,7 @@ module.exports = { /***/ }), -/***/ 9708: +/***/ 8926: /***/ ((module) => { /** @@ -12509,7 +12509,7 @@ util.toDosTime = function(d) { /***/ }), -/***/ 7957: +/***/ 4857: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -12520,14 +12520,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__(4946); +var normalizePath = __nccwpck_require__(8389); -var ArchiveEntry = __nccwpck_require__(4872); -var GeneralPurposeBit = __nccwpck_require__(2559); -var UnixStat = __nccwpck_require__(7602); +var ArchiveEntry = __nccwpck_require__(5223); +var GeneralPurposeBit = __nccwpck_require__(3049); +var UnixStat = __nccwpck_require__(2789); -var constants = __nccwpck_require__(969); -var zipUtil = __nccwpck_require__(9708); +var constants = __nccwpck_require__(4117); +var zipUtil = __nccwpck_require__(8926); var ZipArchiveEntry = module.exports = function(name) { if (!(this instanceof ZipArchiveEntry)) { @@ -12929,7 +12929,7 @@ ZipArchiveEntry.prototype.isZip64 = function() { /***/ }), -/***/ 6857: +/***/ 6884: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -12940,17 +12940,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__(5982); -var {CRC32Stream} = __nccwpck_require__(1047); -var {DeflateCRC32Stream} = __nccwpck_require__(1047); +var crc32 = __nccwpck_require__(1262); +var {CRC32Stream} = __nccwpck_require__(830); +var {DeflateCRC32Stream} = __nccwpck_require__(830); -var ArchiveOutputStream = __nccwpck_require__(8997); -var ZipArchiveEntry = __nccwpck_require__(7957); -var GeneralPurposeBit = __nccwpck_require__(2559); +var ArchiveOutputStream = __nccwpck_require__(2843); +var ZipArchiveEntry = __nccwpck_require__(4857); +var GeneralPurposeBit = __nccwpck_require__(3049); -var constants = __nccwpck_require__(969); -var util = __nccwpck_require__(7157); -var zipUtil = __nccwpck_require__(9708); +var constants = __nccwpck_require__(4117); +var util = __nccwpck_require__(7163); +var zipUtil = __nccwpck_require__(8926); var ZipArchiveOutputStream = module.exports = function(options) { if (!(this instanceof ZipArchiveOutputStream)) { @@ -13376,7 +13376,7 @@ ZipArchiveOutputStream.prototype.setComment = function(comment) { /***/ }), -/***/ 7025: +/***/ 1462: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -13387,15 +13387,15 @@ ZipArchiveOutputStream.prototype.setComment = function(comment) { * https://github.com/archiverjs/node-compress-commons/blob/master/LICENSE-MIT */ module.exports = { - ArchiveEntry: __nccwpck_require__(4872), - ZipArchiveEntry: __nccwpck_require__(7957), - ArchiveOutputStream: __nccwpck_require__(8997), - ZipArchiveOutputStream: __nccwpck_require__(6857) + ArchiveEntry: __nccwpck_require__(5223), + ZipArchiveEntry: __nccwpck_require__(4857), + ArchiveOutputStream: __nccwpck_require__(2843), + ZipArchiveOutputStream: __nccwpck_require__(6884) }; /***/ }), -/***/ 7157: +/***/ 7163: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -13406,7 +13406,7 @@ module.exports = { * https://github.com/archiverjs/node-compress-commons/blob/master/LICENSE-MIT */ var Stream = __nccwpck_require__(2413).Stream; -var PassThrough = __nccwpck_require__(9693).PassThrough; +var PassThrough = __nccwpck_require__(7544).PassThrough; var util = module.exports = {}; @@ -13431,7 +13431,7 @@ util.normalizeInputSource = function(source) { /***/ }), -/***/ 310: +/***/ 2517: /***/ ((module) => { module.exports = function (xs, fn) { @@ -13451,7 +13451,7 @@ var isArray = Array.isArray || function (xs) { /***/ }), -/***/ 5805: +/***/ 1960: /***/ ((__unused_webpack_module, exports) => { // Copyright Joyent, Inc. and other Node contributors. @@ -13565,7 +13565,7 @@ function objectToString(o) { /***/ }), -/***/ 608: +/***/ 5892: /***/ ((__unused_webpack_module, exports) => { /* crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */ @@ -13682,7 +13682,7 @@ CRC32.str = crc32_str; /***/ }), -/***/ 8958: +/***/ 4056: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -13696,9 +13696,9 @@ CRC32.str = crc32_str; -const {Transform} = __nccwpck_require__(9693); +const {Transform} = __nccwpck_require__(7544); -const crc32 = __nccwpck_require__(608); +const crc32 = __nccwpck_require__(5892); class CRC32Stream extends Transform { constructor(options) { @@ -13738,7 +13738,7 @@ module.exports = CRC32Stream; /***/ }), -/***/ 2931: +/***/ 2777: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -13754,7 +13754,7 @@ module.exports = CRC32Stream; const {DeflateRaw} = __nccwpck_require__(8761); -const crc32 = __nccwpck_require__(608); +const crc32 = __nccwpck_require__(5892); class DeflateCRC32Stream extends DeflateRaw { constructor(options) { @@ -13808,7 +13808,7 @@ module.exports = DeflateCRC32Stream; /***/ }), -/***/ 1047: +/***/ 830: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -13823,17 +13823,17 @@ module.exports = DeflateCRC32Stream; module.exports = { - CRC32Stream: __nccwpck_require__(8958), - DeflateCRC32Stream: __nccwpck_require__(2931) + CRC32Stream: __nccwpck_require__(4056), + DeflateCRC32Stream: __nccwpck_require__(2777) } /***/ }), -/***/ 2806: +/***/ 4965: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var once = __nccwpck_require__(4821); +var once = __nccwpck_require__(4742); var noop = function() {}; @@ -13931,7 +13931,7 @@ module.exports = eos; /***/ }), -/***/ 1867: +/***/ 3268: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = __nccwpck_require__(5747).constants || __nccwpck_require__(7619) @@ -13939,7 +13939,7 @@ module.exports = __nccwpck_require__(5747).constants || __nccwpck_require__(7619 /***/ }), -/***/ 3885: +/***/ 2097: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = realpath @@ -13955,7 +13955,7 @@ var origRealpathSync = fs.realpathSync var version = process.version var ok = /^v[0-5]\./.test(version) -var old = __nccwpck_require__(4864) +var old = __nccwpck_require__(1400) function newError (er) { return er && er.syscall === 'realpath' && ( @@ -14012,7 +14012,7 @@ function unmonkeypatch () { /***/ }), -/***/ 4864: +/***/ 1400: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { // Copyright Joyent, Inc. and other Node contributors. @@ -14322,7 +14322,7 @@ exports.realpath = function realpath(p, cache, cb) { /***/ }), -/***/ 3287: +/***/ 925: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { exports.setopts = setopts @@ -14338,8 +14338,8 @@ function ownProp (obj, field) { } var path = __nccwpck_require__(5622) -var minimatch = __nccwpck_require__(3541) -var isAbsolute = __nccwpck_require__(910) +var minimatch = __nccwpck_require__(8083) +var isAbsolute = __nccwpck_require__(2598) var Minimatch = minimatch.Minimatch function alphasort (a, b) { @@ -14563,7 +14563,7 @@ function childrenIgnored (self, path) { /***/ }), -/***/ 9544: +/***/ 3208: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { // Approach: @@ -14609,24 +14609,24 @@ function childrenIgnored (self, path) { module.exports = glob var fs = __nccwpck_require__(5747) -var rp = __nccwpck_require__(3885) -var minimatch = __nccwpck_require__(3541) +var rp = __nccwpck_require__(2097) +var minimatch = __nccwpck_require__(8083) var Minimatch = minimatch.Minimatch -var inherits = __nccwpck_require__(1679) +var inherits = __nccwpck_require__(9424) var EE = __nccwpck_require__(8614).EventEmitter var path = __nccwpck_require__(5622) var assert = __nccwpck_require__(2357) -var isAbsolute = __nccwpck_require__(910) -var globSync = __nccwpck_require__(7519) -var common = __nccwpck_require__(3287) +var isAbsolute = __nccwpck_require__(2598) +var globSync = __nccwpck_require__(25) +var common = __nccwpck_require__(925) var setopts = common.setopts var ownProp = common.ownProp -var inflight = __nccwpck_require__(1884) +var inflight = __nccwpck_require__(8179) var util = __nccwpck_require__(1669) var childrenIgnored = common.childrenIgnored var isIgnored = common.isIgnored -var once = __nccwpck_require__(4821) +var once = __nccwpck_require__(4742) function glob (pattern, options, cb) { if (typeof options === 'function') cb = options, options = {} @@ -15358,22 +15358,22 @@ Glob.prototype._stat2 = function (f, abs, er, stat, cb) { /***/ }), -/***/ 7519: +/***/ 25: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = globSync globSync.GlobSync = GlobSync var fs = __nccwpck_require__(5747) -var rp = __nccwpck_require__(3885) -var minimatch = __nccwpck_require__(3541) +var rp = __nccwpck_require__(2097) +var minimatch = __nccwpck_require__(8083) var Minimatch = minimatch.Minimatch -var Glob = __nccwpck_require__(9544).Glob +var Glob = __nccwpck_require__(3208).Glob var util = __nccwpck_require__(1669) var path = __nccwpck_require__(5622) var assert = __nccwpck_require__(2357) -var isAbsolute = __nccwpck_require__(910) -var common = __nccwpck_require__(3287) +var isAbsolute = __nccwpck_require__(2598) +var common = __nccwpck_require__(925) var setopts = common.setopts var ownProp = common.ownProp var childrenIgnored = common.childrenIgnored @@ -15849,7 +15849,7 @@ GlobSync.prototype._makeAbs = function (f) { /***/ }), -/***/ 3980: +/***/ 6118: /***/ ((module) => { "use strict"; @@ -15880,13 +15880,13 @@ function clone (obj) { /***/ }), -/***/ 5046: +/***/ 1150: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { var fs = __nccwpck_require__(5747) -var polyfills = __nccwpck_require__(6541) -var legacy = __nccwpck_require__(7500) -var clone = __nccwpck_require__(3980) +var polyfills = __nccwpck_require__(1772) +var legacy = __nccwpck_require__(7139) +var clone = __nccwpck_require__(6118) var util = __nccwpck_require__(1669) @@ -16260,7 +16260,7 @@ function retry () { /***/ }), -/***/ 7500: +/***/ 7139: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { var Stream = __nccwpck_require__(2413).Stream @@ -16385,7 +16385,7 @@ function legacy (fs) { /***/ }), -/***/ 6541: +/***/ 1772: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { var constants = __nccwpck_require__(7619) @@ -16738,12 +16738,12 @@ function patch (fs) { /***/ }), -/***/ 1884: +/***/ 8179: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var wrappy = __nccwpck_require__(5083) +var wrappy = __nccwpck_require__(6923) var reqs = Object.create(null) -var once = __nccwpck_require__(4821) +var once = __nccwpck_require__(4742) module.exports = wrappy(inflight) @@ -16799,7 +16799,7 @@ function slice (args) { /***/ }), -/***/ 1679: +/***/ 9424: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { try { @@ -16809,13 +16809,13 @@ try { module.exports = util.inherits; } catch (e) { /* istanbul ignore next */ - module.exports = __nccwpck_require__(4829); + module.exports = __nccwpck_require__(7372); } /***/ }), -/***/ 4829: +/***/ 7372: /***/ ((module) => { if (typeof Object.create === 'function') { @@ -16849,7 +16849,7 @@ if (typeof Object.create === 'function') { /***/ }), -/***/ 4281: +/***/ 8308: /***/ ((module) => { var toString = {}.toString; @@ -16861,11 +16861,11 @@ module.exports = Array.isArray || function (arr) { /***/ }), -/***/ 3781: +/***/ 8784: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { var util = __nccwpck_require__(1669); -var PassThrough = __nccwpck_require__(4495); +var PassThrough = __nccwpck_require__(802); module.exports = { Readable: Readable, @@ -16922,7 +16922,7 @@ function Writable(fn, options) { /***/ }), -/***/ 9398: +/***/ 6275: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -16956,7 +16956,7 @@ function Writable(fn, options) { /**/ -var pna = __nccwpck_require__(7487); +var pna = __nccwpck_require__(1491); /**/ /**/ @@ -16971,12 +16971,12 @@ var objectKeys = Object.keys || function (obj) { module.exports = Duplex; /**/ -var util = Object.create(__nccwpck_require__(5805)); -util.inherits = __nccwpck_require__(1679); +var util = Object.create(__nccwpck_require__(1960)); +util.inherits = __nccwpck_require__(9424); /**/ -var Readable = __nccwpck_require__(5746); -var Writable = __nccwpck_require__(2928); +var Readable = __nccwpck_require__(1512); +var Writable = __nccwpck_require__(6787); util.inherits(Duplex, Readable); @@ -17060,7 +17060,7 @@ Duplex.prototype._destroy = function (err, cb) { /***/ }), -/***/ 3006: +/***/ 7498: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -17093,11 +17093,11 @@ Duplex.prototype._destroy = function (err, cb) { module.exports = PassThrough; -var Transform = __nccwpck_require__(7731); +var Transform = __nccwpck_require__(3298); /**/ -var util = Object.create(__nccwpck_require__(5805)); -util.inherits = __nccwpck_require__(1679); +var util = Object.create(__nccwpck_require__(1960)); +util.inherits = __nccwpck_require__(9424); /**/ util.inherits(PassThrough, Transform); @@ -17114,7 +17114,7 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) { /***/ }), -/***/ 5746: +/***/ 1512: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -17143,13 +17143,13 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) { /**/ -var pna = __nccwpck_require__(7487); +var pna = __nccwpck_require__(1491); /**/ module.exports = Readable; /**/ -var isArray = __nccwpck_require__(4281); +var isArray = __nccwpck_require__(8308); /**/ /**/ @@ -17167,12 +17167,12 @@ var EElistenerCount = function (emitter, type) { /**/ /**/ -var Stream = __nccwpck_require__(9457); +var Stream = __nccwpck_require__(9658); /**/ /**/ -var Buffer = __nccwpck_require__(1544).Buffer; +var Buffer = __nccwpck_require__(7677).Buffer; var OurUint8Array = global.Uint8Array || function () {}; function _uint8ArrayToBuffer(chunk) { return Buffer.from(chunk); @@ -17184,8 +17184,8 @@ function _isUint8Array(obj) { /**/ /**/ -var util = Object.create(__nccwpck_require__(5805)); -util.inherits = __nccwpck_require__(1679); +var util = Object.create(__nccwpck_require__(1960)); +util.inherits = __nccwpck_require__(9424); /**/ /**/ @@ -17198,8 +17198,8 @@ if (debugUtil && debugUtil.debuglog) { } /**/ -var BufferList = __nccwpck_require__(5097); -var destroyImpl = __nccwpck_require__(8841); +var BufferList = __nccwpck_require__(1023); +var destroyImpl = __nccwpck_require__(4269); var StringDecoder; util.inherits(Readable, Stream); @@ -17219,7 +17219,7 @@ function prependListener(emitter, event, fn) { } function ReadableState(options, stream) { - Duplex = Duplex || __nccwpck_require__(9398); + Duplex = Duplex || __nccwpck_require__(6275); options = options || {}; @@ -17289,14 +17289,14 @@ function ReadableState(options, stream) { this.decoder = null; this.encoding = null; if (options.encoding) { - if (!StringDecoder) StringDecoder = __nccwpck_require__(2598)/* .StringDecoder */ .s; + if (!StringDecoder) StringDecoder = __nccwpck_require__(6298)/* .StringDecoder */ .s; this.decoder = new StringDecoder(options.encoding); this.encoding = options.encoding; } } function Readable(options) { - Duplex = Duplex || __nccwpck_require__(9398); + Duplex = Duplex || __nccwpck_require__(6275); if (!(this instanceof Readable)) return new Readable(options); @@ -17445,7 +17445,7 @@ Readable.prototype.isPaused = function () { // backwards compatibility. Readable.prototype.setEncoding = function (enc) { - if (!StringDecoder) StringDecoder = __nccwpck_require__(2598)/* .StringDecoder */ .s; + if (!StringDecoder) StringDecoder = __nccwpck_require__(6298)/* .StringDecoder */ .s; this._readableState.decoder = new StringDecoder(enc); this._readableState.encoding = enc; return this; @@ -18140,7 +18140,7 @@ function indexOf(xs, x) { /***/ }), -/***/ 7731: +/***/ 3298: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -18211,11 +18211,11 @@ function indexOf(xs, x) { module.exports = Transform; -var Duplex = __nccwpck_require__(9398); +var Duplex = __nccwpck_require__(6275); /**/ -var util = Object.create(__nccwpck_require__(5805)); -util.inherits = __nccwpck_require__(1679); +var util = Object.create(__nccwpck_require__(1960)); +util.inherits = __nccwpck_require__(9424); /**/ util.inherits(Transform, Duplex); @@ -18361,7 +18361,7 @@ function done(stream, er, data) { /***/ }), -/***/ 2928: +/***/ 6787: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -18394,7 +18394,7 @@ function done(stream, er, data) { /**/ -var pna = __nccwpck_require__(7487); +var pna = __nccwpck_require__(1491); /**/ module.exports = Writable; @@ -18431,23 +18431,23 @@ var Duplex; Writable.WritableState = WritableState; /**/ -var util = Object.create(__nccwpck_require__(5805)); -util.inherits = __nccwpck_require__(1679); +var util = Object.create(__nccwpck_require__(1960)); +util.inherits = __nccwpck_require__(9424); /**/ /**/ var internalUtil = { - deprecate: __nccwpck_require__(2503) + deprecate: __nccwpck_require__(9461) }; /**/ /**/ -var Stream = __nccwpck_require__(9457); +var Stream = __nccwpck_require__(9658); /**/ /**/ -var Buffer = __nccwpck_require__(1544).Buffer; +var Buffer = __nccwpck_require__(7677).Buffer; var OurUint8Array = global.Uint8Array || function () {}; function _uint8ArrayToBuffer(chunk) { return Buffer.from(chunk); @@ -18458,14 +18458,14 @@ function _isUint8Array(obj) { /**/ -var destroyImpl = __nccwpck_require__(8841); +var destroyImpl = __nccwpck_require__(4269); util.inherits(Writable, Stream); function nop() {} function WritableState(options, stream) { - Duplex = Duplex || __nccwpck_require__(9398); + Duplex = Duplex || __nccwpck_require__(6275); options = options || {}; @@ -18615,7 +18615,7 @@ if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.protot } function Writable(options) { - Duplex = Duplex || __nccwpck_require__(9398); + Duplex = Duplex || __nccwpck_require__(6275); // Writable ctor is applied to Duplexes, too. // `realHasInstance` is necessary because using plain `instanceof` @@ -19055,7 +19055,7 @@ Writable.prototype._destroy = function (err, cb) { /***/ }), -/***/ 5097: +/***/ 1023: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -19063,7 +19063,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__(1544).Buffer; +var Buffer = __nccwpck_require__(7677).Buffer; var util = __nccwpck_require__(1669); function copyBuffer(src, target, offset) { @@ -19141,7 +19141,7 @@ if (util && util.inspect && util.inspect.custom) { /***/ }), -/***/ 8841: +/***/ 4269: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -19149,7 +19149,7 @@ if (util && util.inspect && util.inspect.custom) { /**/ -var pna = __nccwpck_require__(7487); +var pna = __nccwpck_require__(1491); /**/ // undocumented cb() API, needed for core, not for public API @@ -19222,7 +19222,7 @@ module.exports = { /***/ }), -/***/ 9457: +/***/ 9658: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = __nccwpck_require__(2413); @@ -19230,15 +19230,15 @@ module.exports = __nccwpck_require__(2413); /***/ }), -/***/ 4495: +/***/ 802: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -module.exports = __nccwpck_require__(2787).PassThrough +module.exports = __nccwpck_require__(6054).PassThrough /***/ }), -/***/ 2787: +/***/ 6054: /***/ ((module, exports, __nccwpck_require__) => { var Stream = __nccwpck_require__(2413); @@ -19252,19 +19252,19 @@ if (process.env.READABLE_STREAM === 'disable' && Stream) { exports.PassThrough = Stream.PassThrough; exports.Stream = Stream; } else { - exports = module.exports = __nccwpck_require__(5746); + exports = module.exports = __nccwpck_require__(1512); exports.Stream = Stream || exports; exports.Readable = exports; - exports.Writable = __nccwpck_require__(2928); - exports.Duplex = __nccwpck_require__(9398); - exports.Transform = __nccwpck_require__(7731); - exports.PassThrough = __nccwpck_require__(3006); + exports.Writable = __nccwpck_require__(6787); + exports.Duplex = __nccwpck_require__(6275); + exports.Transform = __nccwpck_require__(3298); + exports.PassThrough = __nccwpck_require__(7498); } /***/ }), -/***/ 5277: +/***/ 2640: /***/ ((module) => { /** @@ -19939,7 +19939,7 @@ module.exports = defaults; /***/ }), -/***/ 6275: +/***/ 3663: /***/ ((module) => { /** @@ -21116,7 +21116,7 @@ module.exports = difference; /***/ }), -/***/ 7108: +/***/ 5151: /***/ ((module) => { /** @@ -21472,7 +21472,7 @@ module.exports = flatten; /***/ }), -/***/ 3554: +/***/ 84: /***/ ((module) => { /** @@ -21618,7 +21618,7 @@ module.exports = isPlainObject; /***/ }), -/***/ 2770: +/***/ 6819: /***/ ((module) => { /** @@ -22806,7 +22806,7 @@ module.exports = union; /***/ }), -/***/ 3541: +/***/ 8083: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = minimatch @@ -22818,7 +22818,7 @@ try { } catch (er) {} var GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {} -var expand = __nccwpck_require__(4141) +var expand = __nccwpck_require__(5525) var plTypes = { '!': { open: '(?:(?!(?:', close: '))[^/]*?)'}, @@ -23736,7 +23736,7 @@ function regExpEscape (s) { /***/ }), -/***/ 4324: +/***/ 8100: /***/ ((module, exports, __nccwpck_require__) => { "use strict"; @@ -23901,7 +23901,7 @@ FetchError.prototype.name = 'FetchError'; let convert; try { - convert = __nccwpck_require__(4147).convert; + convert = __nccwpck_require__(1181).convert; } catch (e) {} const INTERNALS = Symbol('Body internals'); @@ -25393,7 +25393,7 @@ exports.FetchError = FetchError; /***/ }), -/***/ 4946: +/***/ 8389: /***/ ((module) => { /*! @@ -25435,10 +25435,10 @@ module.exports = function(path, stripTrailing) { /***/ }), -/***/ 4821: +/***/ 4742: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var wrappy = __nccwpck_require__(5083) +var wrappy = __nccwpck_require__(6923) module.exports = wrappy(once) module.exports.strict = wrappy(onceStrict) @@ -25484,7 +25484,7 @@ function onceStrict (fn) { /***/ }), -/***/ 910: +/***/ 2598: /***/ ((module) => { "use strict"; @@ -25512,7 +25512,7 @@ module.exports.win32 = win32; /***/ }), -/***/ 7487: +/***/ 1491: /***/ ((module) => { "use strict"; @@ -25565,7 +25565,7 @@ function nextTick(fn, arg1, arg2, arg3) { /***/ }), -/***/ 542: +/***/ 9745: /***/ ((module) => { "use strict"; @@ -25689,7 +25689,7 @@ module.exports.q = codes; /***/ }), -/***/ 4945: +/***/ 5777: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -25734,11 +25734,11 @@ var objectKeys = Object.keys || function (obj) { module.exports = Duplex; -var Readable = __nccwpck_require__(5918); +var Readable = __nccwpck_require__(8774); -var Writable = __nccwpck_require__(5104); +var Writable = __nccwpck_require__(7190); -__nccwpck_require__(1679)(Duplex, Readable); +__nccwpck_require__(9424)(Duplex, Readable); { // Allow the keys array to be GC'ed. @@ -25835,7 +25835,7 @@ Object.defineProperty(Duplex.prototype, 'destroyed', { /***/ }), -/***/ 5909: +/***/ 6646: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -25866,9 +25866,9 @@ Object.defineProperty(Duplex.prototype, 'destroyed', { module.exports = PassThrough; -var Transform = __nccwpck_require__(9091); +var Transform = __nccwpck_require__(6354); -__nccwpck_require__(1679)(PassThrough, Transform); +__nccwpck_require__(9424)(PassThrough, Transform); function PassThrough(options) { if (!(this instanceof PassThrough)) return new PassThrough(options); @@ -25881,7 +25881,7 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) { /***/ }), -/***/ 5918: +/***/ 8774: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -25926,7 +25926,7 @@ var EElistenerCount = function EElistenerCount(emitter, type) { /**/ -var Stream = __nccwpck_require__(5166); +var Stream = __nccwpck_require__(515); /**/ @@ -25956,14 +25956,14 @@ if (debugUtil && debugUtil.debuglog) { /**/ -var BufferList = __nccwpck_require__(7096); +var BufferList = __nccwpck_require__(4016); -var destroyImpl = __nccwpck_require__(6436); +var destroyImpl = __nccwpck_require__(6473); -var _require = __nccwpck_require__(3324), +var _require = __nccwpck_require__(5591), getHighWaterMark = _require.getHighWaterMark; -var _require$codes = __nccwpck_require__(542)/* .codes */ .q, +var _require$codes = __nccwpck_require__(9745)/* .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, @@ -25974,7 +25974,7 @@ var StringDecoder; var createReadableStreamAsyncIterator; var from; -__nccwpck_require__(1679)(Readable, Stream); +__nccwpck_require__(9424)(Readable, Stream); var errorOrDestroy = destroyImpl.errorOrDestroy; var kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume']; @@ -25991,7 +25991,7 @@ function prependListener(emitter, event, fn) { } function ReadableState(options, stream, isDuplex) { - Duplex = Duplex || __nccwpck_require__(4945); + Duplex = Duplex || __nccwpck_require__(5777); options = options || {}; // Duplex streams are both readable and writable, but share // the same options object. // However, some cases require setting options to different @@ -26047,14 +26047,14 @@ function ReadableState(options, stream, isDuplex) { this.encoding = null; if (options.encoding) { - if (!StringDecoder) StringDecoder = __nccwpck_require__(2598)/* .StringDecoder */ .s; + if (!StringDecoder) StringDecoder = __nccwpck_require__(6298)/* .StringDecoder */ .s; this.decoder = new StringDecoder(options.encoding); this.encoding = options.encoding; } } function Readable(options) { - Duplex = Duplex || __nccwpck_require__(4945); + Duplex = Duplex || __nccwpck_require__(5777); 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 @@ -26209,7 +26209,7 @@ Readable.prototype.isPaused = function () { Readable.prototype.setEncoding = function (enc) { - if (!StringDecoder) StringDecoder = __nccwpck_require__(2598)/* .StringDecoder */ .s; + if (!StringDecoder) StringDecoder = __nccwpck_require__(6298)/* .StringDecoder */ .s; var decoder = new StringDecoder(enc); this._readableState.decoder = decoder; // If setEncoding(null), decoder.encoding equals utf8 @@ -26893,7 +26893,7 @@ Readable.prototype.wrap = function (stream) { if (typeof Symbol === 'function') { Readable.prototype[Symbol.asyncIterator] = function () { if (createReadableStreamAsyncIterator === undefined) { - createReadableStreamAsyncIterator = __nccwpck_require__(1813); + createReadableStreamAsyncIterator = __nccwpck_require__(1445); } return createReadableStreamAsyncIterator(this); @@ -26995,7 +26995,7 @@ function endReadableNT(state, stream) { if (typeof Symbol === 'function') { Readable.from = function (iterable, opts) { if (from === undefined) { - from = __nccwpck_require__(4969); + from = __nccwpck_require__(1764); } return from(Readable, iterable, opts); @@ -27012,7 +27012,7 @@ function indexOf(xs, x) { /***/ }), -/***/ 9091: +/***/ 6354: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -27081,15 +27081,15 @@ function indexOf(xs, x) { module.exports = Transform; -var _require$codes = __nccwpck_require__(542)/* .codes */ .q, +var _require$codes = __nccwpck_require__(9745)/* .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__(4945); +var Duplex = __nccwpck_require__(5777); -__nccwpck_require__(1679)(Transform, Duplex); +__nccwpck_require__(9424)(Transform, Duplex); function afterTransform(er, data) { var ts = this._transformState; @@ -27220,7 +27220,7 @@ function done(stream, er, data) { /***/ }), -/***/ 5104: +/***/ 7190: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -27283,13 +27283,13 @@ Writable.WritableState = WritableState; /**/ var internalUtil = { - deprecate: __nccwpck_require__(2503) + deprecate: __nccwpck_require__(9461) }; /**/ /**/ -var Stream = __nccwpck_require__(5166); +var Stream = __nccwpck_require__(515); /**/ @@ -27305,12 +27305,12 @@ function _isUint8Array(obj) { return Buffer.isBuffer(obj) || obj instanceof OurUint8Array; } -var destroyImpl = __nccwpck_require__(6436); +var destroyImpl = __nccwpck_require__(6473); -var _require = __nccwpck_require__(3324), +var _require = __nccwpck_require__(5591), getHighWaterMark = _require.getHighWaterMark; -var _require$codes = __nccwpck_require__(542)/* .codes */ .q, +var _require$codes = __nccwpck_require__(9745)/* .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, @@ -27322,12 +27322,12 @@ var _require$codes = __nccwpck_require__(542)/* .codes */ .q, var errorOrDestroy = destroyImpl.errorOrDestroy; -__nccwpck_require__(1679)(Writable, Stream); +__nccwpck_require__(9424)(Writable, Stream); function nop() {} function WritableState(options, stream, isDuplex) { - Duplex = Duplex || __nccwpck_require__(4945); + Duplex = Duplex || __nccwpck_require__(5777); options = options || {}; // Duplex streams are both readable and writable, but share // the same options object. // However, some cases require setting options to different @@ -27453,7 +27453,7 @@ if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.protot } function Writable(options) { - Duplex = Duplex || __nccwpck_require__(4945); // Writable ctor is applied to Duplexes, too. + Duplex = Duplex || __nccwpck_require__(5777); // 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 @@ -27924,7 +27924,7 @@ Writable.prototype._destroy = function (err, cb) { /***/ }), -/***/ 1813: +/***/ 1445: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -27934,7 +27934,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__(1911); +var finished = __nccwpck_require__(7332); var kLastResolve = Symbol('lastResolve'); var kLastReject = Symbol('lastReject'); @@ -28138,7 +28138,7 @@ module.exports = createReadableStreamAsyncIterator; /***/ }), -/***/ 7096: +/***/ 4016: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -28355,7 +28355,7 @@ function () { /***/ }), -/***/ 6436: +/***/ 6473: /***/ ((module) => { "use strict"; @@ -28467,7 +28467,7 @@ module.exports = { /***/ }), -/***/ 1911: +/***/ 7332: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -28475,7 +28475,7 @@ module.exports = { // permission from the author, Mathias Buus (@mafintosh). -var ERR_STREAM_PREMATURE_CLOSE = __nccwpck_require__(542)/* .codes.ERR_STREAM_PREMATURE_CLOSE */ .q.ERR_STREAM_PREMATURE_CLOSE; +var ERR_STREAM_PREMATURE_CLOSE = __nccwpck_require__(9745)/* .codes.ERR_STREAM_PREMATURE_CLOSE */ .q.ERR_STREAM_PREMATURE_CLOSE; function once(callback) { var called = false; @@ -28578,7 +28578,7 @@ module.exports = eos; /***/ }), -/***/ 4969: +/***/ 1764: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -28594,7 +28594,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__(542)/* .codes.ERR_INVALID_ARG_TYPE */ .q.ERR_INVALID_ARG_TYPE; +var ERR_INVALID_ARG_TYPE = __nccwpck_require__(9745)/* .codes.ERR_INVALID_ARG_TYPE */ .q.ERR_INVALID_ARG_TYPE; function from(Readable, iterable, opts) { var iterator; @@ -28649,7 +28649,7 @@ module.exports = from; /***/ }), -/***/ 1648: +/***/ 999: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -28668,7 +28668,7 @@ function once(callback) { }; } -var _require$codes = __nccwpck_require__(542)/* .codes */ .q, +var _require$codes = __nccwpck_require__(9745)/* .codes */ .q, ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS, ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED; @@ -28687,7 +28687,7 @@ function destroyer(stream, reading, writing, callback) { stream.on('close', function () { closed = true; }); - if (eos === undefined) eos = __nccwpck_require__(1911); + if (eos === undefined) eos = __nccwpck_require__(7332); eos(stream, { readable: reading, writable: writing @@ -28753,13 +28753,13 @@ module.exports = pipeline; /***/ }), -/***/ 3324: +/***/ 5591: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; -var ERR_INVALID_OPT_VALUE = __nccwpck_require__(542)/* .codes.ERR_INVALID_OPT_VALUE */ .q.ERR_INVALID_OPT_VALUE; +var ERR_INVALID_OPT_VALUE = __nccwpck_require__(9745)/* .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; @@ -28787,7 +28787,7 @@ module.exports = { /***/ }), -/***/ 5166: +/***/ 515: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = __nccwpck_require__(2413); @@ -28795,7 +28795,7 @@ module.exports = __nccwpck_require__(2413); /***/ }), -/***/ 9693: +/***/ 7544: /***/ ((module, exports, __nccwpck_require__) => { var Stream = __nccwpck_require__(2413); @@ -28804,28 +28804,28 @@ if (process.env.READABLE_STREAM === 'disable' && Stream) { Object.assign(module.exports, Stream); module.exports.Stream = Stream; } else { - exports = module.exports = __nccwpck_require__(5918); + exports = module.exports = __nccwpck_require__(8774); exports.Stream = Stream || exports; exports.Readable = exports; - exports.Writable = __nccwpck_require__(5104); - exports.Duplex = __nccwpck_require__(4945); - exports.Transform = __nccwpck_require__(9091); - exports.PassThrough = __nccwpck_require__(5909); - exports.finished = __nccwpck_require__(1911); - exports.pipeline = __nccwpck_require__(1648); + exports.Writable = __nccwpck_require__(7190); + exports.Duplex = __nccwpck_require__(5777); + exports.Transform = __nccwpck_require__(6354); + exports.PassThrough = __nccwpck_require__(6646); + exports.finished = __nccwpck_require__(7332); + exports.pipeline = __nccwpck_require__(999); } /***/ }), -/***/ 9414: +/***/ 4812: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { module.exports = readdirGlob; const fs = __nccwpck_require__(5747); const { EventEmitter } = __nccwpck_require__(8614); -const { Minimatch } = __nccwpck_require__(3541); +const { Minimatch } = __nccwpck_require__(8083); const { resolve } = __nccwpck_require__(5622); function readdir(dir, strict) { @@ -29067,7 +29067,7 @@ readdirGlob.ReaddirGlob = ReaddirGlob; /***/ }), -/***/ 1544: +/***/ 7677: /***/ ((module, exports, __nccwpck_require__) => { /* eslint-disable node/no-deprecated-api */ @@ -29136,7 +29136,7 @@ SafeBuffer.allocUnsafeSlow = function (size) { /***/ }), -/***/ 2598: +/***/ 6298: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -29165,7 +29165,7 @@ SafeBuffer.allocUnsafeSlow = function (size) { /**/ -var Buffer = __nccwpck_require__(1544).Buffer; +var Buffer = __nccwpck_require__(7677).Buffer; /**/ var isEncoding = Buffer.isEncoding || function (encoding) { @@ -29439,15 +29439,15 @@ function simpleEnd(buf) { /***/ }), -/***/ 3883: +/***/ 1580: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { var util = __nccwpck_require__(1669) -var bl = __nccwpck_require__(4937) -var headers = __nccwpck_require__(3307) +var bl = __nccwpck_require__(5805) +var headers = __nccwpck_require__(3394) -var Writable = __nccwpck_require__(9693).Writable -var PassThrough = __nccwpck_require__(9693).PassThrough +var Writable = __nccwpck_require__(7544).Writable +var PassThrough = __nccwpck_require__(7544).PassThrough var noop = function () {} @@ -29703,7 +29703,7 @@ module.exports = Extract /***/ }), -/***/ 3307: +/***/ 3394: /***/ ((__unused_webpack_module, exports) => { var alloc = Buffer.alloc @@ -30005,28 +30005,28 @@ exports.decode = function (buf, filenameEncoding, allowUnknownFormat) { /***/ }), -/***/ 472: +/***/ 5897: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { -exports.extract = __nccwpck_require__(3883) -exports.pack = __nccwpck_require__(6176) +exports.extract = __nccwpck_require__(1580) +exports.pack = __nccwpck_require__(7522) /***/ }), -/***/ 6176: +/***/ 7522: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var constants = __nccwpck_require__(1867) -var eos = __nccwpck_require__(2806) -var inherits = __nccwpck_require__(1679) +var constants = __nccwpck_require__(3268) +var eos = __nccwpck_require__(4965) +var inherits = __nccwpck_require__(9424) var alloc = Buffer.alloc -var Readable = __nccwpck_require__(9693).Readable -var Writable = __nccwpck_require__(9693).Writable +var Readable = __nccwpck_require__(7544).Readable +var Writable = __nccwpck_require__(7544).Writable var StringDecoder = __nccwpck_require__(4304).StringDecoder -var headers = __nccwpck_require__(3307) +var headers = __nccwpck_require__(3394) var DMODE = parseInt('755', 8) var FMODE = parseInt('644', 8) @@ -30276,7 +30276,7 @@ module.exports = Pack /***/ }), -/***/ 2503: +/***/ 9461: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { @@ -30289,7 +30289,7 @@ module.exports = __nccwpck_require__(1669).deprecate; /***/ }), -/***/ 5083: +/***/ 6923: /***/ ((module) => { // Returns a wrapper function that returns a wrapped callback @@ -30329,7 +30329,7 @@ function wrappy (fn, cb) { /***/ }), -/***/ 4633: +/***/ 6723: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /** @@ -30341,10 +30341,10 @@ function wrappy (fn, cb) { */ var inherits = __nccwpck_require__(1669).inherits; -var ZipArchiveOutputStream = __nccwpck_require__(7025).ZipArchiveOutputStream; -var ZipArchiveEntry = __nccwpck_require__(7025).ZipArchiveEntry; +var ZipArchiveOutputStream = __nccwpck_require__(1462).ZipArchiveOutputStream; +var ZipArchiveEntry = __nccwpck_require__(1462).ZipArchiveEntry; -var util = __nccwpck_require__(7236); +var util = __nccwpck_require__(590); /** * @constructor @@ -30523,7 +30523,7 @@ ZipStream.prototype.finalize = function() { /***/ }), -/***/ 4147: +/***/ 1181: /***/ ((module) => { module.exports = eval("require")("encoding"); @@ -30579,14 +30579,6 @@ module.exports = require("fs");; /***/ }), -/***/ 9225: -/***/ ((module) => { - -"use strict"; -module.exports = require("fs/promises");; - -/***/ }), - /***/ 8605: /***/ ((module) => { @@ -30702,8 +30694,8 @@ var __webpack_exports__ = {}; var exports = __webpack_exports__; Object.defineProperty(exports, "__esModule", ({ value: true })); -const Inputs_1 = __nccwpck_require__(2920); -const NextcloudArtifact_1 = __nccwpck_require__(9368); +const Inputs_1 = __nccwpck_require__(9662); +const NextcloudArtifact_1 = __nccwpck_require__(5658); 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 843f9ed..7abebf4 100644 --- a/src/nextcloud/NextcloudClient.ts +++ b/src/nextcloud/NextcloudClient.ts @@ -1,5 +1,4 @@ import * as fsSync from 'fs' -import * as fs from 'fs/promises' import * as path from 'path' import core from '@actions/core'; import * as os from 'os'; @@ -10,6 +9,8 @@ import fetch, { HeadersInit } from 'node-fetch'; import { Inputs } from '../Inputs'; import btoa from 'btoa'; +const fs = fsSync.promises; + interface FileSpec { absolutePath: string, uploadPath: string