diff --git a/dist/index.js b/dist/index.js
index 7e1af58..6c4a6fd 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -1,7 +1,7 @@
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
-/***/ 4213:
+/***/ 7419:
/***/ (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__(8342));
+const glob = __importStar(__nccwpck_require__(4234));
const fs_1 = __nccwpck_require__(5747);
-const core_1 = __nccwpck_require__(4245);
+const core_1 = __nccwpck_require__(5154);
const path = __importStar(__nccwpck_require__(5622));
const util_1 = __nccwpck_require__(1669);
const stats = util_1.promisify(fs_1.stat);
@@ -159,42 +159,58 @@ FileFinder.DefaultGlobOptions = {
/***/ }),
-/***/ 3858:
+/***/ 9338:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
-var __importDefault = (this && this.__importDefault) || function (mod) {
- return (mod && mod.__esModule) ? mod : { "default": mod };
+var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
+ if (k2 === undefined) k2 = k;
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
+}) : (function(o, m, k, k2) {
+ if (k2 === undefined) k2 = k;
+ o[k2] = m[k];
+}));
+var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
+}) : function(o, v) {
+ o["default"] = v;
+});
+var __importStar = (this && this.__importStar) || function (mod) {
+ if (mod && mod.__esModule) return mod;
+ var result = {};
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
+ __setModuleDefault(result, mod);
+ return result;
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.Inputs = void 0;
-const core_1 = __importDefault(__nccwpck_require__(4245));
-const NoFileOption_1 = __nccwpck_require__(6397);
+const core = __importStar(__nccwpck_require__(5154));
+const NoFileOption_1 = __nccwpck_require__(2797);
class Inputs {
static get ArtifactName() {
- return core_1.default.getInput("name");
+ return core.getInput("name");
}
static get ArtifactPath() {
- return core_1.default.getInput("path");
+ return core.getInput("path");
}
static get Retention() {
- return core_1.default.getInput("retention-days");
+ return core.getInput("retention-days");
}
static get Endpoint() {
- return core_1.default.getInput("nextcloud-url");
+ return core.getInput("nextcloud-url");
}
static get Username() {
- return core_1.default.getInput("nextcloud-username");
+ return core.getInput("nextcloud-username");
}
static get Password() {
- return core_1.default.getInput("nextcloud-password");
+ return core.getInput("nextcloud-password");
}
static get NoFileBehvaior() {
- const notFoundAction = core_1.default.getInput("if-no-files-found");
+ const notFoundAction = core.getInput("if-no-files-found") || NoFileOption_1.NoFileOption.warn;
const noFileBehavior = NoFileOption_1.NoFileOption[notFoundAction];
if (!noFileBehavior) {
- core_1.default.setFailed(`Unrecognized ${"ifNoFilesFound"} input. Provided: ${notFoundAction}. Available options: ${Object.keys(NoFileOption_1.NoFileOption)}`);
+ core.setFailed(`Unrecognized ${"ifNoFilesFound"} input. Provided: ${notFoundAction}. Available options: ${Object.keys(NoFileOption_1.NoFileOption)}`);
}
return noFileBehavior;
}
@@ -204,7 +220,7 @@ exports.Inputs = Inputs;
/***/ }),
-/***/ 6397:
+/***/ 2797:
/***/ ((__unused_webpack_module, exports) => {
"use strict";
@@ -230,11 +246,30 @@ var NoFileOption;
/***/ }),
-/***/ 9206:
+/***/ 8891:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
+var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
+ if (k2 === undefined) k2 = k;
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
+}) : (function(o, m, k, k2) {
+ if (k2 === undefined) k2 = k;
+ o[k2] = m[k];
+}));
+var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
+}) : function(o, v) {
+ o["default"] = v;
+});
+var __importStar = (this && this.__importStar) || function (mod) {
+ if (mod && mod.__esModule) return mod;
+ var result = {};
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
+ __setModuleDefault(result, mod);
+ return result;
+};
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
@@ -244,16 +279,13 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};
-var __importDefault = (this && this.__importDefault) || function (mod) {
- return (mod && mod.__esModule) ? mod : { "default": mod };
-};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.NextcloudArtifact = void 0;
-const core_1 = __importDefault(__nccwpck_require__(4245));
-const FileFinder_1 = __nccwpck_require__(4213);
-const Inputs_1 = __nccwpck_require__(3858);
-const NextcloudClient_1 = __nccwpck_require__(7905);
-const NoFileOption_1 = __nccwpck_require__(6397);
+const core = __importStar(__nccwpck_require__(5154));
+const FileFinder_1 = __nccwpck_require__(7419);
+const Inputs_1 = __nccwpck_require__(9338);
+const NextcloudClient_1 = __nccwpck_require__(6253);
+const NoFileOption_1 = __nccwpck_require__(2797);
class NextcloudArtifact {
constructor(name, path, errorBehavior) {
this.name = name;
@@ -281,25 +313,25 @@ class NextcloudArtifact {
}
logUpload(fileCount, rootDirectory) {
const s = fileCount === 1 ? '' : 's';
- core_1.default.info(`With the provided path, there will be ${fileCount} file${s} uploaded`);
- core_1.default.debug(`Root artifact directory is ${rootDirectory}`);
+ core.info(`With the provided path, there will be ${fileCount} file${s} uploaded`);
+ core.debug(`Root artifact directory is ${rootDirectory}`);
if (fileCount > 10000) {
- core_1.default.warning(`There are over 10,000 files in this artifact, consider create an archive before upload to improve the upload performance.`);
+ core.warning(`There are over 10,000 files in this artifact, consider create an archive before upload to improve the upload performance.`);
}
}
logNoFilesFound() {
const errorMessage = `No files were found with the provided path: ${this.path}. No artifacts will be uploaded.`;
switch (this.errorBehavior) {
case NoFileOption_1.NoFileOption.warn: {
- core_1.default.warning(errorMessage);
+ core.warning(errorMessage);
break;
}
case NoFileOption_1.NoFileOption.error: {
- core_1.default.setFailed(errorMessage);
+ core.setFailed(errorMessage);
break;
}
case NoFileOption_1.NoFileOption.ignore: {
- core_1.default.info(errorMessage);
+ core.info(errorMessage);
break;
}
}
@@ -310,7 +342,7 @@ exports.NextcloudArtifact = NextcloudArtifact;
/***/ }),
-/***/ 7905:
+/***/ 6253:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@@ -350,13 +382,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.NextcloudClient = void 0;
const fsSync = __importStar(__nccwpck_require__(5747));
const path = __importStar(__nccwpck_require__(5622));
-const core_1 = __importDefault(__nccwpck_require__(4245));
+const core = __importStar(__nccwpck_require__(5154));
const os = __importStar(__nccwpck_require__(2087));
const crypto_1 = __nccwpck_require__(6417);
-const archiver = __importStar(__nccwpck_require__(1031));
-const node_fetch_1 = __importDefault(__nccwpck_require__(1827));
-const Inputs_1 = __nccwpck_require__(3858);
-const btoa_1 = __importDefault(__nccwpck_require__(934));
+const archiver = __importStar(__nccwpck_require__(5461));
+const node_fetch_1 = __importDefault(__nccwpck_require__(9864));
+const Inputs_1 = __nccwpck_require__(9338);
+const btoa_1 = __importDefault(__nccwpck_require__(1920));
const fs = fsSync.promises;
class NextcloudClient {
constructor(endpoint, artifact, rootDirectory) {
@@ -434,7 +466,7 @@ class NextcloudClient {
}
else {
// Directories are rejected by the server during upload
- core_1.default.debug(`Removing ${file} from rawSearchResults because it is a directory`);
+ core.debug(`Removing ${file} from rawSearchResults because it is a directory`);
}
}
return specifications;
@@ -473,7 +505,7 @@ class NextcloudClient {
body: stream,
headers: this.headers
});
- core_1.default.debug(yield res.json());
+ core.debug(yield res.json());
return filePath;
});
}
@@ -491,7 +523,7 @@ class NextcloudClient {
headers: this.headers,
body: JSON.stringify(body),
});
- core_1.default.debug(yield res.json());
+ core.debug(yield res.json());
});
}
}
@@ -500,7 +532,7 @@ exports.NextcloudClient = NextcloudClient;
/***/ }),
-/***/ 7192:
+/***/ 8388:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@@ -527,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__(4983);
+const utils_1 = __nccwpck_require__(3925);
/**
* Commands
*
@@ -599,7 +631,7 @@ function escapeProperty(s) {
/***/ }),
-/***/ 4245:
+/***/ 5154:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@@ -634,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__(7192);
-const file_command_1 = __nccwpck_require__(5715);
-const utils_1 = __nccwpck_require__(4983);
+const command_1 = __nccwpck_require__(8388);
+const file_command_1 = __nccwpck_require__(4208);
+const utils_1 = __nccwpck_require__(3925);
const os = __importStar(__nccwpck_require__(2087));
const path = __importStar(__nccwpck_require__(5622));
/**
@@ -885,7 +917,7 @@ exports.getState = getState;
/***/ }),
-/***/ 5715:
+/***/ 4208:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@@ -916,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__(4983);
+const utils_1 = __nccwpck_require__(3925);
function issueCommand(command, message) {
const filePath = process.env[`GITHUB_${command}`];
if (!filePath) {
@@ -934,7 +966,7 @@ exports.issueCommand = issueCommand;
/***/ }),
-/***/ 4983:
+/***/ 3925:
/***/ ((__unused_webpack_module, exports) => {
"use strict";
@@ -961,7 +993,7 @@ exports.toCommandValue = toCommandValue;
/***/ }),
-/***/ 8342:
+/***/ 4234:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@@ -977,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__(5605);
+const internal_globber_1 = __nccwpck_require__(9106);
/**
* Constructs a globber
*
@@ -994,7 +1026,7 @@ exports.create = create;
/***/ }),
-/***/ 2492:
+/***/ 5667:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@@ -1020,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__(4245));
+const core = __importStar(__nccwpck_require__(5154));
/**
* Returns a copy with defaults filled in.
*/
@@ -1051,7 +1083,7 @@ exports.getOptions = getOptions;
/***/ }),
-/***/ 5605:
+/***/ 9106:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@@ -1105,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__(4245));
+const core = __importStar(__nccwpck_require__(5154));
const fs = __importStar(__nccwpck_require__(5747));
-const globOptionsHelper = __importStar(__nccwpck_require__(2492));
+const globOptionsHelper = __importStar(__nccwpck_require__(5667));
const path = __importStar(__nccwpck_require__(5622));
-const patternHelper = __importStar(__nccwpck_require__(4854));
-const internal_match_kind_1 = __nccwpck_require__(6354);
-const internal_pattern_1 = __nccwpck_require__(6308);
-const internal_search_state_1 = __nccwpck_require__(2256);
+const patternHelper = __importStar(__nccwpck_require__(5844));
+const internal_match_kind_1 = __nccwpck_require__(5697);
+const internal_pattern_1 = __nccwpck_require__(3064);
+const internal_search_state_1 = __nccwpck_require__(8699);
const IS_WINDOWS = process.platform === 'win32';
class DefaultGlobber {
constructor(options) {
@@ -1293,7 +1325,7 @@ exports.DefaultGlobber = DefaultGlobber;
/***/ }),
-/***/ 6354:
+/***/ 5697:
/***/ ((__unused_webpack_module, exports) => {
"use strict";
@@ -1318,7 +1350,7 @@ var MatchKind;
/***/ }),
-/***/ 623:
+/***/ 4914:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@@ -1523,7 +1555,7 @@ exports.safeTrimTrailingSeparator = safeTrimTrailingSeparator;
/***/ }),
-/***/ 6330:
+/***/ 9300:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@@ -1553,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__(623));
+const pathHelper = __importStar(__nccwpck_require__(4914));
const assert_1 = __importDefault(__nccwpck_require__(2357));
const IS_WINDOWS = process.platform === 'win32';
/**
@@ -1643,7 +1675,7 @@ exports.Path = Path;
/***/ }),
-/***/ 4854:
+/***/ 5844:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@@ -1669,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__(623));
-const internal_match_kind_1 = __nccwpck_require__(6354);
+const pathHelper = __importStar(__nccwpck_require__(4914));
+const internal_match_kind_1 = __nccwpck_require__(5697);
const IS_WINDOWS = process.platform === 'win32';
/**
* Given an array of patterns, returns an array of paths to search.
@@ -1744,7 +1776,7 @@ exports.partialMatch = partialMatch;
/***/ }),
-/***/ 6308:
+/***/ 3064:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@@ -1775,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__(623));
+const pathHelper = __importStar(__nccwpck_require__(4914));
const assert_1 = __importDefault(__nccwpck_require__(2357));
-const minimatch_1 = __nccwpck_require__(6962);
-const internal_match_kind_1 = __nccwpck_require__(6354);
-const internal_path_1 = __nccwpck_require__(6330);
+const minimatch_1 = __nccwpck_require__(1587);
+const internal_match_kind_1 = __nccwpck_require__(5697);
+const internal_path_1 = __nccwpck_require__(9300);
const IS_WINDOWS = process.platform === 'win32';
class Pattern {
constructor(patternOrNegate, isImplicitPattern = false, segments, homedir) {
@@ -2006,7 +2038,7 @@ exports.Pattern = Pattern;
/***/ }),
-/***/ 2256:
+/***/ 8699:
/***/ ((__unused_webpack_module, exports) => {
"use strict";
@@ -2024,7 +2056,7 @@ exports.SearchState = SearchState;
/***/ }),
-/***/ 2777:
+/***/ 7362:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
@@ -2034,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__(1833);
+var fs = __nccwpck_require__(4048);
var path = __nccwpck_require__(5622);
-var flatten = __nccwpck_require__(3641);
-var difference = __nccwpck_require__(7755);
-var union = __nccwpck_require__(5463);
-var isPlainObject = __nccwpck_require__(1896);
+var flatten = __nccwpck_require__(8640);
+var difference = __nccwpck_require__(840);
+var union = __nccwpck_require__(7386);
+var isPlainObject = __nccwpck_require__(2136);
-var glob = __nccwpck_require__(4112);
+var glob = __nccwpck_require__(2250);
var file = module.exports = {};
@@ -2240,7 +2272,7 @@ file.normalizeFilesArray = function(data) {
/***/ }),
-/***/ 1561:
+/***/ 6383:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
@@ -2250,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__(1833);
+var fs = __nccwpck_require__(4048);
var path = __nccwpck_require__(5622);
var nutil = __nccwpck_require__(1669);
-var lazystream = __nccwpck_require__(7876);
-var normalizePath = __nccwpck_require__(5939);
-var defaults = __nccwpck_require__(7950);
+var lazystream = __nccwpck_require__(3215);
+var normalizePath = __nccwpck_require__(9688);
+var defaults = __nccwpck_require__(1849);
var Stream = __nccwpck_require__(2413).Stream;
-var PassThrough = __nccwpck_require__(5494).PassThrough;
+var PassThrough = __nccwpck_require__(1356).PassThrough;
var utils = module.exports = {};
-utils.file = __nccwpck_require__(2777);
+utils.file = __nccwpck_require__(7362);
function assertPath(path) {
if (typeof path !== 'string') {
@@ -2403,7 +2435,7 @@ utils.walkdir = function(dirpath, base, callback) {
/***/ }),
-/***/ 179:
+/***/ 9991:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -2437,7 +2469,7 @@ utils.walkdir = function(dirpath, base, callback) {
/**/
-var pna = __nccwpck_require__(9443);
+var pna = __nccwpck_require__(4442);
/**/
/**/
@@ -2452,12 +2484,12 @@ var objectKeys = Object.keys || function (obj) {
module.exports = Duplex;
/**/
-var util = Object.create(__nccwpck_require__(7279));
-util.inherits = __nccwpck_require__(5286);
+var util = Object.create(__nccwpck_require__(5115));
+util.inherits = __nccwpck_require__(3023);
/**/
-var Readable = __nccwpck_require__(9234);
-var Writable = __nccwpck_require__(690);
+var Readable = __nccwpck_require__(9664);
+var Writable = __nccwpck_require__(8077);
util.inherits(Duplex, Readable);
@@ -2541,7 +2573,7 @@ Duplex.prototype._destroy = function (err, cb) {
/***/ }),
-/***/ 8039:
+/***/ 6111:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -2574,11 +2606,11 @@ Duplex.prototype._destroy = function (err, cb) {
module.exports = PassThrough;
-var Transform = __nccwpck_require__(5011);
+var Transform = __nccwpck_require__(9606);
/**/
-var util = Object.create(__nccwpck_require__(7279));
-util.inherits = __nccwpck_require__(5286);
+var util = Object.create(__nccwpck_require__(5115));
+util.inherits = __nccwpck_require__(3023);
/**/
util.inherits(PassThrough, Transform);
@@ -2595,7 +2627,7 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) {
/***/ }),
-/***/ 9234:
+/***/ 9664:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -2624,13 +2656,13 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) {
/**/
-var pna = __nccwpck_require__(9443);
+var pna = __nccwpck_require__(4442);
/**/
module.exports = Readable;
/**/
-var isArray = __nccwpck_require__(7763);
+var isArray = __nccwpck_require__(1320);
/**/
/**/
@@ -2648,12 +2680,12 @@ var EElistenerCount = function (emitter, type) {
/**/
/**/
-var Stream = __nccwpck_require__(4861);
+var Stream = __nccwpck_require__(5166);
/**/
/**/
-var Buffer = __nccwpck_require__(7613).Buffer;
+var Buffer = __nccwpck_require__(5519).Buffer;
var OurUint8Array = global.Uint8Array || function () {};
function _uint8ArrayToBuffer(chunk) {
return Buffer.from(chunk);
@@ -2665,8 +2697,8 @@ function _isUint8Array(obj) {
/**/
/**/
-var util = Object.create(__nccwpck_require__(7279));
-util.inherits = __nccwpck_require__(5286);
+var util = Object.create(__nccwpck_require__(5115));
+util.inherits = __nccwpck_require__(3023);
/**/
/**/
@@ -2679,8 +2711,8 @@ if (debugUtil && debugUtil.debuglog) {
}
/**/
-var BufferList = __nccwpck_require__(8943);
-var destroyImpl = __nccwpck_require__(7556);
+var BufferList = __nccwpck_require__(387);
+var destroyImpl = __nccwpck_require__(8679);
var StringDecoder;
util.inherits(Readable, Stream);
@@ -2700,7 +2732,7 @@ function prependListener(emitter, event, fn) {
}
function ReadableState(options, stream) {
- Duplex = Duplex || __nccwpck_require__(179);
+ Duplex = Duplex || __nccwpck_require__(9991);
options = options || {};
@@ -2770,14 +2802,14 @@ function ReadableState(options, stream) {
this.decoder = null;
this.encoding = null;
if (options.encoding) {
- if (!StringDecoder) StringDecoder = __nccwpck_require__(7268)/* .StringDecoder */ .s;
+ if (!StringDecoder) StringDecoder = __nccwpck_require__(3571)/* .StringDecoder */ .s;
this.decoder = new StringDecoder(options.encoding);
this.encoding = options.encoding;
}
}
function Readable(options) {
- Duplex = Duplex || __nccwpck_require__(179);
+ Duplex = Duplex || __nccwpck_require__(9991);
if (!(this instanceof Readable)) return new Readable(options);
@@ -2926,7 +2958,7 @@ Readable.prototype.isPaused = function () {
// backwards compatibility.
Readable.prototype.setEncoding = function (enc) {
- if (!StringDecoder) StringDecoder = __nccwpck_require__(7268)/* .StringDecoder */ .s;
+ if (!StringDecoder) StringDecoder = __nccwpck_require__(3571)/* .StringDecoder */ .s;
this._readableState.decoder = new StringDecoder(enc);
this._readableState.encoding = enc;
return this;
@@ -3621,7 +3653,7 @@ function indexOf(xs, x) {
/***/ }),
-/***/ 5011:
+/***/ 9606:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -3692,11 +3724,11 @@ function indexOf(xs, x) {
module.exports = Transform;
-var Duplex = __nccwpck_require__(179);
+var Duplex = __nccwpck_require__(9991);
/**/
-var util = Object.create(__nccwpck_require__(7279));
-util.inherits = __nccwpck_require__(5286);
+var util = Object.create(__nccwpck_require__(5115));
+util.inherits = __nccwpck_require__(3023);
/**/
util.inherits(Transform, Duplex);
@@ -3842,7 +3874,7 @@ function done(stream, er, data) {
/***/ }),
-/***/ 690:
+/***/ 8077:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -3875,7 +3907,7 @@ function done(stream, er, data) {
/**/
-var pna = __nccwpck_require__(9443);
+var pna = __nccwpck_require__(4442);
/**/
module.exports = Writable;
@@ -3912,23 +3944,23 @@ var Duplex;
Writable.WritableState = WritableState;
/**/
-var util = Object.create(__nccwpck_require__(7279));
-util.inherits = __nccwpck_require__(5286);
+var util = Object.create(__nccwpck_require__(5115));
+util.inherits = __nccwpck_require__(3023);
/**/
/**/
var internalUtil = {
- deprecate: __nccwpck_require__(8014)
+ deprecate: __nccwpck_require__(9451)
};
/**/
/**/
-var Stream = __nccwpck_require__(4861);
+var Stream = __nccwpck_require__(5166);
/**/
/**/
-var Buffer = __nccwpck_require__(7613).Buffer;
+var Buffer = __nccwpck_require__(5519).Buffer;
var OurUint8Array = global.Uint8Array || function () {};
function _uint8ArrayToBuffer(chunk) {
return Buffer.from(chunk);
@@ -3939,14 +3971,14 @@ function _isUint8Array(obj) {
/**/
-var destroyImpl = __nccwpck_require__(7556);
+var destroyImpl = __nccwpck_require__(8679);
util.inherits(Writable, Stream);
function nop() {}
function WritableState(options, stream) {
- Duplex = Duplex || __nccwpck_require__(179);
+ Duplex = Duplex || __nccwpck_require__(9991);
options = options || {};
@@ -4096,7 +4128,7 @@ if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.protot
}
function Writable(options) {
- Duplex = Duplex || __nccwpck_require__(179);
+ Duplex = Duplex || __nccwpck_require__(9991);
// Writable ctor is applied to Duplexes, too.
// `realHasInstance` is necessary because using plain `instanceof`
@@ -4536,7 +4568,7 @@ Writable.prototype._destroy = function (err, cb) {
/***/ }),
-/***/ 8943:
+/***/ 387:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -4544,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__(7613).Buffer;
+var Buffer = __nccwpck_require__(5519).Buffer;
var util = __nccwpck_require__(1669);
function copyBuffer(src, target, offset) {
@@ -4622,7 +4654,7 @@ if (util && util.inspect && util.inspect.custom) {
/***/ }),
-/***/ 7556:
+/***/ 8679:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -4630,7 +4662,7 @@ if (util && util.inspect && util.inspect.custom) {
/**/
-var pna = __nccwpck_require__(9443);
+var pna = __nccwpck_require__(4442);
/**/
// undocumented cb() API, needed for core, not for public API
@@ -4703,7 +4735,7 @@ module.exports = {
/***/ }),
-/***/ 4861:
+/***/ 5166:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = __nccwpck_require__(2413);
@@ -4711,7 +4743,7 @@ module.exports = __nccwpck_require__(2413);
/***/ }),
-/***/ 5494:
+/***/ 1356:
/***/ ((module, exports, __nccwpck_require__) => {
var Stream = __nccwpck_require__(2413);
@@ -4725,19 +4757,19 @@ if (process.env.READABLE_STREAM === 'disable' && Stream) {
exports.PassThrough = Stream.PassThrough;
exports.Stream = Stream;
} else {
- exports = module.exports = __nccwpck_require__(9234);
+ exports = module.exports = __nccwpck_require__(9664);
exports.Stream = Stream || exports;
exports.Readable = exports;
- exports.Writable = __nccwpck_require__(690);
- exports.Duplex = __nccwpck_require__(179);
- exports.Transform = __nccwpck_require__(5011);
- exports.PassThrough = __nccwpck_require__(8039);
+ exports.Writable = __nccwpck_require__(8077);
+ exports.Duplex = __nccwpck_require__(9991);
+ exports.Transform = __nccwpck_require__(9606);
+ exports.PassThrough = __nccwpck_require__(6111);
}
/***/ }),
-/***/ 1031:
+/***/ 5461:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
@@ -4747,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__(4813);
+var Archiver = __nccwpck_require__(4499);
var formats = {};
@@ -4819,15 +4851,15 @@ vending.isRegisteredFormat = function (format) {
return false;
};
-vending.registerFormat('zip', __nccwpck_require__(4365));
-vending.registerFormat('tar', __nccwpck_require__(8089));
-vending.registerFormat('json', __nccwpck_require__(1115));
+vending.registerFormat('zip', __nccwpck_require__(773));
+vending.registerFormat('tar', __nccwpck_require__(4038));
+vending.registerFormat('json', __nccwpck_require__(4311));
module.exports = vending;
/***/ }),
-/***/ 4813:
+/***/ 4499:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
@@ -4838,14 +4870,14 @@ module.exports = vending;
* @copyright (c) 2012-2014 Chris Talkington, contributors.
*/
var fs = __nccwpck_require__(5747);
-var glob = __nccwpck_require__(9417);
-var async = __nccwpck_require__(1580);
+var glob = __nccwpck_require__(6780);
+var async = __nccwpck_require__(8937);
var path = __nccwpck_require__(5622);
-var util = __nccwpck_require__(1561);
+var util = __nccwpck_require__(6383);
var inherits = __nccwpck_require__(1669).inherits;
-var ArchiverError = __nccwpck_require__(4333);
-var Transform = __nccwpck_require__(73).Transform;
+var ArchiverError = __nccwpck_require__(5149);
+var Transform = __nccwpck_require__(1671).Transform;
var win32 = process.platform === 'win32';
@@ -5808,7 +5840,7 @@ module.exports = Archiver;
/***/ }),
-/***/ 4333:
+/***/ 5149:
/***/ ((module, exports, __nccwpck_require__) => {
/**
@@ -5854,7 +5886,7 @@ exports = module.exports = ArchiverError;
/***/ }),
-/***/ 1115:
+/***/ 4311:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
@@ -5865,10 +5897,10 @@ exports = module.exports = ArchiverError;
* @copyright (c) 2012-2014 Chris Talkington, contributors.
*/
var inherits = __nccwpck_require__(1669).inherits;
-var Transform = __nccwpck_require__(73).Transform;
+var Transform = __nccwpck_require__(1671).Transform;
-var crc32 = __nccwpck_require__(786);
-var util = __nccwpck_require__(1561);
+var crc32 = __nccwpck_require__(6577);
+var util = __nccwpck_require__(6383);
/**
* @constructor
@@ -5971,7 +6003,7 @@ module.exports = Json;
/***/ }),
-/***/ 8089:
+/***/ 4038:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
@@ -5983,8 +6015,8 @@ module.exports = Json;
*/
var zlib = __nccwpck_require__(8761);
-var engine = __nccwpck_require__(7938);
-var util = __nccwpck_require__(1561);
+var engine = __nccwpck_require__(7175);
+var util = __nccwpck_require__(6383);
/**
* @constructor
@@ -6145,7 +6177,7 @@ module.exports = Tar;
/***/ }),
-/***/ 4365:
+/***/ 773:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
@@ -6155,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__(2857);
-var util = __nccwpck_require__(1561);
+var engine = __nccwpck_require__(9448);
+var util = __nccwpck_require__(6383);
/**
* @constructor
@@ -6272,7 +6304,7 @@ module.exports = Zip;
/***/ }),
-/***/ 1580:
+/***/ 8937:
/***/ (function(__unused_webpack_module, exports) {
(function (global, factory) {
@@ -11124,7 +11156,7 @@ module.exports = Zip;
/***/ }),
-/***/ 9452:
+/***/ 4558:
/***/ ((module) => {
"use strict";
@@ -11194,7 +11226,7 @@ function range(a, b, str) {
/***/ }),
-/***/ 3592:
+/***/ 4721:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -11598,15 +11630,15 @@ module.exports = BufferList
/***/ }),
-/***/ 4990:
+/***/ 5499:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
-const DuplexStream = __nccwpck_require__(73).Duplex
-const inherits = __nccwpck_require__(5286)
-const BufferList = __nccwpck_require__(3592)
+const DuplexStream = __nccwpck_require__(1671).Duplex
+const inherits = __nccwpck_require__(3023)
+const BufferList = __nccwpck_require__(4721)
function BufferListStream (callback) {
if (!(this instanceof BufferListStream)) {
@@ -11690,11 +11722,11 @@ module.exports.BufferList = BufferList
/***/ }),
-/***/ 3107:
+/***/ 2500:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
-var concatMap = __nccwpck_require__(3160);
-var balanced = __nccwpck_require__(9452);
+var concatMap = __nccwpck_require__(4504);
+var balanced = __nccwpck_require__(4558);
module.exports = expandTop;
@@ -11898,7 +11930,7 @@ function expand(str, isTop) {
/***/ }),
-/***/ 934:
+/***/ 1920:
/***/ ((module) => {
(function () {
@@ -11922,7 +11954,7 @@ function expand(str, isTop) {
/***/ }),
-/***/ 786:
+/***/ 6577:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
var Buffer = __nccwpck_require__(4293).Buffer;
@@ -12040,7 +12072,7 @@ module.exports = crc32;
/***/ }),
-/***/ 8312:
+/***/ 6276:
/***/ ((module) => {
/**
@@ -12062,7 +12094,7 @@ ArchiveEntry.prototype.isDirectory = function() {};
/***/ }),
-/***/ 9246:
+/***/ 9103:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
@@ -12073,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__(73).Transform;
+var Transform = __nccwpck_require__(1671).Transform;
-var ArchiveEntry = __nccwpck_require__(8312);
-var util = __nccwpck_require__(8975);
+var ArchiveEntry = __nccwpck_require__(6276);
+var util = __nccwpck_require__(3592);
var ArchiveOutputStream = module.exports = function(options) {
if (!(this instanceof ArchiveOutputStream)) {
@@ -12185,7 +12217,7 @@ ArchiveOutputStream.prototype.write = function(chunk, cb) {
/***/ }),
-/***/ 3713:
+/***/ 2624:
/***/ ((module) => {
/**
@@ -12263,7 +12295,7 @@ module.exports = {
/***/ }),
-/***/ 9477:
+/***/ 2837:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
@@ -12273,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__(4782);
+var zipUtil = __nccwpck_require__(4678);
var DATA_DESCRIPTOR_FLAG = 1 << 3;
var ENCRYPTION_FLAG = 1 << 0;
@@ -12370,7 +12402,7 @@ GeneralPurposeBit.prototype.usesUTF8ForNames = function() {
/***/ }),
-/***/ 4901:
+/***/ 2930:
/***/ ((module) => {
/**
@@ -12429,7 +12461,7 @@ module.exports = {
/***/ }),
-/***/ 4782:
+/***/ 4678:
/***/ ((module) => {
/**
@@ -12509,7 +12541,7 @@ util.toDosTime = function(d) {
/***/ }),
-/***/ 1030:
+/***/ 629:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
@@ -12520,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__(5939);
+var normalizePath = __nccwpck_require__(9688);
-var ArchiveEntry = __nccwpck_require__(8312);
-var GeneralPurposeBit = __nccwpck_require__(9477);
-var UnixStat = __nccwpck_require__(4901);
+var ArchiveEntry = __nccwpck_require__(6276);
+var GeneralPurposeBit = __nccwpck_require__(2837);
+var UnixStat = __nccwpck_require__(2930);
-var constants = __nccwpck_require__(3713);
-var zipUtil = __nccwpck_require__(4782);
+var constants = __nccwpck_require__(2624);
+var zipUtil = __nccwpck_require__(4678);
var ZipArchiveEntry = module.exports = function(name) {
if (!(this instanceof ZipArchiveEntry)) {
@@ -12929,7 +12961,7 @@ ZipArchiveEntry.prototype.isZip64 = function() {
/***/ }),
-/***/ 2704:
+/***/ 2215:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
@@ -12940,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__(786);
-var {CRC32Stream} = __nccwpck_require__(7265);
-var {DeflateCRC32Stream} = __nccwpck_require__(7265);
+var crc32 = __nccwpck_require__(6577);
+var {CRC32Stream} = __nccwpck_require__(8055);
+var {DeflateCRC32Stream} = __nccwpck_require__(8055);
-var ArchiveOutputStream = __nccwpck_require__(9246);
-var ZipArchiveEntry = __nccwpck_require__(1030);
-var GeneralPurposeBit = __nccwpck_require__(9477);
+var ArchiveOutputStream = __nccwpck_require__(9103);
+var ZipArchiveEntry = __nccwpck_require__(629);
+var GeneralPurposeBit = __nccwpck_require__(2837);
-var constants = __nccwpck_require__(3713);
-var util = __nccwpck_require__(8975);
-var zipUtil = __nccwpck_require__(4782);
+var constants = __nccwpck_require__(2624);
+var util = __nccwpck_require__(3592);
+var zipUtil = __nccwpck_require__(4678);
var ZipArchiveOutputStream = module.exports = function(options) {
if (!(this instanceof ZipArchiveOutputStream)) {
@@ -13376,7 +13408,7 @@ ZipArchiveOutputStream.prototype.setComment = function(comment) {
/***/ }),
-/***/ 5451:
+/***/ 3169:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
@@ -13387,15 +13419,15 @@ ZipArchiveOutputStream.prototype.setComment = function(comment) {
* https://github.com/archiverjs/node-compress-commons/blob/master/LICENSE-MIT
*/
module.exports = {
- ArchiveEntry: __nccwpck_require__(8312),
- ZipArchiveEntry: __nccwpck_require__(1030),
- ArchiveOutputStream: __nccwpck_require__(9246),
- ZipArchiveOutputStream: __nccwpck_require__(2704)
+ ArchiveEntry: __nccwpck_require__(6276),
+ ZipArchiveEntry: __nccwpck_require__(629),
+ ArchiveOutputStream: __nccwpck_require__(9103),
+ ZipArchiveOutputStream: __nccwpck_require__(2215)
};
/***/ }),
-/***/ 8975:
+/***/ 3592:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
@@ -13406,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__(73).PassThrough;
+var PassThrough = __nccwpck_require__(1671).PassThrough;
var util = module.exports = {};
@@ -13431,7 +13463,7 @@ util.normalizeInputSource = function(source) {
/***/ }),
-/***/ 3160:
+/***/ 4504:
/***/ ((module) => {
module.exports = function (xs, fn) {
@@ -13451,7 +13483,7 @@ var isArray = Array.isArray || function (xs) {
/***/ }),
-/***/ 7279:
+/***/ 5115:
/***/ ((__unused_webpack_module, exports) => {
// Copyright Joyent, Inc. and other Node contributors.
@@ -13565,7 +13597,7 @@ function objectToString(o) {
/***/ }),
-/***/ 7696:
+/***/ 4798:
/***/ ((__unused_webpack_module, exports) => {
/* crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
@@ -13682,7 +13714,7 @@ CRC32.str = crc32_str;
/***/ }),
-/***/ 4127:
+/***/ 2974:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -13696,9 +13728,9 @@ CRC32.str = crc32_str;
-const {Transform} = __nccwpck_require__(73);
+const {Transform} = __nccwpck_require__(1671);
-const crc32 = __nccwpck_require__(7696);
+const crc32 = __nccwpck_require__(4798);
class CRC32Stream extends Transform {
constructor(options) {
@@ -13738,7 +13770,7 @@ module.exports = CRC32Stream;
/***/ }),
-/***/ 7756:
+/***/ 8971:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -13754,7 +13786,7 @@ module.exports = CRC32Stream;
const {DeflateRaw} = __nccwpck_require__(8761);
-const crc32 = __nccwpck_require__(7696);
+const crc32 = __nccwpck_require__(4798);
class DeflateCRC32Stream extends DeflateRaw {
constructor(options) {
@@ -13808,7 +13840,7 @@ module.exports = DeflateCRC32Stream;
/***/ }),
-/***/ 7265:
+/***/ 8055:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -13823,17 +13855,17 @@ module.exports = DeflateCRC32Stream;
module.exports = {
- CRC32Stream: __nccwpck_require__(4127),
- DeflateCRC32Stream: __nccwpck_require__(7756)
+ CRC32Stream: __nccwpck_require__(2974),
+ DeflateCRC32Stream: __nccwpck_require__(8971)
}
/***/ }),
-/***/ 1930:
+/***/ 8637:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
-var once = __nccwpck_require__(7567);
+var once = __nccwpck_require__(7787);
var noop = function() {};
@@ -13931,7 +13963,7 @@ module.exports = eos;
/***/ }),
-/***/ 6963:
+/***/ 4744:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = __nccwpck_require__(5747).constants || __nccwpck_require__(7619)
@@ -13939,7 +13971,7 @@ module.exports = __nccwpck_require__(5747).constants || __nccwpck_require__(7619
/***/ }),
-/***/ 1638:
+/***/ 6622:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = realpath
@@ -13955,7 +13987,7 @@ var origRealpathSync = fs.realpathSync
var version = process.version
var ok = /^v[0-5]\./.test(version)
-var old = __nccwpck_require__(8760)
+var old = __nccwpck_require__(9506)
function newError (er) {
return er && er.syscall === 'realpath' && (
@@ -14012,7 +14044,7 @@ function unmonkeypatch () {
/***/ }),
-/***/ 8760:
+/***/ 9506:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
// Copyright Joyent, Inc. and other Node contributors.
@@ -14322,7 +14354,7 @@ exports.realpath = function realpath(p, cache, cb) {
/***/ }),
-/***/ 5820:
+/***/ 7540:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
exports.setopts = setopts
@@ -14338,8 +14370,8 @@ function ownProp (obj, field) {
}
var path = __nccwpck_require__(5622)
-var minimatch = __nccwpck_require__(6962)
-var isAbsolute = __nccwpck_require__(21)
+var minimatch = __nccwpck_require__(1587)
+var isAbsolute = __nccwpck_require__(9832)
var Minimatch = minimatch.Minimatch
function alphasort (a, b) {
@@ -14563,7 +14595,7 @@ function childrenIgnored (self, path) {
/***/ }),
-/***/ 4112:
+/***/ 2250:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
// Approach:
@@ -14609,24 +14641,24 @@ function childrenIgnored (self, path) {
module.exports = glob
var fs = __nccwpck_require__(5747)
-var rp = __nccwpck_require__(1638)
-var minimatch = __nccwpck_require__(6962)
+var rp = __nccwpck_require__(6622)
+var minimatch = __nccwpck_require__(1587)
var Minimatch = minimatch.Minimatch
-var inherits = __nccwpck_require__(5286)
+var inherits = __nccwpck_require__(3023)
var EE = __nccwpck_require__(8614).EventEmitter
var path = __nccwpck_require__(5622)
var assert = __nccwpck_require__(2357)
-var isAbsolute = __nccwpck_require__(21)
-var globSync = __nccwpck_require__(1604)
-var common = __nccwpck_require__(5820)
+var isAbsolute = __nccwpck_require__(9832)
+var globSync = __nccwpck_require__(7596)
+var common = __nccwpck_require__(7540)
var setopts = common.setopts
var ownProp = common.ownProp
-var inflight = __nccwpck_require__(2072)
+var inflight = __nccwpck_require__(7730)
var util = __nccwpck_require__(1669)
var childrenIgnored = common.childrenIgnored
var isIgnored = common.isIgnored
-var once = __nccwpck_require__(7567)
+var once = __nccwpck_require__(7787)
function glob (pattern, options, cb) {
if (typeof options === 'function') cb = options, options = {}
@@ -15358,22 +15390,22 @@ Glob.prototype._stat2 = function (f, abs, er, stat, cb) {
/***/ }),
-/***/ 1604:
+/***/ 7596:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = globSync
globSync.GlobSync = GlobSync
var fs = __nccwpck_require__(5747)
-var rp = __nccwpck_require__(1638)
-var minimatch = __nccwpck_require__(6962)
+var rp = __nccwpck_require__(6622)
+var minimatch = __nccwpck_require__(1587)
var Minimatch = minimatch.Minimatch
-var Glob = __nccwpck_require__(4112).Glob
+var Glob = __nccwpck_require__(2250).Glob
var util = __nccwpck_require__(1669)
var path = __nccwpck_require__(5622)
var assert = __nccwpck_require__(2357)
-var isAbsolute = __nccwpck_require__(21)
-var common = __nccwpck_require__(5820)
+var isAbsolute = __nccwpck_require__(9832)
+var common = __nccwpck_require__(7540)
var setopts = common.setopts
var ownProp = common.ownProp
var childrenIgnored = common.childrenIgnored
@@ -15849,7 +15881,7 @@ GlobSync.prototype._makeAbs = function (f) {
/***/ }),
-/***/ 1343:
+/***/ 7274:
/***/ ((module) => {
"use strict";
@@ -15880,13 +15912,13 @@ function clone (obj) {
/***/ }),
-/***/ 1833:
+/***/ 4048:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
var fs = __nccwpck_require__(5747)
-var polyfills = __nccwpck_require__(7899)
-var legacy = __nccwpck_require__(9927)
-var clone = __nccwpck_require__(1343)
+var polyfills = __nccwpck_require__(156)
+var legacy = __nccwpck_require__(4245)
+var clone = __nccwpck_require__(7274)
var util = __nccwpck_require__(1669)
@@ -16260,7 +16292,7 @@ function retry () {
/***/ }),
-/***/ 9927:
+/***/ 4245:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
var Stream = __nccwpck_require__(2413).Stream
@@ -16385,7 +16417,7 @@ function legacy (fs) {
/***/ }),
-/***/ 7899:
+/***/ 156:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
var constants = __nccwpck_require__(7619)
@@ -16738,12 +16770,12 @@ function patch (fs) {
/***/ }),
-/***/ 2072:
+/***/ 7730:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
-var wrappy = __nccwpck_require__(5795)
+var wrappy = __nccwpck_require__(9242)
var reqs = Object.create(null)
-var once = __nccwpck_require__(7567)
+var once = __nccwpck_require__(7787)
module.exports = wrappy(inflight)
@@ -16799,7 +16831,7 @@ function slice (args) {
/***/ }),
-/***/ 5286:
+/***/ 3023:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
try {
@@ -16809,13 +16841,13 @@ try {
module.exports = util.inherits;
} catch (e) {
/* istanbul ignore next */
- module.exports = __nccwpck_require__(204);
+ module.exports = __nccwpck_require__(1523);
}
/***/ }),
-/***/ 204:
+/***/ 1523:
/***/ ((module) => {
if (typeof Object.create === 'function') {
@@ -16849,7 +16881,7 @@ if (typeof Object.create === 'function') {
/***/ }),
-/***/ 7763:
+/***/ 1320:
/***/ ((module) => {
var toString = {}.toString;
@@ -16861,11 +16893,11 @@ module.exports = Array.isArray || function (arr) {
/***/ }),
-/***/ 7876:
+/***/ 3215:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
var util = __nccwpck_require__(1669);
-var PassThrough = __nccwpck_require__(2360);
+var PassThrough = __nccwpck_require__(2965);
module.exports = {
Readable: Readable,
@@ -16922,7 +16954,7 @@ function Writable(fn, options) {
/***/ }),
-/***/ 8887:
+/***/ 7669:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -16956,7 +16988,7 @@ function Writable(fn, options) {
/**/
-var pna = __nccwpck_require__(9443);
+var pna = __nccwpck_require__(4442);
/**/
/**/
@@ -16971,12 +17003,12 @@ var objectKeys = Object.keys || function (obj) {
module.exports = Duplex;
/**/
-var util = Object.create(__nccwpck_require__(7279));
-util.inherits = __nccwpck_require__(5286);
+var util = Object.create(__nccwpck_require__(5115));
+util.inherits = __nccwpck_require__(3023);
/**/
-var Readable = __nccwpck_require__(3763);
-var Writable = __nccwpck_require__(2298);
+var Readable = __nccwpck_require__(5442);
+var Writable = __nccwpck_require__(3824);
util.inherits(Duplex, Readable);
@@ -17060,7 +17092,7 @@ Duplex.prototype._destroy = function (err, cb) {
/***/ }),
-/***/ 9395:
+/***/ 9607:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -17093,11 +17125,11 @@ Duplex.prototype._destroy = function (err, cb) {
module.exports = PassThrough;
-var Transform = __nccwpck_require__(9432);
+var Transform = __nccwpck_require__(8782);
/**/
-var util = Object.create(__nccwpck_require__(7279));
-util.inherits = __nccwpck_require__(5286);
+var util = Object.create(__nccwpck_require__(5115));
+util.inherits = __nccwpck_require__(3023);
/**/
util.inherits(PassThrough, Transform);
@@ -17114,7 +17146,7 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) {
/***/ }),
-/***/ 3763:
+/***/ 5442:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -17143,13 +17175,13 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) {
/**/
-var pna = __nccwpck_require__(9443);
+var pna = __nccwpck_require__(4442);
/**/
module.exports = Readable;
/**/
-var isArray = __nccwpck_require__(7763);
+var isArray = __nccwpck_require__(1320);
/**/
/**/
@@ -17167,12 +17199,12 @@ var EElistenerCount = function (emitter, type) {
/**/
/**/
-var Stream = __nccwpck_require__(3216);
+var Stream = __nccwpck_require__(7043);
/**/
/**/
-var Buffer = __nccwpck_require__(7613).Buffer;
+var Buffer = __nccwpck_require__(5519).Buffer;
var OurUint8Array = global.Uint8Array || function () {};
function _uint8ArrayToBuffer(chunk) {
return Buffer.from(chunk);
@@ -17184,8 +17216,8 @@ function _isUint8Array(obj) {
/**/
/**/
-var util = Object.create(__nccwpck_require__(7279));
-util.inherits = __nccwpck_require__(5286);
+var util = Object.create(__nccwpck_require__(5115));
+util.inherits = __nccwpck_require__(3023);
/**/
/**/
@@ -17198,8 +17230,8 @@ if (debugUtil && debugUtil.debuglog) {
}
/**/
-var BufferList = __nccwpck_require__(7330);
-var destroyImpl = __nccwpck_require__(2574);
+var BufferList = __nccwpck_require__(9063);
+var destroyImpl = __nccwpck_require__(2398);
var StringDecoder;
util.inherits(Readable, Stream);
@@ -17219,7 +17251,7 @@ function prependListener(emitter, event, fn) {
}
function ReadableState(options, stream) {
- Duplex = Duplex || __nccwpck_require__(8887);
+ Duplex = Duplex || __nccwpck_require__(7669);
options = options || {};
@@ -17289,14 +17321,14 @@ function ReadableState(options, stream) {
this.decoder = null;
this.encoding = null;
if (options.encoding) {
- if (!StringDecoder) StringDecoder = __nccwpck_require__(7268)/* .StringDecoder */ .s;
+ if (!StringDecoder) StringDecoder = __nccwpck_require__(3571)/* .StringDecoder */ .s;
this.decoder = new StringDecoder(options.encoding);
this.encoding = options.encoding;
}
}
function Readable(options) {
- Duplex = Duplex || __nccwpck_require__(8887);
+ Duplex = Duplex || __nccwpck_require__(7669);
if (!(this instanceof Readable)) return new Readable(options);
@@ -17445,7 +17477,7 @@ Readable.prototype.isPaused = function () {
// backwards compatibility.
Readable.prototype.setEncoding = function (enc) {
- if (!StringDecoder) StringDecoder = __nccwpck_require__(7268)/* .StringDecoder */ .s;
+ if (!StringDecoder) StringDecoder = __nccwpck_require__(3571)/* .StringDecoder */ .s;
this._readableState.decoder = new StringDecoder(enc);
this._readableState.encoding = enc;
return this;
@@ -18140,7 +18172,7 @@ function indexOf(xs, x) {
/***/ }),
-/***/ 9432:
+/***/ 8782:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -18211,11 +18243,11 @@ function indexOf(xs, x) {
module.exports = Transform;
-var Duplex = __nccwpck_require__(8887);
+var Duplex = __nccwpck_require__(7669);
/**/
-var util = Object.create(__nccwpck_require__(7279));
-util.inherits = __nccwpck_require__(5286);
+var util = Object.create(__nccwpck_require__(5115));
+util.inherits = __nccwpck_require__(3023);
/**/
util.inherits(Transform, Duplex);
@@ -18361,7 +18393,7 @@ function done(stream, er, data) {
/***/ }),
-/***/ 2298:
+/***/ 3824:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -18394,7 +18426,7 @@ function done(stream, er, data) {
/**/
-var pna = __nccwpck_require__(9443);
+var pna = __nccwpck_require__(4442);
/**/
module.exports = Writable;
@@ -18431,23 +18463,23 @@ var Duplex;
Writable.WritableState = WritableState;
/**/
-var util = Object.create(__nccwpck_require__(7279));
-util.inherits = __nccwpck_require__(5286);
+var util = Object.create(__nccwpck_require__(5115));
+util.inherits = __nccwpck_require__(3023);
/**/
/**/
var internalUtil = {
- deprecate: __nccwpck_require__(8014)
+ deprecate: __nccwpck_require__(9451)
};
/**/
/**/
-var Stream = __nccwpck_require__(3216);
+var Stream = __nccwpck_require__(7043);
/**/
/**/
-var Buffer = __nccwpck_require__(7613).Buffer;
+var Buffer = __nccwpck_require__(5519).Buffer;
var OurUint8Array = global.Uint8Array || function () {};
function _uint8ArrayToBuffer(chunk) {
return Buffer.from(chunk);
@@ -18458,14 +18490,14 @@ function _isUint8Array(obj) {
/**/
-var destroyImpl = __nccwpck_require__(2574);
+var destroyImpl = __nccwpck_require__(2398);
util.inherits(Writable, Stream);
function nop() {}
function WritableState(options, stream) {
- Duplex = Duplex || __nccwpck_require__(8887);
+ Duplex = Duplex || __nccwpck_require__(7669);
options = options || {};
@@ -18615,7 +18647,7 @@ if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.protot
}
function Writable(options) {
- Duplex = Duplex || __nccwpck_require__(8887);
+ Duplex = Duplex || __nccwpck_require__(7669);
// Writable ctor is applied to Duplexes, too.
// `realHasInstance` is necessary because using plain `instanceof`
@@ -19055,7 +19087,7 @@ Writable.prototype._destroy = function (err, cb) {
/***/ }),
-/***/ 7330:
+/***/ 9063:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -19063,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__(7613).Buffer;
+var Buffer = __nccwpck_require__(5519).Buffer;
var util = __nccwpck_require__(1669);
function copyBuffer(src, target, offset) {
@@ -19141,7 +19173,7 @@ if (util && util.inspect && util.inspect.custom) {
/***/ }),
-/***/ 2574:
+/***/ 2398:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -19149,7 +19181,7 @@ if (util && util.inspect && util.inspect.custom) {
/**/
-var pna = __nccwpck_require__(9443);
+var pna = __nccwpck_require__(4442);
/**/
// undocumented cb() API, needed for core, not for public API
@@ -19222,7 +19254,7 @@ module.exports = {
/***/ }),
-/***/ 3216:
+/***/ 7043:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = __nccwpck_require__(2413);
@@ -19230,15 +19262,15 @@ module.exports = __nccwpck_require__(2413);
/***/ }),
-/***/ 2360:
+/***/ 2965:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
-module.exports = __nccwpck_require__(9409).PassThrough
+module.exports = __nccwpck_require__(6329).PassThrough
/***/ }),
-/***/ 9409:
+/***/ 6329:
/***/ ((module, exports, __nccwpck_require__) => {
var Stream = __nccwpck_require__(2413);
@@ -19252,19 +19284,19 @@ if (process.env.READABLE_STREAM === 'disable' && Stream) {
exports.PassThrough = Stream.PassThrough;
exports.Stream = Stream;
} else {
- exports = module.exports = __nccwpck_require__(3763);
+ exports = module.exports = __nccwpck_require__(5442);
exports.Stream = Stream || exports;
exports.Readable = exports;
- exports.Writable = __nccwpck_require__(2298);
- exports.Duplex = __nccwpck_require__(8887);
- exports.Transform = __nccwpck_require__(9432);
- exports.PassThrough = __nccwpck_require__(9395);
+ exports.Writable = __nccwpck_require__(3824);
+ exports.Duplex = __nccwpck_require__(7669);
+ exports.Transform = __nccwpck_require__(8782);
+ exports.PassThrough = __nccwpck_require__(9607);
}
/***/ }),
-/***/ 7950:
+/***/ 1849:
/***/ ((module) => {
/**
@@ -19939,7 +19971,7 @@ module.exports = defaults;
/***/ }),
-/***/ 7755:
+/***/ 840:
/***/ ((module) => {
/**
@@ -21116,7 +21148,7 @@ module.exports = difference;
/***/ }),
-/***/ 3641:
+/***/ 8640:
/***/ ((module) => {
/**
@@ -21472,7 +21504,7 @@ module.exports = flatten;
/***/ }),
-/***/ 1896:
+/***/ 2136:
/***/ ((module) => {
/**
@@ -21618,7 +21650,7 @@ module.exports = isPlainObject;
/***/ }),
-/***/ 5463:
+/***/ 7386:
/***/ ((module) => {
/**
@@ -22806,7 +22838,7 @@ module.exports = union;
/***/ }),
-/***/ 6962:
+/***/ 1587:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = minimatch
@@ -22818,7 +22850,7 @@ try {
} catch (er) {}
var GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {}
-var expand = __nccwpck_require__(3107)
+var expand = __nccwpck_require__(2500)
var plTypes = {
'!': { open: '(?:(?!(?:', close: '))[^/]*?)'},
@@ -23736,7 +23768,7 @@ function regExpEscape (s) {
/***/ }),
-/***/ 1827:
+/***/ 9864:
/***/ ((module, exports, __nccwpck_require__) => {
"use strict";
@@ -23901,7 +23933,7 @@ FetchError.prototype.name = 'FetchError';
let convert;
try {
- convert = __nccwpck_require__(7079).convert;
+ convert = __nccwpck_require__(1801).convert;
} catch (e) {}
const INTERNALS = Symbol('Body internals');
@@ -25393,7 +25425,7 @@ exports.FetchError = FetchError;
/***/ }),
-/***/ 5939:
+/***/ 9688:
/***/ ((module) => {
/*!
@@ -25435,10 +25467,10 @@ module.exports = function(path, stripTrailing) {
/***/ }),
-/***/ 7567:
+/***/ 7787:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
-var wrappy = __nccwpck_require__(5795)
+var wrappy = __nccwpck_require__(9242)
module.exports = wrappy(once)
module.exports.strict = wrappy(onceStrict)
@@ -25484,7 +25516,7 @@ function onceStrict (fn) {
/***/ }),
-/***/ 21:
+/***/ 9832:
/***/ ((module) => {
"use strict";
@@ -25512,7 +25544,7 @@ module.exports.win32 = win32;
/***/ }),
-/***/ 9443:
+/***/ 4442:
/***/ ((module) => {
"use strict";
@@ -25565,7 +25597,7 @@ function nextTick(fn, arg1, arg2, arg3) {
/***/ }),
-/***/ 403:
+/***/ 6459:
/***/ ((module) => {
"use strict";
@@ -25689,7 +25721,7 @@ module.exports.q = codes;
/***/ }),
-/***/ 9716:
+/***/ 1815:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -25734,11 +25766,11 @@ var objectKeys = Object.keys || function (obj) {
module.exports = Duplex;
-var Readable = __nccwpck_require__(8502);
+var Readable = __nccwpck_require__(7978);
-var Writable = __nccwpck_require__(8425);
+var Writable = __nccwpck_require__(9979);
-__nccwpck_require__(5286)(Duplex, Readable);
+__nccwpck_require__(3023)(Duplex, Readable);
{
// Allow the keys array to be GC'ed.
@@ -25835,7 +25867,7 @@ Object.defineProperty(Duplex.prototype, 'destroyed', {
/***/ }),
-/***/ 1309:
+/***/ 4521:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -25866,9 +25898,9 @@ Object.defineProperty(Duplex.prototype, 'destroyed', {
module.exports = PassThrough;
-var Transform = __nccwpck_require__(4445);
+var Transform = __nccwpck_require__(3395);
-__nccwpck_require__(5286)(PassThrough, Transform);
+__nccwpck_require__(3023)(PassThrough, Transform);
function PassThrough(options) {
if (!(this instanceof PassThrough)) return new PassThrough(options);
@@ -25881,7 +25913,7 @@ PassThrough.prototype._transform = function (chunk, encoding, cb) {
/***/ }),
-/***/ 8502:
+/***/ 7978:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -25926,7 +25958,7 @@ var EElistenerCount = function EElistenerCount(emitter, type) {
/**/
-var Stream = __nccwpck_require__(9195);
+var Stream = __nccwpck_require__(1829);
/**/
@@ -25956,14 +25988,14 @@ if (debugUtil && debugUtil.debuglog) {
/**/
-var BufferList = __nccwpck_require__(1864);
+var BufferList = __nccwpck_require__(9401);
-var destroyImpl = __nccwpck_require__(4865);
+var destroyImpl = __nccwpck_require__(2173);
-var _require = __nccwpck_require__(8895),
+var _require = __nccwpck_require__(4223),
getHighWaterMark = _require.getHighWaterMark;
-var _require$codes = __nccwpck_require__(403)/* .codes */ .q,
+var _require$codes = __nccwpck_require__(6459)/* .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 +26006,7 @@ var StringDecoder;
var createReadableStreamAsyncIterator;
var from;
-__nccwpck_require__(5286)(Readable, Stream);
+__nccwpck_require__(3023)(Readable, Stream);
var errorOrDestroy = destroyImpl.errorOrDestroy;
var kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];
@@ -25991,7 +26023,7 @@ function prependListener(emitter, event, fn) {
}
function ReadableState(options, stream, isDuplex) {
- Duplex = Duplex || __nccwpck_require__(9716);
+ Duplex = Duplex || __nccwpck_require__(1815);
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 +26079,14 @@ function ReadableState(options, stream, isDuplex) {
this.encoding = null;
if (options.encoding) {
- if (!StringDecoder) StringDecoder = __nccwpck_require__(7268)/* .StringDecoder */ .s;
+ if (!StringDecoder) StringDecoder = __nccwpck_require__(3571)/* .StringDecoder */ .s;
this.decoder = new StringDecoder(options.encoding);
this.encoding = options.encoding;
}
}
function Readable(options) {
- Duplex = Duplex || __nccwpck_require__(9716);
+ Duplex = Duplex || __nccwpck_require__(1815);
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 +26241,7 @@ Readable.prototype.isPaused = function () {
Readable.prototype.setEncoding = function (enc) {
- if (!StringDecoder) StringDecoder = __nccwpck_require__(7268)/* .StringDecoder */ .s;
+ if (!StringDecoder) StringDecoder = __nccwpck_require__(3571)/* .StringDecoder */ .s;
var decoder = new StringDecoder(enc);
this._readableState.decoder = decoder; // If setEncoding(null), decoder.encoding equals utf8
@@ -26893,7 +26925,7 @@ Readable.prototype.wrap = function (stream) {
if (typeof Symbol === 'function') {
Readable.prototype[Symbol.asyncIterator] = function () {
if (createReadableStreamAsyncIterator === undefined) {
- createReadableStreamAsyncIterator = __nccwpck_require__(4493);
+ createReadableStreamAsyncIterator = __nccwpck_require__(543);
}
return createReadableStreamAsyncIterator(this);
@@ -26995,7 +27027,7 @@ function endReadableNT(state, stream) {
if (typeof Symbol === 'function') {
Readable.from = function (iterable, opts) {
if (from === undefined) {
- from = __nccwpck_require__(8671);
+ from = __nccwpck_require__(2852);
}
return from(Readable, iterable, opts);
@@ -27012,7 +27044,7 @@ function indexOf(xs, x) {
/***/ }),
-/***/ 4445:
+/***/ 3395:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -27081,15 +27113,15 @@ function indexOf(xs, x) {
module.exports = Transform;
-var _require$codes = __nccwpck_require__(403)/* .codes */ .q,
+var _require$codes = __nccwpck_require__(6459)/* .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__(9716);
+var Duplex = __nccwpck_require__(1815);
-__nccwpck_require__(5286)(Transform, Duplex);
+__nccwpck_require__(3023)(Transform, Duplex);
function afterTransform(er, data) {
var ts = this._transformState;
@@ -27220,7 +27252,7 @@ function done(stream, er, data) {
/***/ }),
-/***/ 8425:
+/***/ 9979:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -27283,13 +27315,13 @@ Writable.WritableState = WritableState;
/**/
var internalUtil = {
- deprecate: __nccwpck_require__(8014)
+ deprecate: __nccwpck_require__(9451)
};
/**/
/**/
-var Stream = __nccwpck_require__(9195);
+var Stream = __nccwpck_require__(1829);
/**/
@@ -27305,12 +27337,12 @@ function _isUint8Array(obj) {
return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;
}
-var destroyImpl = __nccwpck_require__(4865);
+var destroyImpl = __nccwpck_require__(2173);
-var _require = __nccwpck_require__(8895),
+var _require = __nccwpck_require__(4223),
getHighWaterMark = _require.getHighWaterMark;
-var _require$codes = __nccwpck_require__(403)/* .codes */ .q,
+var _require$codes = __nccwpck_require__(6459)/* .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 +27354,12 @@ var _require$codes = __nccwpck_require__(403)/* .codes */ .q,
var errorOrDestroy = destroyImpl.errorOrDestroy;
-__nccwpck_require__(5286)(Writable, Stream);
+__nccwpck_require__(3023)(Writable, Stream);
function nop() {}
function WritableState(options, stream, isDuplex) {
- Duplex = Duplex || __nccwpck_require__(9716);
+ Duplex = Duplex || __nccwpck_require__(1815);
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 +27485,7 @@ if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.protot
}
function Writable(options) {
- Duplex = Duplex || __nccwpck_require__(9716); // Writable ctor is applied to Duplexes, too.
+ Duplex = Duplex || __nccwpck_require__(1815); // 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 +27956,7 @@ Writable.prototype._destroy = function (err, cb) {
/***/ }),
-/***/ 4493:
+/***/ 543:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -27934,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__(6458);
+var finished = __nccwpck_require__(7019);
var kLastResolve = Symbol('lastResolve');
var kLastReject = Symbol('lastReject');
@@ -28138,7 +28170,7 @@ module.exports = createReadableStreamAsyncIterator;
/***/ }),
-/***/ 1864:
+/***/ 9401:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -28355,7 +28387,7 @@ function () {
/***/ }),
-/***/ 4865:
+/***/ 2173:
/***/ ((module) => {
"use strict";
@@ -28467,7 +28499,7 @@ module.exports = {
/***/ }),
-/***/ 6458:
+/***/ 7019:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -28475,7 +28507,7 @@ module.exports = {
// permission from the author, Mathias Buus (@mafintosh).
-var ERR_STREAM_PREMATURE_CLOSE = __nccwpck_require__(403)/* .codes.ERR_STREAM_PREMATURE_CLOSE */ .q.ERR_STREAM_PREMATURE_CLOSE;
+var ERR_STREAM_PREMATURE_CLOSE = __nccwpck_require__(6459)/* .codes.ERR_STREAM_PREMATURE_CLOSE */ .q.ERR_STREAM_PREMATURE_CLOSE;
function once(callback) {
var called = false;
@@ -28578,7 +28610,7 @@ module.exports = eos;
/***/ }),
-/***/ 8671:
+/***/ 2852:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -28594,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__(403)/* .codes.ERR_INVALID_ARG_TYPE */ .q.ERR_INVALID_ARG_TYPE;
+var ERR_INVALID_ARG_TYPE = __nccwpck_require__(6459)/* .codes.ERR_INVALID_ARG_TYPE */ .q.ERR_INVALID_ARG_TYPE;
function from(Readable, iterable, opts) {
var iterator;
@@ -28649,7 +28681,7 @@ module.exports = from;
/***/ }),
-/***/ 2196:
+/***/ 5448:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
@@ -28668,7 +28700,7 @@ function once(callback) {
};
}
-var _require$codes = __nccwpck_require__(403)/* .codes */ .q,
+var _require$codes = __nccwpck_require__(6459)/* .codes */ .q,
ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS,
ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED;
@@ -28687,7 +28719,7 @@ function destroyer(stream, reading, writing, callback) {
stream.on('close', function () {
closed = true;
});
- if (eos === undefined) eos = __nccwpck_require__(6458);
+ if (eos === undefined) eos = __nccwpck_require__(7019);
eos(stream, {
readable: reading,
writable: writing
@@ -28753,13 +28785,13 @@ module.exports = pipeline;
/***/ }),
-/***/ 8895:
+/***/ 4223:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
"use strict";
-var ERR_INVALID_OPT_VALUE = __nccwpck_require__(403)/* .codes.ERR_INVALID_OPT_VALUE */ .q.ERR_INVALID_OPT_VALUE;
+var ERR_INVALID_OPT_VALUE = __nccwpck_require__(6459)/* .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 +28819,7 @@ module.exports = {
/***/ }),
-/***/ 9195:
+/***/ 1829:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = __nccwpck_require__(2413);
@@ -28795,7 +28827,7 @@ module.exports = __nccwpck_require__(2413);
/***/ }),
-/***/ 73:
+/***/ 1671:
/***/ ((module, exports, __nccwpck_require__) => {
var Stream = __nccwpck_require__(2413);
@@ -28804,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__(8502);
+ exports = module.exports = __nccwpck_require__(7978);
exports.Stream = Stream || exports;
exports.Readable = exports;
- exports.Writable = __nccwpck_require__(8425);
- exports.Duplex = __nccwpck_require__(9716);
- exports.Transform = __nccwpck_require__(4445);
- exports.PassThrough = __nccwpck_require__(1309);
- exports.finished = __nccwpck_require__(6458);
- exports.pipeline = __nccwpck_require__(2196);
+ exports.Writable = __nccwpck_require__(9979);
+ exports.Duplex = __nccwpck_require__(1815);
+ exports.Transform = __nccwpck_require__(3395);
+ exports.PassThrough = __nccwpck_require__(4521);
+ exports.finished = __nccwpck_require__(7019);
+ exports.pipeline = __nccwpck_require__(5448);
}
/***/ }),
-/***/ 9417:
+/***/ 6780:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = readdirGlob;
const fs = __nccwpck_require__(5747);
const { EventEmitter } = __nccwpck_require__(8614);
-const { Minimatch } = __nccwpck_require__(6962);
+const { Minimatch } = __nccwpck_require__(1587);
const { resolve } = __nccwpck_require__(5622);
function readdir(dir, strict) {
@@ -29067,7 +29099,7 @@ readdirGlob.ReaddirGlob = ReaddirGlob;
/***/ }),
-/***/ 7613:
+/***/ 5519:
/***/ ((module, exports, __nccwpck_require__) => {
/* eslint-disable node/no-deprecated-api */
@@ -29136,7 +29168,7 @@ SafeBuffer.allocUnsafeSlow = function (size) {
/***/ }),
-/***/ 7268:
+/***/ 3571:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
"use strict";
@@ -29165,7 +29197,7 @@ SafeBuffer.allocUnsafeSlow = function (size) {
/**/
-var Buffer = __nccwpck_require__(7613).Buffer;
+var Buffer = __nccwpck_require__(5519).Buffer;
/**/
var isEncoding = Buffer.isEncoding || function (encoding) {
@@ -29439,15 +29471,15 @@ function simpleEnd(buf) {
/***/ }),
-/***/ 6793:
+/***/ 4561:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
var util = __nccwpck_require__(1669)
-var bl = __nccwpck_require__(4990)
-var headers = __nccwpck_require__(9148)
+var bl = __nccwpck_require__(5499)
+var headers = __nccwpck_require__(8466)
-var Writable = __nccwpck_require__(73).Writable
-var PassThrough = __nccwpck_require__(73).PassThrough
+var Writable = __nccwpck_require__(1671).Writable
+var PassThrough = __nccwpck_require__(1671).PassThrough
var noop = function () {}
@@ -29703,7 +29735,7 @@ module.exports = Extract
/***/ }),
-/***/ 9148:
+/***/ 8466:
/***/ ((__unused_webpack_module, exports) => {
var alloc = Buffer.alloc
@@ -30005,28 +30037,28 @@ exports.decode = function (buf, filenameEncoding, allowUnknownFormat) {
/***/ }),
-/***/ 7938:
+/***/ 7175:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
-exports.extract = __nccwpck_require__(6793)
-exports.pack = __nccwpck_require__(297)
+exports.extract = __nccwpck_require__(4561)
+exports.pack = __nccwpck_require__(8545)
/***/ }),
-/***/ 297:
+/***/ 8545:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
-var constants = __nccwpck_require__(6963)
-var eos = __nccwpck_require__(1930)
-var inherits = __nccwpck_require__(5286)
+var constants = __nccwpck_require__(4744)
+var eos = __nccwpck_require__(8637)
+var inherits = __nccwpck_require__(3023)
var alloc = Buffer.alloc
-var Readable = __nccwpck_require__(73).Readable
-var Writable = __nccwpck_require__(73).Writable
+var Readable = __nccwpck_require__(1671).Readable
+var Writable = __nccwpck_require__(1671).Writable
var StringDecoder = __nccwpck_require__(4304).StringDecoder
-var headers = __nccwpck_require__(9148)
+var headers = __nccwpck_require__(8466)
var DMODE = parseInt('755', 8)
var FMODE = parseInt('644', 8)
@@ -30276,7 +30308,7 @@ module.exports = Pack
/***/ }),
-/***/ 8014:
+/***/ 9451:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
@@ -30289,7 +30321,7 @@ module.exports = __nccwpck_require__(1669).deprecate;
/***/ }),
-/***/ 5795:
+/***/ 9242:
/***/ ((module) => {
// Returns a wrapper function that returns a wrapped callback
@@ -30329,7 +30361,7 @@ function wrappy (fn, cb) {
/***/ }),
-/***/ 2857:
+/***/ 9448:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/**
@@ -30341,10 +30373,10 @@ function wrappy (fn, cb) {
*/
var inherits = __nccwpck_require__(1669).inherits;
-var ZipArchiveOutputStream = __nccwpck_require__(5451).ZipArchiveOutputStream;
-var ZipArchiveEntry = __nccwpck_require__(5451).ZipArchiveEntry;
+var ZipArchiveOutputStream = __nccwpck_require__(3169).ZipArchiveOutputStream;
+var ZipArchiveEntry = __nccwpck_require__(3169).ZipArchiveEntry;
-var util = __nccwpck_require__(1561);
+var util = __nccwpck_require__(6383);
/**
* @constructor
@@ -30523,7 +30555,7 @@ ZipStream.prototype.finalize = function() {
/***/ }),
-/***/ 7079:
+/***/ 1801:
/***/ ((module) => {
module.exports = eval("require")("encoding");
@@ -30694,8 +30726,8 @@ var __webpack_exports__ = {};
var exports = __webpack_exports__;
Object.defineProperty(exports, "__esModule", ({ value: true }));
-const Inputs_1 = __nccwpck_require__(3858);
-const NextcloudArtifact_1 = __nccwpck_require__(9206);
+const Inputs_1 = __nccwpck_require__(9338);
+const NextcloudArtifact_1 = __nccwpck_require__(8891);
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/Inputs.ts b/src/Inputs.ts
index 08f0ac1..a2a1a0b 100644
--- a/src/Inputs.ts
+++ b/src/Inputs.ts
@@ -1,4 +1,4 @@
-import core from '@actions/core';
+import * as core from '@actions/core';
import { NoFileOption } from './NoFileOption';
export class Inputs {
@@ -27,7 +27,7 @@ export class Inputs {
}
static get NoFileBehvaior(): NoFileOption {
- const notFoundAction = core.getInput("if-no-files-found");
+ const notFoundAction = core.getInput("if-no-files-found") || NoFileOption.warn;
const noFileBehavior: NoFileOption = NoFileOption[notFoundAction as keyof typeof NoFileOption];
if (!noFileBehavior) {
diff --git a/src/nextcloud/NextcloudArtifact.ts b/src/nextcloud/NextcloudArtifact.ts
index 54f6d80..4aa77f9 100644
--- a/src/nextcloud/NextcloudArtifact.ts
+++ b/src/nextcloud/NextcloudArtifact.ts
@@ -1,4 +1,4 @@
-import core from '@actions/core';
+import * as core from '@actions/core';
import { FileFinder } from '../FileFinder';
import { Inputs } from '../Inputs';
import { NextcloudClient } from './NextcloudClient';
diff --git a/src/nextcloud/NextcloudClient.ts b/src/nextcloud/NextcloudClient.ts
index 7abebf4..7f8a435 100644
--- a/src/nextcloud/NextcloudClient.ts
+++ b/src/nextcloud/NextcloudClient.ts
@@ -1,6 +1,6 @@
import * as fsSync from 'fs'
import * as path from 'path'
-import core from '@actions/core';
+import * as core from '@actions/core';
import * as os from 'os';
import { randomUUID } from 'crypto';
import * as archiver from 'archiver';