diff --git a/dist/index.js b/dist/index.js
index a717c14..67075e1 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -1,7 +1,7 @@
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
-/***/ 2756:
+/***/ 2258:
/***/ (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__(8079));
+const glob = __importStar(__nccwpck_require__(7389));
const fs_1 = __nccwpck_require__(5747);
-const core_1 = __nccwpck_require__(5043);
+const core_1 = __nccwpck_require__(2167);
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 = {
/***/ }),
-/***/ 8636:
+/***/ 3421:
/***/ (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__(5043));
-const NoFileOption_1 = __nccwpck_require__(2523);
+const core = __importStar(__nccwpck_require__(2167));
+const NoFileOption_1 = __nccwpck_require__(1173);
class Inputs {
static get ArtifactName() {
return core.getInput("name");
@@ -220,7 +220,7 @@ exports.Inputs = Inputs;
/***/ }),
-/***/ 2523:
+/***/ 1173:
/***/ ((__unused_webpack_module, exports) => {
"use strict";
@@ -246,7 +246,7 @@ var NoFileOption;
/***/ }),
-/***/ 8626:
+/***/ 1634:
/***/ (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__(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);
+const core = __importStar(__nccwpck_require__(2167));
+const FileFinder_1 = __nccwpck_require__(2258);
+const Inputs_1 = __nccwpck_require__(3421);
+const NextcloudClient_1 = __nccwpck_require__(6716);
+const NoFileOption_1 = __nccwpck_require__(1173);
class NextcloudArtifact {
constructor(name, path, errorBehavior) {
this.name = name;
@@ -342,7 +342,7 @@ exports.NextcloudArtifact = NextcloudArtifact;
/***/ }),
-/***/ 8389:
+/***/ 6716:
/***/ (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__(5043));
+const core = __importStar(__nccwpck_require__(2167));
const os = __importStar(__nccwpck_require__(2087));
-const crypto = __importStar(__nccwpck_require__(6417));
-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 archiver = __importStar(__nccwpck_require__(4076));
+const node_fetch_1 = __importDefault(__nccwpck_require__(4732));
+const Inputs_1 = __nccwpck_require__(3421);
+const btoa_1 = __importDefault(__nccwpck_require__(869));
+const uuid_1 = __nccwpck_require__(7362);
const fs = fsSync.promises;
class NextcloudClient {
constructor(endpoint, artifact, rootDirectory) {
this.endpoint = endpoint;
this.artifact = artifact;
this.rootDirectory = rootDirectory;
- this.guid = crypto.randomUUID({ disableEntropyCache: false });
+ this.guid = uuid_1.v4();
this.headers = { 'Authorization': 'Basic ' + btoa_1.default(`${Inputs_1.Inputs.Username}:${Inputs_1.Inputs.Password}`) };
}
uploadFiles(files) {
@@ -532,7 +532,7 @@ exports.NextcloudClient = NextcloudClient;
/***/ }),
-/***/ 1078:
+/***/ 6769:
/***/ (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__(5171);
+const utils_1 = __nccwpck_require__(6807);
/**
* Commands
*
@@ -631,7 +631,7 @@ function escapeProperty(s) {
/***/ }),
-/***/ 5043:
+/***/ 2167:
/***/ (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__(1078);
-const file_command_1 = __nccwpck_require__(9573);
-const utils_1 = __nccwpck_require__(5171);
+const command_1 = __nccwpck_require__(6769);
+const file_command_1 = __nccwpck_require__(9264);
+const utils_1 = __nccwpck_require__(6807);
const os = __importStar(__nccwpck_require__(2087));
const path = __importStar(__nccwpck_require__(5622));
/**
@@ -917,7 +917,7 @@ exports.getState = getState;
/***/ }),
-/***/ 9573:
+/***/ 9264:
/***/ (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__(5171);
+const utils_1 = __nccwpck_require__(6807);
function issueCommand(command, message) {
const filePath = process.env[`GITHUB_${command}`];
if (!filePath) {
@@ -966,7 +966,7 @@ exports.issueCommand = issueCommand;
/***/ }),
-/***/ 5171:
+/***/ 6807:
/***/ ((__unused_webpack_module, exports) => {
"use strict";
@@ -993,7 +993,7 @@ exports.toCommandValue = toCommandValue;
/***/ }),
-/***/ 8079:
+/***/ 7389:
/***/ (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__(1434);
+const internal_globber_1 = __nccwpck_require__(7814);
/**
* Constructs a globber
*
@@ -1026,7 +1026,7 @@ exports.create = create;
/***/ }),
-/***/ 8808:
+/***/ 3444:
/***/ (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__(5043));
+const core = __importStar(__nccwpck_require__(2167));
/**
* Returns a copy with defaults filled in.
*/
@@ -1083,7 +1083,7 @@ exports.getOptions = getOptions;
/***/ }),
-/***/ 1434:
+/***/ 7814:
/***/ (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__(5043));
+const core = __importStar(__nccwpck_require__(2167));
const fs = __importStar(__nccwpck_require__(5747));
-const globOptionsHelper = __importStar(__nccwpck_require__(8808));
+const globOptionsHelper = __importStar(__nccwpck_require__(3444));
const path = __importStar(__nccwpck_require__(5622));
-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 patternHelper = __importStar(__nccwpck_require__(6071));
+const internal_match_kind_1 = __nccwpck_require__(6453);
+const internal_pattern_1 = __nccwpck_require__(5554);
+const internal_search_state_1 = __nccwpck_require__(8700);
const IS_WINDOWS = process.platform === 'win32';
class DefaultGlobber {
constructor(options) {
@@ -1325,7 +1325,7 @@ exports.DefaultGlobber = DefaultGlobber;
/***/ }),
-/***/ 1845:
+/***/ 6453:
/***/ ((__unused_webpack_module, exports) => {
"use strict";
@@ -1350,7 +1350,7 @@ var MatchKind;
/***/ }),
-/***/ 8108:
+/***/ 5077:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@@ -1555,7 +1555,7 @@ exports.safeTrimTrailingSeparator = safeTrimTrailingSeparator;
/***/ }),
-/***/ 7319:
+/***/ 3637:
/***/ (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__(8108));
+const pathHelper = __importStar(__nccwpck_require__(5077));
const assert_1 = __importDefault(__nccwpck_require__(2357));
const IS_WINDOWS = process.platform === 'win32';
/**
@@ -1675,7 +1675,7 @@ exports.Path = Path;
/***/ }),
-/***/ 8381:
+/***/ 6071:
/***/ (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__(8108));
-const internal_match_kind_1 = __nccwpck_require__(1845);
+const pathHelper = __importStar(__nccwpck_require__(5077));
+const internal_match_kind_1 = __nccwpck_require__(6453);
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;
/***/ }),
-/***/ 7569:
+/***/ 5554:
/***/ (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__(8108));
+const pathHelper = __importStar(__nccwpck_require__(5077));
const assert_1 = __importDefault(__nccwpck_require__(2357));
-const minimatch_1 = __nccwpck_require__(4785);
-const internal_match_kind_1 = __nccwpck_require__(1845);
-const internal_path_1 = __nccwpck_require__(7319);
+const minimatch_1 = __nccwpck_require__(2620);
+const internal_match_kind_1 = __nccwpck_require__(6453);
+const internal_path_1 = __nccwpck_require__(3637);
const IS_WINDOWS = process.platform === 'win32';
class Pattern {
constructor(patternOrNegate, isImplicitPattern = false, segments, homedir) {
@@ -2038,7 +2038,7 @@ exports.Pattern = Pattern;
/***/ }),
-/***/ 9328:
+/***/ 8700:
/***/ ((__unused_webpack_module, exports) => {
"use strict";
@@ -2056,7 +2056,7 @@ exports.SearchState = SearchState;
/***/ }),
-/***/ 7879:
+/***/ 48:
/***/ ((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__(5535);
+var fs = __nccwpck_require__(284);
var path = __nccwpck_require__(5622);
-var flatten = __nccwpck_require__(5948);
-var difference = __nccwpck_require__(4528);
-var union = __nccwpck_require__(8257);
-var isPlainObject = __nccwpck_require__(8688);
+var flatten = __nccwpck_require__(5924);
+var difference = __nccwpck_require__(8530);
+var union = __nccwpck_require__(6266);
+var isPlainObject = __nccwpck_require__(4485);
-var glob = __nccwpck_require__(6641);
+var glob = __nccwpck_require__(2741);
var file = module.exports = {};
@@ -2272,7 +2272,7 @@ file.normalizeFilesArray = function(data) {
/***/ }),
-/***/ 9429:
+/***/ 7127:
/***/ ((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__(5535);
+var fs = __nccwpck_require__(284);
var path = __nccwpck_require__(5622);
var nutil = __nccwpck_require__(1669);
-var lazystream = __nccwpck_require__(6884);
-var normalizePath = __nccwpck_require__(7816);
-var defaults = __nccwpck_require__(1036);
+var lazystream = __nccwpck_require__(785);
+var normalizePath = __nccwpck_require__(1838);
+var defaults = __nccwpck_require__(4342);
var Stream = __nccwpck_require__(2413).Stream;
-var PassThrough = __nccwpck_require__(9215).PassThrough;
+var PassThrough = __nccwpck_require__(5194).PassThrough;
var utils = module.exports = {};
-utils.file = __nccwpck_require__(7879);
+utils.file = __nccwpck_require__(48);
function assertPath(path) {
if (typeof path !== 'string') {
@@ -2435,7 +2435,7 @@ utils.walkdir = function(dirpath, base, callback) {
/***/ }),
-/***/ 2023:
+/***/ 1216:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -2469,7 +2469,7 @@ utils.walkdir = function(dirpath, base, callback) {
/**/
-var pna = __nccwpck_require__(7178);
+var pna = __nccwpck_require__(4886);
/**/
/**/
@@ -2484,12 +2484,12 @@ var objectKeys = Object.keys || function (obj) {
module.exports = Duplex;
/**/
-var util = Object.create(__nccwpck_require__(540));
-util.inherits = __nccwpck_require__(1089);
+var util = Object.create(__nccwpck_require__(6513));
+util.inherits = __nccwpck_require__(6087);
/**/
-var Readable = __nccwpck_require__(2841);
-var Writable = __nccwpck_require__(8850);
+var Readable = __nccwpck_require__(5829);
+var Writable = __nccwpck_require__(4892);
util.inherits(Duplex, Readable);
@@ -2573,7 +2573,7 @@ Duplex.prototype._destroy = function (err, cb) {
/***/ }),
-/***/ 4920:
+/***/ 3196:
/***/ ((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__(6294);
+var Transform = __nccwpck_require__(9976);
/**/
-var util = Object.create(__nccwpck_require__(540));
-util.inherits = __nccwpck_require__(1089);
+var util = Object.create(__nccwpck_require__(6513));
+util.inherits = __nccwpck_require__(6087);
/**/
util.inherits(PassThrough, Transform);
@@ -2627,7 +2627,7 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) {
/***/ }),
-/***/ 2841:
+/***/ 5829:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -2656,13 +2656,13 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) {
/**/
-var pna = __nccwpck_require__(7178);
+var pna = __nccwpck_require__(4886);
/**/
module.exports = Readable;
/**/
-var isArray = __nccwpck_require__(3411);
+var isArray = __nccwpck_require__(6840);
/**/
/**/
@@ -2680,12 +2680,12 @@ var EElistenerCount = function (emitter, type) {
/**/
/**/
-var Stream = __nccwpck_require__(6692);
+var Stream = __nccwpck_require__(23);
/**/
/**/
-var Buffer = __nccwpck_require__(7490).Buffer;
+var Buffer = __nccwpck_require__(6148).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__(540));
-util.inherits = __nccwpck_require__(1089);
+var util = Object.create(__nccwpck_require__(6513));
+util.inherits = __nccwpck_require__(6087);
/**/
/**/
@@ -2711,8 +2711,8 @@ if (debugUtil && debugUtil.debuglog) {
}
/**/
-var BufferList = __nccwpck_require__(6337);
-var destroyImpl = __nccwpck_require__(2855);
+var BufferList = __nccwpck_require__(7415);
+var destroyImpl = __nccwpck_require__(1106);
var StringDecoder;
util.inherits(Readable, Stream);
@@ -2732,7 +2732,7 @@ function prependListener(emitter, event, fn) {
}
function ReadableState(options, stream) {
- Duplex = Duplex || __nccwpck_require__(2023);
+ Duplex = Duplex || __nccwpck_require__(1216);
options = options || {};
@@ -2802,14 +2802,14 @@ function ReadableState(options, stream) {
this.decoder = null;
this.encoding = null;
if (options.encoding) {
- if (!StringDecoder) StringDecoder = __nccwpck_require__(1679)/* .StringDecoder */ .s;
+ if (!StringDecoder) StringDecoder = __nccwpck_require__(909)/* .StringDecoder */ .s;
this.decoder = new StringDecoder(options.encoding);
this.encoding = options.encoding;
}
}
function Readable(options) {
- Duplex = Duplex || __nccwpck_require__(2023);
+ Duplex = Duplex || __nccwpck_require__(1216);
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__(1679)/* .StringDecoder */ .s;
+ if (!StringDecoder) StringDecoder = __nccwpck_require__(909)/* .StringDecoder */ .s;
this._readableState.decoder = new StringDecoder(enc);
this._readableState.encoding = enc;
return this;
@@ -3653,7 +3653,7 @@ function indexOf(xs, x) {
/***/ }),
-/***/ 6294:
+/***/ 9976:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -3724,11 +3724,11 @@ function indexOf(xs, x) {
module.exports = Transform;
-var Duplex = __nccwpck_require__(2023);
+var Duplex = __nccwpck_require__(1216);
/**/
-var util = Object.create(__nccwpck_require__(540));
-util.inherits = __nccwpck_require__(1089);
+var util = Object.create(__nccwpck_require__(6513));
+util.inherits = __nccwpck_require__(6087);
/**/
util.inherits(Transform, Duplex);
@@ -3874,7 +3874,7 @@ function done(stream, er, data) {
/***/ }),
-/***/ 8850:
+/***/ 4892:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -3907,7 +3907,7 @@ function done(stream, er, data) {
/**/
-var pna = __nccwpck_require__(7178);
+var pna = __nccwpck_require__(4886);
/**/
module.exports = Writable;
@@ -3944,23 +3944,23 @@ var Duplex;
Writable.WritableState = WritableState;
/**/
-var util = Object.create(__nccwpck_require__(540));
-util.inherits = __nccwpck_require__(1089);
+var util = Object.create(__nccwpck_require__(6513));
+util.inherits = __nccwpck_require__(6087);
/**/
/**/
var internalUtil = {
- deprecate: __nccwpck_require__(8774)
+ deprecate: __nccwpck_require__(6442)
};
/**/
/**/
-var Stream = __nccwpck_require__(6692);
+var Stream = __nccwpck_require__(23);
/**/
/**/
-var Buffer = __nccwpck_require__(7490).Buffer;
+var Buffer = __nccwpck_require__(6148).Buffer;
var OurUint8Array = global.Uint8Array || function () {};
function _uint8ArrayToBuffer(chunk) {
return Buffer.from(chunk);
@@ -3971,14 +3971,14 @@ function _isUint8Array(obj) {
/**/
-var destroyImpl = __nccwpck_require__(2855);
+var destroyImpl = __nccwpck_require__(1106);
util.inherits(Writable, Stream);
function nop() {}
function WritableState(options, stream) {
- Duplex = Duplex || __nccwpck_require__(2023);
+ Duplex = Duplex || __nccwpck_require__(1216);
options = options || {};
@@ -4128,7 +4128,7 @@ if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.protot
}
function Writable(options) {
- Duplex = Duplex || __nccwpck_require__(2023);
+ Duplex = Duplex || __nccwpck_require__(1216);
// Writable ctor is applied to Duplexes, too.
// `realHasInstance` is necessary because using plain `instanceof`
@@ -4568,7 +4568,7 @@ Writable.prototype._destroy = function (err, cb) {
/***/ }),
-/***/ 6337:
+/***/ 7415:
/***/ ((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__(7490).Buffer;
+var Buffer = __nccwpck_require__(6148).Buffer;
var util = __nccwpck_require__(1669);
function copyBuffer(src, target, offset) {
@@ -4654,7 +4654,7 @@ if (util && util.inspect && util.inspect.custom) {
/***/ }),
-/***/ 2855:
+/***/ 1106:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -4662,7 +4662,7 @@ if (util && util.inspect && util.inspect.custom) {
/**/
-var pna = __nccwpck_require__(7178);
+var pna = __nccwpck_require__(4886);
/**/
// undocumented cb() API, needed for core, not for public API
@@ -4735,7 +4735,7 @@ module.exports = {
/***/ }),
-/***/ 6692:
+/***/ 23:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = __nccwpck_require__(2413);
@@ -4743,7 +4743,7 @@ module.exports = __nccwpck_require__(2413);
/***/ }),
-/***/ 9215:
+/***/ 5194:
/***/ ((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__(2841);
+ exports = module.exports = __nccwpck_require__(5829);
exports.Stream = Stream || exports;
exports.Readable = exports;
- exports.Writable = __nccwpck_require__(8850);
- exports.Duplex = __nccwpck_require__(2023);
- exports.Transform = __nccwpck_require__(6294);
- exports.PassThrough = __nccwpck_require__(4920);
+ exports.Writable = __nccwpck_require__(4892);
+ exports.Duplex = __nccwpck_require__(1216);
+ exports.Transform = __nccwpck_require__(9976);
+ exports.PassThrough = __nccwpck_require__(3196);
}
/***/ }),
-/***/ 6512:
+/***/ 4076:
/***/ ((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__(583);
+var Archiver = __nccwpck_require__(8620);
var formats = {};
@@ -4851,15 +4851,15 @@ vending.isRegisteredFormat = function (format) {
return false;
};
-vending.registerFormat('zip', __nccwpck_require__(4448));
-vending.registerFormat('tar', __nccwpck_require__(5427));
-vending.registerFormat('json', __nccwpck_require__(7692));
+vending.registerFormat('zip', __nccwpck_require__(8489));
+vending.registerFormat('tar', __nccwpck_require__(9682));
+vending.registerFormat('json', __nccwpck_require__(3324));
module.exports = vending;
/***/ }),
-/***/ 583:
+/***/ 8620:
/***/ ((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__(230);
-var async = __nccwpck_require__(1360);
+var glob = __nccwpck_require__(2588);
+var async = __nccwpck_require__(3050);
var path = __nccwpck_require__(5622);
-var util = __nccwpck_require__(9429);
+var util = __nccwpck_require__(7127);
var inherits = __nccwpck_require__(1669).inherits;
-var ArchiverError = __nccwpck_require__(7381);
-var Transform = __nccwpck_require__(2218).Transform;
+var ArchiverError = __nccwpck_require__(7521);
+var Transform = __nccwpck_require__(2033).Transform;
var win32 = process.platform === 'win32';
@@ -5840,7 +5840,7 @@ module.exports = Archiver;
/***/ }),
-/***/ 7381:
+/***/ 7521:
/***/ ((module, exports, __nccwpck_require__) => {
/**
@@ -5886,7 +5886,7 @@ exports = module.exports = ArchiverError;
/***/ }),
-/***/ 7692:
+/***/ 3324:
/***/ ((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__(2218).Transform;
+var Transform = __nccwpck_require__(2033).Transform;
-var crc32 = __nccwpck_require__(7155);
-var util = __nccwpck_require__(9429);
+var crc32 = __nccwpck_require__(8698);
+var util = __nccwpck_require__(7127);
/**
* @constructor
@@ -6003,7 +6003,7 @@ module.exports = Json;
/***/ }),
-/***/ 5427:
+/***/ 9682:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
@@ -6015,8 +6015,8 @@ module.exports = Json;
*/
var zlib = __nccwpck_require__(8761);
-var engine = __nccwpck_require__(4404);
-var util = __nccwpck_require__(9429);
+var engine = __nccwpck_require__(9385);
+var util = __nccwpck_require__(7127);
/**
* @constructor
@@ -6177,7 +6177,7 @@ module.exports = Tar;
/***/ }),
-/***/ 4448:
+/***/ 8489:
/***/ ((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__(6887);
-var util = __nccwpck_require__(9429);
+var engine = __nccwpck_require__(548);
+var util = __nccwpck_require__(7127);
/**
* @constructor
@@ -6304,7 +6304,7 @@ module.exports = Zip;
/***/ }),
-/***/ 1360:
+/***/ 3050:
/***/ (function(__unused_webpack_module, exports) {
(function (global, factory) {
@@ -11156,7 +11156,7 @@ module.exports = Zip;
/***/ }),
-/***/ 7684:
+/***/ 671:
/***/ ((module) => {
"use strict";
@@ -11226,7 +11226,7 @@ function range(a, b, str) {
/***/ }),
-/***/ 7698:
+/***/ 2184:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -11630,15 +11630,15 @@ module.exports = BufferList
/***/ }),
-/***/ 9061:
+/***/ 244:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
-const DuplexStream = __nccwpck_require__(2218).Duplex
-const inherits = __nccwpck_require__(1089)
-const BufferList = __nccwpck_require__(7698)
+const DuplexStream = __nccwpck_require__(2033).Duplex
+const inherits = __nccwpck_require__(6087)
+const BufferList = __nccwpck_require__(2184)
function BufferListStream (callback) {
if (!(this instanceof BufferListStream)) {
@@ -11722,11 +11722,11 @@ module.exports.BufferList = BufferList
/***/ }),
-/***/ 4814:
+/***/ 1801:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
-var concatMap = __nccwpck_require__(7931);
-var balanced = __nccwpck_require__(7684);
+var concatMap = __nccwpck_require__(1947);
+var balanced = __nccwpck_require__(671);
module.exports = expandTop;
@@ -11930,7 +11930,7 @@ function expand(str, isTop) {
/***/ }),
-/***/ 4375:
+/***/ 869:
/***/ ((module) => {
(function () {
@@ -11954,7 +11954,7 @@ function expand(str, isTop) {
/***/ }),
-/***/ 7155:
+/***/ 8698:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
var Buffer = __nccwpck_require__(4293).Buffer;
@@ -12072,7 +12072,7 @@ module.exports = crc32;
/***/ }),
-/***/ 4848:
+/***/ 4157:
/***/ ((module) => {
/**
@@ -12094,7 +12094,7 @@ ArchiveEntry.prototype.isDirectory = function() {};
/***/ }),
-/***/ 1647:
+/***/ 5332:
/***/ ((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__(2218).Transform;
+var Transform = __nccwpck_require__(2033).Transform;
-var ArchiveEntry = __nccwpck_require__(4848);
-var util = __nccwpck_require__(6912);
+var ArchiveEntry = __nccwpck_require__(4157);
+var util = __nccwpck_require__(8221);
var ArchiveOutputStream = module.exports = function(options) {
if (!(this instanceof ArchiveOutputStream)) {
@@ -12217,7 +12217,7 @@ ArchiveOutputStream.prototype.write = function(chunk, cb) {
/***/ }),
-/***/ 8009:
+/***/ 4119:
/***/ ((module) => {
/**
@@ -12295,7 +12295,7 @@ module.exports = {
/***/ }),
-/***/ 9628:
+/***/ 8328:
/***/ ((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__(8924);
+var zipUtil = __nccwpck_require__(2472);
var DATA_DESCRIPTOR_FLAG = 1 << 3;
var ENCRYPTION_FLAG = 1 << 0;
@@ -12402,7 +12402,7 @@ GeneralPurposeBit.prototype.usesUTF8ForNames = function() {
/***/ }),
-/***/ 6276:
+/***/ 8155:
/***/ ((module) => {
/**
@@ -12461,7 +12461,7 @@ module.exports = {
/***/ }),
-/***/ 8924:
+/***/ 2472:
/***/ ((module) => {
/**
@@ -12541,7 +12541,7 @@ util.toDosTime = function(d) {
/***/ }),
-/***/ 4940:
+/***/ 6583:
/***/ ((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__(7816);
+var normalizePath = __nccwpck_require__(1838);
-var ArchiveEntry = __nccwpck_require__(4848);
-var GeneralPurposeBit = __nccwpck_require__(9628);
-var UnixStat = __nccwpck_require__(6276);
+var ArchiveEntry = __nccwpck_require__(4157);
+var GeneralPurposeBit = __nccwpck_require__(8328);
+var UnixStat = __nccwpck_require__(8155);
-var constants = __nccwpck_require__(8009);
-var zipUtil = __nccwpck_require__(8924);
+var constants = __nccwpck_require__(4119);
+var zipUtil = __nccwpck_require__(2472);
var ZipArchiveEntry = module.exports = function(name) {
if (!(this instanceof ZipArchiveEntry)) {
@@ -12961,7 +12961,7 @@ ZipArchiveEntry.prototype.isZip64 = function() {
/***/ }),
-/***/ 6190:
+/***/ 3495:
/***/ ((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__(7155);
-var {CRC32Stream} = __nccwpck_require__(6310);
-var {DeflateCRC32Stream} = __nccwpck_require__(6310);
+var crc32 = __nccwpck_require__(8698);
+var {CRC32Stream} = __nccwpck_require__(2219);
+var {DeflateCRC32Stream} = __nccwpck_require__(2219);
-var ArchiveOutputStream = __nccwpck_require__(1647);
-var ZipArchiveEntry = __nccwpck_require__(4940);
-var GeneralPurposeBit = __nccwpck_require__(9628);
+var ArchiveOutputStream = __nccwpck_require__(5332);
+var ZipArchiveEntry = __nccwpck_require__(6583);
+var GeneralPurposeBit = __nccwpck_require__(8328);
-var constants = __nccwpck_require__(8009);
-var util = __nccwpck_require__(6912);
-var zipUtil = __nccwpck_require__(8924);
+var constants = __nccwpck_require__(4119);
+var util = __nccwpck_require__(8221);
+var zipUtil = __nccwpck_require__(2472);
var ZipArchiveOutputStream = module.exports = function(options) {
if (!(this instanceof ZipArchiveOutputStream)) {
@@ -13408,7 +13408,7 @@ ZipArchiveOutputStream.prototype.setComment = function(comment) {
/***/ }),
-/***/ 2247:
+/***/ 9044:
/***/ ((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__(4848),
- ZipArchiveEntry: __nccwpck_require__(4940),
- ArchiveOutputStream: __nccwpck_require__(1647),
- ZipArchiveOutputStream: __nccwpck_require__(6190)
+ ArchiveEntry: __nccwpck_require__(4157),
+ ZipArchiveEntry: __nccwpck_require__(6583),
+ ArchiveOutputStream: __nccwpck_require__(5332),
+ ZipArchiveOutputStream: __nccwpck_require__(3495)
};
/***/ }),
-/***/ 6912:
+/***/ 8221:
/***/ ((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__(2218).PassThrough;
+var PassThrough = __nccwpck_require__(2033).PassThrough;
var util = module.exports = {};
@@ -13463,7 +13463,7 @@ util.normalizeInputSource = function(source) {
/***/ }),
-/***/ 7931:
+/***/ 1947:
/***/ ((module) => {
module.exports = function (xs, fn) {
@@ -13483,7 +13483,7 @@ var isArray = Array.isArray || function (xs) {
/***/ }),
-/***/ 540:
+/***/ 6513:
/***/ ((__unused_webpack_module, exports) => {
// Copyright Joyent, Inc. and other Node contributors.
@@ -13597,7 +13597,7 @@ function objectToString(o) {
/***/ }),
-/***/ 2382:
+/***/ 6484:
/***/ ((__unused_webpack_module, exports) => {
/* crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
@@ -13714,7 +13714,7 @@ CRC32.str = crc32_str;
/***/ }),
-/***/ 1235:
+/***/ 602:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -13728,9 +13728,9 @@ CRC32.str = crc32_str;
-const {Transform} = __nccwpck_require__(2218);
+const {Transform} = __nccwpck_require__(2033);
-const crc32 = __nccwpck_require__(2382);
+const crc32 = __nccwpck_require__(6484);
class CRC32Stream extends Transform {
constructor(options) {
@@ -13770,7 +13770,7 @@ module.exports = CRC32Stream;
/***/ }),
-/***/ 8863:
+/***/ 7074:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -13786,7 +13786,7 @@ module.exports = CRC32Stream;
const {DeflateRaw} = __nccwpck_require__(8761);
-const crc32 = __nccwpck_require__(2382);
+const crc32 = __nccwpck_require__(6484);
class DeflateCRC32Stream extends DeflateRaw {
constructor(options) {
@@ -13840,7 +13840,7 @@ module.exports = DeflateCRC32Stream;
/***/ }),
-/***/ 6310:
+/***/ 2219:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -13855,17 +13855,17 @@ module.exports = DeflateCRC32Stream;
module.exports = {
- CRC32Stream: __nccwpck_require__(1235),
- DeflateCRC32Stream: __nccwpck_require__(8863)
+ CRC32Stream: __nccwpck_require__(602),
+ DeflateCRC32Stream: __nccwpck_require__(7074)
}
/***/ }),
-/***/ 157:
+/***/ 2322:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
-var once = __nccwpck_require__(7849);
+var once = __nccwpck_require__(3691);
var noop = function() {};
@@ -13963,7 +13963,7 @@ module.exports = eos;
/***/ }),
-/***/ 4591:
+/***/ 8345:
/***/ ((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
/***/ }),
-/***/ 9262:
+/***/ 8727:
/***/ ((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__(1468)
+var old = __nccwpck_require__(3244)
function newError (er) {
return er && er.syscall === 'realpath' && (
@@ -14044,7 +14044,7 @@ function unmonkeypatch () {
/***/ }),
-/***/ 1468:
+/***/ 3244:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
// Copyright Joyent, Inc. and other Node contributors.
@@ -14354,7 +14354,7 @@ exports.realpath = function realpath(p, cache, cb) {
/***/ }),
-/***/ 5604:
+/***/ 1731:
/***/ ((__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__(4785)
-var isAbsolute = __nccwpck_require__(8178)
+var minimatch = __nccwpck_require__(2620)
+var isAbsolute = __nccwpck_require__(1874)
var Minimatch = minimatch.Minimatch
function alphasort (a, b) {
@@ -14595,7 +14595,7 @@ function childrenIgnored (self, path) {
/***/ }),
-/***/ 6641:
+/***/ 2741:
/***/ ((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__(9262)
-var minimatch = __nccwpck_require__(4785)
+var rp = __nccwpck_require__(8727)
+var minimatch = __nccwpck_require__(2620)
var Minimatch = minimatch.Minimatch
-var inherits = __nccwpck_require__(1089)
+var inherits = __nccwpck_require__(6087)
var EE = __nccwpck_require__(8614).EventEmitter
var path = __nccwpck_require__(5622)
var assert = __nccwpck_require__(2357)
-var isAbsolute = __nccwpck_require__(8178)
-var globSync = __nccwpck_require__(2710)
-var common = __nccwpck_require__(5604)
+var isAbsolute = __nccwpck_require__(1874)
+var globSync = __nccwpck_require__(9889)
+var common = __nccwpck_require__(1731)
var setopts = common.setopts
var ownProp = common.ownProp
-var inflight = __nccwpck_require__(8154)
+var inflight = __nccwpck_require__(9137)
var util = __nccwpck_require__(1669)
var childrenIgnored = common.childrenIgnored
var isIgnored = common.isIgnored
-var once = __nccwpck_require__(7849)
+var once = __nccwpck_require__(3691)
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) {
/***/ }),
-/***/ 2710:
+/***/ 9889:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = globSync
globSync.GlobSync = GlobSync
var fs = __nccwpck_require__(5747)
-var rp = __nccwpck_require__(9262)
-var minimatch = __nccwpck_require__(4785)
+var rp = __nccwpck_require__(8727)
+var minimatch = __nccwpck_require__(2620)
var Minimatch = minimatch.Minimatch
-var Glob = __nccwpck_require__(6641).Glob
+var Glob = __nccwpck_require__(2741).Glob
var util = __nccwpck_require__(1669)
var path = __nccwpck_require__(5622)
var assert = __nccwpck_require__(2357)
-var isAbsolute = __nccwpck_require__(8178)
-var common = __nccwpck_require__(5604)
+var isAbsolute = __nccwpck_require__(1874)
+var common = __nccwpck_require__(1731)
var setopts = common.setopts
var ownProp = common.ownProp
var childrenIgnored = common.childrenIgnored
@@ -15881,7 +15881,7 @@ GlobSync.prototype._makeAbs = function (f) {
/***/ }),
-/***/ 8014:
+/***/ 5571:
/***/ ((module) => {
"use strict";
@@ -15912,13 +15912,13 @@ function clone (obj) {
/***/ }),
-/***/ 5535:
+/***/ 284:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
var fs = __nccwpck_require__(5747)
-var polyfills = __nccwpck_require__(2647)
-var legacy = __nccwpck_require__(892)
-var clone = __nccwpck_require__(8014)
+var polyfills = __nccwpck_require__(967)
+var legacy = __nccwpck_require__(2851)
+var clone = __nccwpck_require__(5571)
var util = __nccwpck_require__(1669)
@@ -16292,7 +16292,7 @@ function retry () {
/***/ }),
-/***/ 892:
+/***/ 2851:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
var Stream = __nccwpck_require__(2413).Stream
@@ -16417,7 +16417,7 @@ function legacy (fs) {
/***/ }),
-/***/ 2647:
+/***/ 967:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
var constants = __nccwpck_require__(7619)
@@ -16770,12 +16770,12 @@ function patch (fs) {
/***/ }),
-/***/ 8154:
+/***/ 9137:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
-var wrappy = __nccwpck_require__(4403)
+var wrappy = __nccwpck_require__(9595)
var reqs = Object.create(null)
-var once = __nccwpck_require__(7849)
+var once = __nccwpck_require__(3691)
module.exports = wrappy(inflight)
@@ -16831,7 +16831,7 @@ function slice (args) {
/***/ }),
-/***/ 1089:
+/***/ 6087:
/***/ ((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__(6228);
+ module.exports = __nccwpck_require__(9569);
}
/***/ }),
-/***/ 6228:
+/***/ 9569:
/***/ ((module) => {
if (typeof Object.create === 'function') {
@@ -16881,7 +16881,7 @@ if (typeof Object.create === 'function') {
/***/ }),
-/***/ 3411:
+/***/ 6840:
/***/ ((module) => {
var toString = {}.toString;
@@ -16893,11 +16893,11 @@ module.exports = Array.isArray || function (arr) {
/***/ }),
-/***/ 6884:
+/***/ 785:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
var util = __nccwpck_require__(1669);
-var PassThrough = __nccwpck_require__(7367);
+var PassThrough = __nccwpck_require__(2765);
module.exports = {
Readable: Readable,
@@ -16954,7 +16954,7 @@ function Writable(fn, options) {
/***/ }),
-/***/ 5320:
+/***/ 1124:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -16988,7 +16988,7 @@ function Writable(fn, options) {
/**/
-var pna = __nccwpck_require__(7178);
+var pna = __nccwpck_require__(4886);
/**/
/**/
@@ -17003,12 +17003,12 @@ var objectKeys = Object.keys || function (obj) {
module.exports = Duplex;
/**/
-var util = Object.create(__nccwpck_require__(540));
-util.inherits = __nccwpck_require__(1089);
+var util = Object.create(__nccwpck_require__(6513));
+util.inherits = __nccwpck_require__(6087);
/**/
-var Readable = __nccwpck_require__(7688);
-var Writable = __nccwpck_require__(2068);
+var Readable = __nccwpck_require__(8161);
+var Writable = __nccwpck_require__(792);
util.inherits(Duplex, Readable);
@@ -17092,7 +17092,7 @@ Duplex.prototype._destroy = function (err, cb) {
/***/ }),
-/***/ 8813:
+/***/ 5466:
/***/ ((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__(1128);
+var Transform = __nccwpck_require__(4441);
/**/
-var util = Object.create(__nccwpck_require__(540));
-util.inherits = __nccwpck_require__(1089);
+var util = Object.create(__nccwpck_require__(6513));
+util.inherits = __nccwpck_require__(6087);
/**/
util.inherits(PassThrough, Transform);
@@ -17146,7 +17146,7 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) {
/***/ }),
-/***/ 7688:
+/***/ 8161:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -17175,13 +17175,13 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) {
/**/
-var pna = __nccwpck_require__(7178);
+var pna = __nccwpck_require__(4886);
/**/
module.exports = Readable;
/**/
-var isArray = __nccwpck_require__(3411);
+var isArray = __nccwpck_require__(6840);
/**/
/**/
@@ -17199,12 +17199,12 @@ var EElistenerCount = function (emitter, type) {
/**/
/**/
-var Stream = __nccwpck_require__(5722);
+var Stream = __nccwpck_require__(5024);
/**/
/**/
-var Buffer = __nccwpck_require__(7490).Buffer;
+var Buffer = __nccwpck_require__(6148).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__(540));
-util.inherits = __nccwpck_require__(1089);
+var util = Object.create(__nccwpck_require__(6513));
+util.inherits = __nccwpck_require__(6087);
/**/
/**/
@@ -17230,8 +17230,8 @@ if (debugUtil && debugUtil.debuglog) {
}
/**/
-var BufferList = __nccwpck_require__(2367);
-var destroyImpl = __nccwpck_require__(928);
+var BufferList = __nccwpck_require__(4113);
+var destroyImpl = __nccwpck_require__(8198);
var StringDecoder;
util.inherits(Readable, Stream);
@@ -17251,7 +17251,7 @@ function prependListener(emitter, event, fn) {
}
function ReadableState(options, stream) {
- Duplex = Duplex || __nccwpck_require__(5320);
+ Duplex = Duplex || __nccwpck_require__(1124);
options = options || {};
@@ -17321,14 +17321,14 @@ function ReadableState(options, stream) {
this.decoder = null;
this.encoding = null;
if (options.encoding) {
- if (!StringDecoder) StringDecoder = __nccwpck_require__(1679)/* .StringDecoder */ .s;
+ if (!StringDecoder) StringDecoder = __nccwpck_require__(909)/* .StringDecoder */ .s;
this.decoder = new StringDecoder(options.encoding);
this.encoding = options.encoding;
}
}
function Readable(options) {
- Duplex = Duplex || __nccwpck_require__(5320);
+ Duplex = Duplex || __nccwpck_require__(1124);
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__(1679)/* .StringDecoder */ .s;
+ if (!StringDecoder) StringDecoder = __nccwpck_require__(909)/* .StringDecoder */ .s;
this._readableState.decoder = new StringDecoder(enc);
this._readableState.encoding = enc;
return this;
@@ -18172,7 +18172,7 @@ function indexOf(xs, x) {
/***/ }),
-/***/ 1128:
+/***/ 4441:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -18243,11 +18243,11 @@ function indexOf(xs, x) {
module.exports = Transform;
-var Duplex = __nccwpck_require__(5320);
+var Duplex = __nccwpck_require__(1124);
/**/
-var util = Object.create(__nccwpck_require__(540));
-util.inherits = __nccwpck_require__(1089);
+var util = Object.create(__nccwpck_require__(6513));
+util.inherits = __nccwpck_require__(6087);
/**/
util.inherits(Transform, Duplex);
@@ -18393,7 +18393,7 @@ function done(stream, er, data) {
/***/ }),
-/***/ 2068:
+/***/ 792:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -18426,7 +18426,7 @@ function done(stream, er, data) {
/**/
-var pna = __nccwpck_require__(7178);
+var pna = __nccwpck_require__(4886);
/**/
module.exports = Writable;
@@ -18463,23 +18463,23 @@ var Duplex;
Writable.WritableState = WritableState;
/**/
-var util = Object.create(__nccwpck_require__(540));
-util.inherits = __nccwpck_require__(1089);
+var util = Object.create(__nccwpck_require__(6513));
+util.inherits = __nccwpck_require__(6087);
/**/
/**/
var internalUtil = {
- deprecate: __nccwpck_require__(8774)
+ deprecate: __nccwpck_require__(6442)
};
/**/
/**/
-var Stream = __nccwpck_require__(5722);
+var Stream = __nccwpck_require__(5024);
/**/
/**/
-var Buffer = __nccwpck_require__(7490).Buffer;
+var Buffer = __nccwpck_require__(6148).Buffer;
var OurUint8Array = global.Uint8Array || function () {};
function _uint8ArrayToBuffer(chunk) {
return Buffer.from(chunk);
@@ -18490,14 +18490,14 @@ function _isUint8Array(obj) {
/**/
-var destroyImpl = __nccwpck_require__(928);
+var destroyImpl = __nccwpck_require__(8198);
util.inherits(Writable, Stream);
function nop() {}
function WritableState(options, stream) {
- Duplex = Duplex || __nccwpck_require__(5320);
+ Duplex = Duplex || __nccwpck_require__(1124);
options = options || {};
@@ -18647,7 +18647,7 @@ if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.protot
}
function Writable(options) {
- Duplex = Duplex || __nccwpck_require__(5320);
+ Duplex = Duplex || __nccwpck_require__(1124);
// Writable ctor is applied to Duplexes, too.
// `realHasInstance` is necessary because using plain `instanceof`
@@ -19087,7 +19087,7 @@ Writable.prototype._destroy = function (err, cb) {
/***/ }),
-/***/ 2367:
+/***/ 4113:
/***/ ((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__(7490).Buffer;
+var Buffer = __nccwpck_require__(6148).Buffer;
var util = __nccwpck_require__(1669);
function copyBuffer(src, target, offset) {
@@ -19173,7 +19173,7 @@ if (util && util.inspect && util.inspect.custom) {
/***/ }),
-/***/ 928:
+/***/ 8198:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -19181,7 +19181,7 @@ if (util && util.inspect && util.inspect.custom) {
/**/
-var pna = __nccwpck_require__(7178);
+var pna = __nccwpck_require__(4886);
/**/
// undocumented cb() API, needed for core, not for public API
@@ -19254,7 +19254,7 @@ module.exports = {
/***/ }),
-/***/ 5722:
+/***/ 5024:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = __nccwpck_require__(2413);
@@ -19262,15 +19262,15 @@ module.exports = __nccwpck_require__(2413);
/***/ }),
-/***/ 7367:
+/***/ 2765:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
-module.exports = __nccwpck_require__(273).PassThrough
+module.exports = __nccwpck_require__(6611).PassThrough
/***/ }),
-/***/ 273:
+/***/ 6611:
/***/ ((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__(7688);
+ exports = module.exports = __nccwpck_require__(8161);
exports.Stream = Stream || exports;
exports.Readable = exports;
- exports.Writable = __nccwpck_require__(2068);
- exports.Duplex = __nccwpck_require__(5320);
- exports.Transform = __nccwpck_require__(1128);
- exports.PassThrough = __nccwpck_require__(8813);
+ exports.Writable = __nccwpck_require__(792);
+ exports.Duplex = __nccwpck_require__(1124);
+ exports.Transform = __nccwpck_require__(4441);
+ exports.PassThrough = __nccwpck_require__(5466);
}
/***/ }),
-/***/ 1036:
+/***/ 4342:
/***/ ((module) => {
/**
@@ -19971,7 +19971,7 @@ module.exports = defaults;
/***/ }),
-/***/ 4528:
+/***/ 8530:
/***/ ((module) => {
/**
@@ -21148,7 +21148,7 @@ module.exports = difference;
/***/ }),
-/***/ 5948:
+/***/ 5924:
/***/ ((module) => {
/**
@@ -21504,7 +21504,7 @@ module.exports = flatten;
/***/ }),
-/***/ 8688:
+/***/ 4485:
/***/ ((module) => {
/**
@@ -21650,7 +21650,7 @@ module.exports = isPlainObject;
/***/ }),
-/***/ 8257:
+/***/ 6266:
/***/ ((module) => {
/**
@@ -22838,7 +22838,7 @@ module.exports = union;
/***/ }),
-/***/ 4785:
+/***/ 2620:
/***/ ((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__(4814)
+var expand = __nccwpck_require__(1801)
var plTypes = {
'!': { open: '(?:(?!(?:', close: '))[^/]*?)'},
@@ -23768,7 +23768,7 @@ function regExpEscape (s) {
/***/ }),
-/***/ 650:
+/***/ 4732:
/***/ ((module, exports, __nccwpck_require__) => {
"use strict";
@@ -23933,7 +23933,7 @@ FetchError.prototype.name = 'FetchError';
let convert;
try {
- convert = __nccwpck_require__(2287).convert;
+ convert = __nccwpck_require__(983).convert;
} catch (e) {}
const INTERNALS = Symbol('Body internals');
@@ -25425,7 +25425,7 @@ exports.FetchError = FetchError;
/***/ }),
-/***/ 7816:
+/***/ 1838:
/***/ ((module) => {
/*!
@@ -25467,10 +25467,10 @@ module.exports = function(path, stripTrailing) {
/***/ }),
-/***/ 7849:
+/***/ 3691:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
-var wrappy = __nccwpck_require__(4403)
+var wrappy = __nccwpck_require__(9595)
module.exports = wrappy(once)
module.exports.strict = wrappy(onceStrict)
@@ -25516,7 +25516,7 @@ function onceStrict (fn) {
/***/ }),
-/***/ 8178:
+/***/ 1874:
/***/ ((module) => {
"use strict";
@@ -25544,7 +25544,7 @@ module.exports.win32 = win32;
/***/ }),
-/***/ 7178:
+/***/ 4886:
/***/ ((module) => {
"use strict";
@@ -25597,7 +25597,7 @@ function nextTick(fn, arg1, arg2, arg3) {
/***/ }),
-/***/ 3614:
+/***/ 4850:
/***/ ((module) => {
"use strict";
@@ -25721,7 +25721,7 @@ module.exports.q = codes;
/***/ }),
-/***/ 9079:
+/***/ 1459:
/***/ ((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__(4145);
+var Readable = __nccwpck_require__(2816);
-var Writable = __nccwpck_require__(949);
+var Writable = __nccwpck_require__(2571);
-__nccwpck_require__(1089)(Duplex, Readable);
+__nccwpck_require__(6087)(Duplex, Readable);
{
// Allow the keys array to be GC'ed.
@@ -25867,7 +25867,7 @@ Object.defineProperty(Duplex.prototype, 'destroyed', {
/***/ }),
-/***/ 9118:
+/***/ 8175:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -25898,9 +25898,9 @@ Object.defineProperty(Duplex.prototype, 'destroyed', {
module.exports = PassThrough;
-var Transform = __nccwpck_require__(3464);
+var Transform = __nccwpck_require__(5333);
-__nccwpck_require__(1089)(PassThrough, Transform);
+__nccwpck_require__(6087)(PassThrough, Transform);
function PassThrough(options) {
if (!(this instanceof PassThrough)) return new PassThrough(options);
@@ -25913,7 +25913,7 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) {
/***/ }),
-/***/ 4145:
+/***/ 2816:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -25958,7 +25958,7 @@ var EElistenerCount = function EElistenerCount(emitter, type) {
/**/
-var Stream = __nccwpck_require__(3885);
+var Stream = __nccwpck_require__(5490);
/**/
@@ -25988,14 +25988,14 @@ if (debugUtil && debugUtil.debuglog) {
/**/
-var BufferList = __nccwpck_require__(776);
+var BufferList = __nccwpck_require__(7899);
-var destroyImpl = __nccwpck_require__(5737);
+var destroyImpl = __nccwpck_require__(8425);
-var _require = __nccwpck_require__(1412),
+var _require = __nccwpck_require__(483),
getHighWaterMark = _require.getHighWaterMark;
-var _require$codes = __nccwpck_require__(3614)/* .codes */ .q,
+var _require$codes = __nccwpck_require__(4850)/* .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__(1089)(Readable, Stream);
+__nccwpck_require__(6087)(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__(9079);
+ Duplex = Duplex || __nccwpck_require__(1459);
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__(1679)/* .StringDecoder */ .s;
+ if (!StringDecoder) StringDecoder = __nccwpck_require__(909)/* .StringDecoder */ .s;
this.decoder = new StringDecoder(options.encoding);
this.encoding = options.encoding;
}
}
function Readable(options) {
- Duplex = Duplex || __nccwpck_require__(9079);
+ Duplex = Duplex || __nccwpck_require__(1459);
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__(1679)/* .StringDecoder */ .s;
+ if (!StringDecoder) StringDecoder = __nccwpck_require__(909)/* .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__(787);
+ createReadableStreamAsyncIterator = __nccwpck_require__(7771);
}
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__(2830);
+ from = __nccwpck_require__(4944);
}
return from(Readable, iterable, opts);
@@ -27044,7 +27044,7 @@ function indexOf(xs, x) {
/***/ }),
-/***/ 3464:
+/***/ 5333:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -27113,15 +27113,15 @@ function indexOf(xs, x) {
module.exports = Transform;
-var _require$codes = __nccwpck_require__(3614)/* .codes */ .q,
+var _require$codes = __nccwpck_require__(4850)/* .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__(9079);
+var Duplex = __nccwpck_require__(1459);
-__nccwpck_require__(1089)(Transform, Duplex);
+__nccwpck_require__(6087)(Transform, Duplex);
function afterTransform(er, data) {
var ts = this._transformState;
@@ -27252,7 +27252,7 @@ function done(stream, er, data) {
/***/ }),
-/***/ 949:
+/***/ 2571:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -27315,13 +27315,13 @@ Writable.WritableState = WritableState;
/**/
var internalUtil = {
- deprecate: __nccwpck_require__(8774)
+ deprecate: __nccwpck_require__(6442)
};
/**/
/**/
-var Stream = __nccwpck_require__(3885);
+var Stream = __nccwpck_require__(5490);
/**/
@@ -27337,12 +27337,12 @@ function _isUint8Array(obj) {
return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;
}
-var destroyImpl = __nccwpck_require__(5737);
+var destroyImpl = __nccwpck_require__(8425);
-var _require = __nccwpck_require__(1412),
+var _require = __nccwpck_require__(483),
getHighWaterMark = _require.getHighWaterMark;
-var _require$codes = __nccwpck_require__(3614)/* .codes */ .q,
+var _require$codes = __nccwpck_require__(4850)/* .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__(3614)/* .codes */ .q,
var errorOrDestroy = destroyImpl.errorOrDestroy;
-__nccwpck_require__(1089)(Writable, Stream);
+__nccwpck_require__(6087)(Writable, Stream);
function nop() {}
function WritableState(options, stream, isDuplex) {
- Duplex = Duplex || __nccwpck_require__(9079);
+ Duplex = Duplex || __nccwpck_require__(1459);
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__(9079); // Writable ctor is applied to Duplexes, too.
+ Duplex = Duplex || __nccwpck_require__(1459); // 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) {
/***/ }),
-/***/ 787:
+/***/ 7771:
/***/ ((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__(4282);
+var finished = __nccwpck_require__(8883);
var kLastResolve = Symbol('lastResolve');
var kLastReject = Symbol('lastReject');
@@ -28170,7 +28170,7 @@ module.exports = createReadableStreamAsyncIterator;
/***/ }),
-/***/ 776:
+/***/ 7899:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -28387,7 +28387,7 @@ function () {
/***/ }),
-/***/ 5737:
+/***/ 8425:
/***/ ((module) => {
"use strict";
@@ -28499,7 +28499,7 @@ module.exports = {
/***/ }),
-/***/ 4282:
+/***/ 8883:
/***/ ((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__(3614)/* .codes.ERR_STREAM_PREMATURE_CLOSE */ .q.ERR_STREAM_PREMATURE_CLOSE;
+var ERR_STREAM_PREMATURE_CLOSE = __nccwpck_require__(4850)/* .codes.ERR_STREAM_PREMATURE_CLOSE */ .q.ERR_STREAM_PREMATURE_CLOSE;
function once(callback) {
var called = false;
@@ -28610,7 +28610,7 @@ module.exports = eos;
/***/ }),
-/***/ 2830:
+/***/ 4944:
/***/ ((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__(3614)/* .codes.ERR_INVALID_ARG_TYPE */ .q.ERR_INVALID_ARG_TYPE;
+var ERR_INVALID_ARG_TYPE = __nccwpck_require__(4850)/* .codes.ERR_INVALID_ARG_TYPE */ .q.ERR_INVALID_ARG_TYPE;
function from(Readable, iterable, opts) {
var iterator;
@@ -28681,7 +28681,7 @@ module.exports = from;
/***/ }),
-/***/ 6596:
+/***/ 6687:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -28700,7 +28700,7 @@ function once(callback) {
};
}
-var _require$codes = __nccwpck_require__(3614)/* .codes */ .q,
+var _require$codes = __nccwpck_require__(4850)/* .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__(4282);
+ if (eos === undefined) eos = __nccwpck_require__(8883);
eos(stream, {
readable: reading,
writable: writing
@@ -28785,13 +28785,13 @@ module.exports = pipeline;
/***/ }),
-/***/ 1412:
+/***/ 483:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
-var ERR_INVALID_OPT_VALUE = __nccwpck_require__(3614)/* .codes.ERR_INVALID_OPT_VALUE */ .q.ERR_INVALID_OPT_VALUE;
+var ERR_INVALID_OPT_VALUE = __nccwpck_require__(4850)/* .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 = {
/***/ }),
-/***/ 3885:
+/***/ 5490:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = __nccwpck_require__(2413);
@@ -28827,7 +28827,7 @@ module.exports = __nccwpck_require__(2413);
/***/ }),
-/***/ 2218:
+/***/ 2033:
/***/ ((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__(4145);
+ exports = module.exports = __nccwpck_require__(2816);
exports.Stream = Stream || exports;
exports.Readable = exports;
- 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);
+ exports.Writable = __nccwpck_require__(2571);
+ exports.Duplex = __nccwpck_require__(1459);
+ exports.Transform = __nccwpck_require__(5333);
+ exports.PassThrough = __nccwpck_require__(8175);
+ exports.finished = __nccwpck_require__(8883);
+ exports.pipeline = __nccwpck_require__(6687);
}
/***/ }),
-/***/ 230:
+/***/ 2588:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = readdirGlob;
const fs = __nccwpck_require__(5747);
const { EventEmitter } = __nccwpck_require__(8614);
-const { Minimatch } = __nccwpck_require__(4785);
+const { Minimatch } = __nccwpck_require__(2620);
const { resolve } = __nccwpck_require__(5622);
function readdir(dir, strict) {
@@ -29099,7 +29099,7 @@ readdirGlob.ReaddirGlob = ReaddirGlob;
/***/ }),
-/***/ 7490:
+/***/ 6148:
/***/ ((module, exports, __nccwpck_require__) => {
/* eslint-disable node/no-deprecated-api */
@@ -29168,7 +29168,7 @@ SafeBuffer.allocUnsafeSlow = function (size) {
/***/ }),
-/***/ 1679:
+/***/ 909:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
"use strict";
@@ -29197,7 +29197,7 @@ SafeBuffer.allocUnsafeSlow = function (size) {
/**/
-var Buffer = __nccwpck_require__(7490).Buffer;
+var Buffer = __nccwpck_require__(6148).Buffer;
/**/
var isEncoding = Buffer.isEncoding || function (encoding) {
@@ -29471,15 +29471,15 @@ function simpleEnd(buf) {
/***/ }),
-/***/ 6773:
+/***/ 9933:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
var util = __nccwpck_require__(1669)
-var bl = __nccwpck_require__(9061)
-var headers = __nccwpck_require__(7802)
+var bl = __nccwpck_require__(244)
+var headers = __nccwpck_require__(5690)
-var Writable = __nccwpck_require__(2218).Writable
-var PassThrough = __nccwpck_require__(2218).PassThrough
+var Writable = __nccwpck_require__(2033).Writable
+var PassThrough = __nccwpck_require__(2033).PassThrough
var noop = function () {}
@@ -29735,7 +29735,7 @@ module.exports = Extract
/***/ }),
-/***/ 7802:
+/***/ 5690:
/***/ ((__unused_webpack_module, exports) => {
var alloc = Buffer.alloc
@@ -30037,28 +30037,28 @@ exports.decode = function (buf, filenameEncoding, allowUnknownFormat) {
/***/ }),
-/***/ 4404:
+/***/ 9385:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
-exports.extract = __nccwpck_require__(6773)
-exports.pack = __nccwpck_require__(9514)
+exports.extract = __nccwpck_require__(9933)
+exports.pack = __nccwpck_require__(6594)
/***/ }),
-/***/ 9514:
+/***/ 6594:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
-var constants = __nccwpck_require__(4591)
-var eos = __nccwpck_require__(157)
-var inherits = __nccwpck_require__(1089)
+var constants = __nccwpck_require__(8345)
+var eos = __nccwpck_require__(2322)
+var inherits = __nccwpck_require__(6087)
var alloc = Buffer.alloc
-var Readable = __nccwpck_require__(2218).Readable
-var Writable = __nccwpck_require__(2218).Writable
+var Readable = __nccwpck_require__(2033).Readable
+var Writable = __nccwpck_require__(2033).Writable
var StringDecoder = __nccwpck_require__(4304).StringDecoder
-var headers = __nccwpck_require__(7802)
+var headers = __nccwpck_require__(5690)
var DMODE = parseInt('755', 8)
var FMODE = parseInt('644', 8)
@@ -30308,7 +30308,7 @@ module.exports = Pack
/***/ }),
-/***/ 8774:
+/***/ 6442:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
@@ -30321,7 +30321,653 @@ module.exports = __nccwpck_require__(1669).deprecate;
/***/ }),
-/***/ 4403:
+/***/ 7362:
+/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", ({
+ value: true
+}));
+Object.defineProperty(exports, "v1", ({
+ enumerable: true,
+ get: function () {
+ return _v.default;
+ }
+}));
+Object.defineProperty(exports, "v3", ({
+ enumerable: true,
+ get: function () {
+ return _v2.default;
+ }
+}));
+Object.defineProperty(exports, "v4", ({
+ enumerable: true,
+ get: function () {
+ return _v3.default;
+ }
+}));
+Object.defineProperty(exports, "v5", ({
+ enumerable: true,
+ get: function () {
+ return _v4.default;
+ }
+}));
+Object.defineProperty(exports, "NIL", ({
+ enumerable: true,
+ get: function () {
+ return _nil.default;
+ }
+}));
+Object.defineProperty(exports, "version", ({
+ enumerable: true,
+ get: function () {
+ return _version.default;
+ }
+}));
+Object.defineProperty(exports, "validate", ({
+ enumerable: true,
+ get: function () {
+ return _validate.default;
+ }
+}));
+Object.defineProperty(exports, "stringify", ({
+ enumerable: true,
+ get: function () {
+ return _stringify.default;
+ }
+}));
+Object.defineProperty(exports, "parse", ({
+ enumerable: true,
+ get: function () {
+ return _parse.default;
+ }
+}));
+
+var _v = _interopRequireDefault(__nccwpck_require__(930));
+
+var _v2 = _interopRequireDefault(__nccwpck_require__(6634));
+
+var _v3 = _interopRequireDefault(__nccwpck_require__(7293));
+
+var _v4 = _interopRequireDefault(__nccwpck_require__(595));
+
+var _nil = _interopRequireDefault(__nccwpck_require__(629));
+
+var _version = _interopRequireDefault(__nccwpck_require__(8292));
+
+var _validate = _interopRequireDefault(__nccwpck_require__(1893));
+
+var _stringify = _interopRequireDefault(__nccwpck_require__(7739));
+
+var _parse = _interopRequireDefault(__nccwpck_require__(9928));
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+/***/ }),
+
+/***/ 7624:
+/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", ({
+ value: true
+}));
+exports.default = void 0;
+
+var _crypto = _interopRequireDefault(__nccwpck_require__(6417));
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function md5(bytes) {
+ if (Array.isArray(bytes)) {
+ bytes = Buffer.from(bytes);
+ } else if (typeof bytes === 'string') {
+ bytes = Buffer.from(bytes, 'utf8');
+ }
+
+ return _crypto.default.createHash('md5').update(bytes).digest();
+}
+
+var _default = md5;
+exports.default = _default;
+
+/***/ }),
+
+/***/ 629:
+/***/ ((__unused_webpack_module, exports) => {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", ({
+ value: true
+}));
+exports.default = void 0;
+var _default = '00000000-0000-0000-0000-000000000000';
+exports.default = _default;
+
+/***/ }),
+
+/***/ 9928:
+/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", ({
+ value: true
+}));
+exports.default = void 0;
+
+var _validate = _interopRequireDefault(__nccwpck_require__(1893));
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function parse(uuid) {
+ if (!(0, _validate.default)(uuid)) {
+ throw TypeError('Invalid UUID');
+ }
+
+ let v;
+ const arr = new Uint8Array(16); // Parse ########-....-....-....-............
+
+ arr[0] = (v = parseInt(uuid.slice(0, 8), 16)) >>> 24;
+ arr[1] = v >>> 16 & 0xff;
+ arr[2] = v >>> 8 & 0xff;
+ arr[3] = v & 0xff; // Parse ........-####-....-....-............
+
+ arr[4] = (v = parseInt(uuid.slice(9, 13), 16)) >>> 8;
+ arr[5] = v & 0xff; // Parse ........-....-####-....-............
+
+ arr[6] = (v = parseInt(uuid.slice(14, 18), 16)) >>> 8;
+ arr[7] = v & 0xff; // Parse ........-....-....-####-............
+
+ arr[8] = (v = parseInt(uuid.slice(19, 23), 16)) >>> 8;
+ arr[9] = v & 0xff; // Parse ........-....-....-....-############
+ // (Use "/" to avoid 32-bit truncation when bit-shifting high-order bytes)
+
+ arr[10] = (v = parseInt(uuid.slice(24, 36), 16)) / 0x10000000000 & 0xff;
+ arr[11] = v / 0x100000000 & 0xff;
+ arr[12] = v >>> 24 & 0xff;
+ arr[13] = v >>> 16 & 0xff;
+ arr[14] = v >>> 8 & 0xff;
+ arr[15] = v & 0xff;
+ return arr;
+}
+
+var _default = parse;
+exports.default = _default;
+
+/***/ }),
+
+/***/ 2117:
+/***/ ((__unused_webpack_module, exports) => {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", ({
+ value: true
+}));
+exports.default = void 0;
+var _default = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;
+exports.default = _default;
+
+/***/ }),
+
+/***/ 9497:
+/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", ({
+ value: true
+}));
+exports.default = rng;
+
+var _crypto = _interopRequireDefault(__nccwpck_require__(6417));
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+const rnds8Pool = new Uint8Array(256); // # of random values to pre-allocate
+
+let poolPtr = rnds8Pool.length;
+
+function rng() {
+ if (poolPtr > rnds8Pool.length - 16) {
+ _crypto.default.randomFillSync(rnds8Pool);
+
+ poolPtr = 0;
+ }
+
+ return rnds8Pool.slice(poolPtr, poolPtr += 16);
+}
+
+/***/ }),
+
+/***/ 2645:
+/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", ({
+ value: true
+}));
+exports.default = void 0;
+
+var _crypto = _interopRequireDefault(__nccwpck_require__(6417));
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function sha1(bytes) {
+ if (Array.isArray(bytes)) {
+ bytes = Buffer.from(bytes);
+ } else if (typeof bytes === 'string') {
+ bytes = Buffer.from(bytes, 'utf8');
+ }
+
+ return _crypto.default.createHash('sha1').update(bytes).digest();
+}
+
+var _default = sha1;
+exports.default = _default;
+
+/***/ }),
+
+/***/ 7739:
+/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", ({
+ value: true
+}));
+exports.default = void 0;
+
+var _validate = _interopRequireDefault(__nccwpck_require__(1893));
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+/**
+ * Convert array of 16 byte values to UUID string format of the form:
+ * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
+ */
+const byteToHex = [];
+
+for (let i = 0; i < 256; ++i) {
+ byteToHex.push((i + 0x100).toString(16).substr(1));
+}
+
+function stringify(arr, offset = 0) {
+ // Note: Be careful editing this code! It's been tuned for performance
+ // and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434
+ const uuid = (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + '-' + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + '-' + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + '-' + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + '-' + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); // Consistency check for valid UUID. If this throws, it's likely due to one
+ // of the following:
+ // - One or more input array values don't map to a hex octet (leading to
+ // "undefined" in the uuid)
+ // - Invalid input values for the RFC `version` or `variant` fields
+
+ if (!(0, _validate.default)(uuid)) {
+ throw TypeError('Stringified UUID is invalid');
+ }
+
+ return uuid;
+}
+
+var _default = stringify;
+exports.default = _default;
+
+/***/ }),
+
+/***/ 930:
+/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", ({
+ value: true
+}));
+exports.default = void 0;
+
+var _rng = _interopRequireDefault(__nccwpck_require__(9497));
+
+var _stringify = _interopRequireDefault(__nccwpck_require__(7739));
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+// **`v1()` - Generate time-based UUID**
+//
+// Inspired by https://github.com/LiosK/UUID.js
+// and http://docs.python.org/library/uuid.html
+let _nodeId;
+
+let _clockseq; // Previous uuid creation time
+
+
+let _lastMSecs = 0;
+let _lastNSecs = 0; // See https://github.com/uuidjs/uuid for API details
+
+function v1(options, buf, offset) {
+ let i = buf && offset || 0;
+ const b = buf || new Array(16);
+ options = options || {};
+ let node = options.node || _nodeId;
+ let clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq; // node and clockseq need to be initialized to random values if they're not
+ // specified. We do this lazily to minimize issues related to insufficient
+ // system entropy. See #189
+
+ if (node == null || clockseq == null) {
+ const seedBytes = options.random || (options.rng || _rng.default)();
+
+ if (node == null) {
+ // Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1)
+ node = _nodeId = [seedBytes[0] | 0x01, seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]];
+ }
+
+ if (clockseq == null) {
+ // Per 4.2.2, randomize (14 bit) clockseq
+ clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff;
+ }
+ } // UUID timestamps are 100 nano-second units since the Gregorian epoch,
+ // (1582-10-15 00:00). JSNumbers aren't precise enough for this, so
+ // time is handled internally as 'msecs' (integer milliseconds) and 'nsecs'
+ // (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00.
+
+
+ let msecs = options.msecs !== undefined ? options.msecs : Date.now(); // Per 4.2.1.2, use count of uuid's generated during the current clock
+ // cycle to simulate higher resolution clock
+
+ let nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1; // Time since last uuid creation (in msecs)
+
+ const dt = msecs - _lastMSecs + (nsecs - _lastNSecs) / 10000; // Per 4.2.1.2, Bump clockseq on clock regression
+
+ if (dt < 0 && options.clockseq === undefined) {
+ clockseq = clockseq + 1 & 0x3fff;
+ } // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new
+ // time interval
+
+
+ if ((dt < 0 || msecs > _lastMSecs) && options.nsecs === undefined) {
+ nsecs = 0;
+ } // Per 4.2.1.2 Throw error if too many uuids are requested
+
+
+ if (nsecs >= 10000) {
+ throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");
+ }
+
+ _lastMSecs = msecs;
+ _lastNSecs = nsecs;
+ _clockseq = clockseq; // Per 4.1.4 - Convert from unix epoch to Gregorian epoch
+
+ msecs += 12219292800000; // `time_low`
+
+ const tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000;
+ b[i++] = tl >>> 24 & 0xff;
+ b[i++] = tl >>> 16 & 0xff;
+ b[i++] = tl >>> 8 & 0xff;
+ b[i++] = tl & 0xff; // `time_mid`
+
+ const tmh = msecs / 0x100000000 * 10000 & 0xfffffff;
+ b[i++] = tmh >>> 8 & 0xff;
+ b[i++] = tmh & 0xff; // `time_high_and_version`
+
+ b[i++] = tmh >>> 24 & 0xf | 0x10; // include version
+
+ b[i++] = tmh >>> 16 & 0xff; // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant)
+
+ b[i++] = clockseq >>> 8 | 0x80; // `clock_seq_low`
+
+ b[i++] = clockseq & 0xff; // `node`
+
+ for (let n = 0; n < 6; ++n) {
+ b[i + n] = node[n];
+ }
+
+ return buf || (0, _stringify.default)(b);
+}
+
+var _default = v1;
+exports.default = _default;
+
+/***/ }),
+
+/***/ 6634:
+/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", ({
+ value: true
+}));
+exports.default = void 0;
+
+var _v = _interopRequireDefault(__nccwpck_require__(1159));
+
+var _md = _interopRequireDefault(__nccwpck_require__(7624));
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+const v3 = (0, _v.default)('v3', 0x30, _md.default);
+var _default = v3;
+exports.default = _default;
+
+/***/ }),
+
+/***/ 1159:
+/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", ({
+ value: true
+}));
+exports.default = _default;
+exports.URL = exports.DNS = void 0;
+
+var _stringify = _interopRequireDefault(__nccwpck_require__(7739));
+
+var _parse = _interopRequireDefault(__nccwpck_require__(9928));
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function stringToBytes(str) {
+ str = unescape(encodeURIComponent(str)); // UTF8 escape
+
+ const bytes = [];
+
+ for (let i = 0; i < str.length; ++i) {
+ bytes.push(str.charCodeAt(i));
+ }
+
+ return bytes;
+}
+
+const DNS = '6ba7b810-9dad-11d1-80b4-00c04fd430c8';
+exports.DNS = DNS;
+const URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8';
+exports.URL = URL;
+
+function _default(name, version, hashfunc) {
+ function generateUUID(value, namespace, buf, offset) {
+ if (typeof value === 'string') {
+ value = stringToBytes(value);
+ }
+
+ if (typeof namespace === 'string') {
+ namespace = (0, _parse.default)(namespace);
+ }
+
+ if (namespace.length !== 16) {
+ throw TypeError('Namespace must be array-like (16 iterable integer values, 0-255)');
+ } // Compute hash of namespace and value, Per 4.3
+ // Future: Use spread syntax when supported on all platforms, e.g. `bytes =
+ // hashfunc([...namespace, ... value])`
+
+
+ let bytes = new Uint8Array(16 + value.length);
+ bytes.set(namespace);
+ bytes.set(value, namespace.length);
+ bytes = hashfunc(bytes);
+ bytes[6] = bytes[6] & 0x0f | version;
+ bytes[8] = bytes[8] & 0x3f | 0x80;
+
+ if (buf) {
+ offset = offset || 0;
+
+ for (let i = 0; i < 16; ++i) {
+ buf[offset + i] = bytes[i];
+ }
+
+ return buf;
+ }
+
+ return (0, _stringify.default)(bytes);
+ } // Function#name is not settable on some platforms (#270)
+
+
+ try {
+ generateUUID.name = name; // eslint-disable-next-line no-empty
+ } catch (err) {} // For CommonJS default export support
+
+
+ generateUUID.DNS = DNS;
+ generateUUID.URL = URL;
+ return generateUUID;
+}
+
+/***/ }),
+
+/***/ 7293:
+/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", ({
+ value: true
+}));
+exports.default = void 0;
+
+var _rng = _interopRequireDefault(__nccwpck_require__(9497));
+
+var _stringify = _interopRequireDefault(__nccwpck_require__(7739));
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function v4(options, buf, offset) {
+ options = options || {};
+
+ const rnds = options.random || (options.rng || _rng.default)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
+
+
+ rnds[6] = rnds[6] & 0x0f | 0x40;
+ rnds[8] = rnds[8] & 0x3f | 0x80; // Copy bytes to buffer, if provided
+
+ if (buf) {
+ offset = offset || 0;
+
+ for (let i = 0; i < 16; ++i) {
+ buf[offset + i] = rnds[i];
+ }
+
+ return buf;
+ }
+
+ return (0, _stringify.default)(rnds);
+}
+
+var _default = v4;
+exports.default = _default;
+
+/***/ }),
+
+/***/ 595:
+/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", ({
+ value: true
+}));
+exports.default = void 0;
+
+var _v = _interopRequireDefault(__nccwpck_require__(1159));
+
+var _sha = _interopRequireDefault(__nccwpck_require__(2645));
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+const v5 = (0, _v.default)('v5', 0x50, _sha.default);
+var _default = v5;
+exports.default = _default;
+
+/***/ }),
+
+/***/ 1893:
+/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", ({
+ value: true
+}));
+exports.default = void 0;
+
+var _regex = _interopRequireDefault(__nccwpck_require__(2117));
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function validate(uuid) {
+ return typeof uuid === 'string' && _regex.default.test(uuid);
+}
+
+var _default = validate;
+exports.default = _default;
+
+/***/ }),
+
+/***/ 8292:
+/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", ({
+ value: true
+}));
+exports.default = void 0;
+
+var _validate = _interopRequireDefault(__nccwpck_require__(1893));
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+function version(uuid) {
+ if (!(0, _validate.default)(uuid)) {
+ throw TypeError('Invalid UUID');
+ }
+
+ return parseInt(uuid.substr(14, 1), 16);
+}
+
+var _default = version;
+exports.default = _default;
+
+/***/ }),
+
+/***/ 9595:
/***/ ((module) => {
// Returns a wrapper function that returns a wrapped callback
@@ -30361,7 +31007,7 @@ function wrappy (fn, cb) {
/***/ }),
-/***/ 6887:
+/***/ 548:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
@@ -30373,10 +31019,10 @@ function wrappy (fn, cb) {
*/
var inherits = __nccwpck_require__(1669).inherits;
-var ZipArchiveOutputStream = __nccwpck_require__(2247).ZipArchiveOutputStream;
-var ZipArchiveEntry = __nccwpck_require__(2247).ZipArchiveEntry;
+var ZipArchiveOutputStream = __nccwpck_require__(9044).ZipArchiveOutputStream;
+var ZipArchiveEntry = __nccwpck_require__(9044).ZipArchiveEntry;
-var util = __nccwpck_require__(9429);
+var util = __nccwpck_require__(7127);
/**
* @constructor
@@ -30555,7 +31201,7 @@ ZipStream.prototype.finalize = function() {
/***/ }),
-/***/ 2287:
+/***/ 983:
/***/ ((module) => {
module.exports = eval("require")("encoding");
@@ -30726,8 +31372,8 @@ var __webpack_exports__ = {};
var exports = __webpack_exports__;
Object.defineProperty(exports, "__esModule", ({ value: true }));
-const Inputs_1 = __nccwpck_require__(8636);
-const NextcloudArtifact_1 = __nccwpck_require__(8626);
+const Inputs_1 = __nccwpck_require__(3421);
+const NextcloudArtifact_1 = __nccwpck_require__(1634);
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/package-lock.json b/package-lock.json
index 20bac02..2b703ff 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -182,6 +182,12 @@
"form-data": "^3.0.0"
}
},
+ "@types/uuid": {
+ "version": "8.3.0",
+ "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz",
+ "integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==",
+ "dev": true
+ },
"archiver": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.0.tgz",
@@ -602,6 +608,11 @@
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
},
+ "uuid": {
+ "version": "8.3.2",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
+ },
"wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
diff --git a/package.json b/package.json
index 1d625af..cce1376 100644
--- a/package.json
+++ b/package.json
@@ -24,13 +24,15 @@
"@actions/glob": "^0.1.2",
"archiver": "^5.3.0",
"btoa": "^1.2.1",
- "node-fetch": "^2.6.1"
+ "node-fetch": "^2.6.1",
+ "uuid": "^8.3.2"
},
"devDependencies": {
"@types/archiver": "^5.1.0",
"@types/btoa": "^1.2.3",
"@types/node": "^15.6.2",
"@types/node-fetch": "^2.5.10",
+ "@types/uuid": "^8.3.0",
"typescript": "^4.3.2"
}
}
diff --git a/src/nextcloud/NextcloudClient.ts b/src/nextcloud/NextcloudClient.ts
index 588980c..6996bd9 100644
--- a/src/nextcloud/NextcloudClient.ts
+++ b/src/nextcloud/NextcloudClient.ts
@@ -2,12 +2,12 @@ import * as fsSync from 'fs'
import * as path from 'path'
import * as core from '@actions/core';
import * as os from 'os';
-import * as crypto from 'crypto';
import * as archiver from 'archiver';
import { URL } from 'url';
import fetch, { HeadersInit } from 'node-fetch';
import { Inputs } from '../Inputs';
import btoa from 'btoa';
+import { v4 as uuidv4 } from 'uuid';
const fs = fsSync.promises;
@@ -24,7 +24,7 @@ export class NextcloudClient {
private endpoint: string,
private artifact: string,
private rootDirectory: string) {
- this.guid = crypto.randomUUID({ disableEntropyCache: false });
+ this.guid = uuidv4();
this.headers = {'Authorization': 'Basic ' + btoa(`${Inputs.Username}:${Inputs.Password}`)};
}