Update js-releases to v1.4.0 (#111)

* Update js-releases to v1.4.0
* Update dependency @vercel/ncc
This commit is contained in:
Audrey Eschright 2021-05-13 15:15:06 -07:00 committed by GitHub
parent 9771d0c9cd
commit 9095b20a9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4501 additions and 44122 deletions

48224
dist/index.js vendored

File diff suppressed because one or more lines are too long

214
dist/index1.js vendored
View file

@ -1,4 +1,10 @@
#!/usr/bin/env node
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ 650:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports =
/******/ (function(modules, runtime) { // webpackBootstrap
/******/ "use strict";
@ -6,7 +12,7 @@ module.exports =
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ function __nested_webpack_require_220__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
@ -20,7 +26,7 @@ module.exports =
/******/ };
/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/ modules[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_220__);
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;
@ -30,12 +36,12 @@ module.exports =
/******/ }
/******/
/******/
/******/ __webpack_require__.ab = __dirname + "/";
/******/ __nested_webpack_require_220__.ab = __dirname + "/";
/******/
/******/ // the startup function
/******/ function startup() {
/******/ // Load entry module and return exports
/******/ return __webpack_require__(950);
/******/ return __nested_webpack_require_220__(950);
/******/ };
/******/
/******/ // run startup
@ -45,7 +51,7 @@ module.exports =
/******/ ({
/***/ 1:
/***/ (function(__unusedmodule, exports, __webpack_require__) {
/***/ (function(__unusedmodule, exports, __nested_webpack_require_1416__) {
"use strict";
@ -59,10 +65,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", { value: true });
const childProcess = __webpack_require__(129);
const path = __webpack_require__(622);
const util_1 = __webpack_require__(669);
const ioUtil = __webpack_require__(672);
const childProcess = __nested_webpack_require_1416__(129);
const path = __nested_webpack_require_1416__(622);
const util_1 = __nested_webpack_require_1416__(669);
const ioUtil = __nested_webpack_require_1416__(672);
const exec = util_1.promisify(childProcess.exec);
/**
* Copies a file or folder.
@ -342,7 +348,7 @@ function copyFile(srcFile, destFile, force) {
/***/ }),
/***/ 9:
/***/ (function(__unusedmodule, exports, __webpack_require__) {
/***/ (function(__unusedmodule, exports, __nested_webpack_require_13050__) {
"use strict";
@ -363,12 +369,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const os = __importStar(__webpack_require__(87));
const events = __importStar(__webpack_require__(614));
const child = __importStar(__webpack_require__(129));
const path = __importStar(__webpack_require__(622));
const io = __importStar(__webpack_require__(1));
const ioUtil = __importStar(__webpack_require__(672));
const os = __importStar(__nested_webpack_require_13050__(87));
const events = __importStar(__nested_webpack_require_13050__(614));
const child = __importStar(__nested_webpack_require_13050__(129));
const path = __importStar(__nested_webpack_require_13050__(622));
const io = __importStar(__nested_webpack_require_13050__(1));
const ioUtil = __importStar(__nested_webpack_require_13050__(672));
/* eslint-disable @typescript-eslint/unbound-method */
const IS_WINDOWS = process.platform === 'win32';
/*
@ -977,12 +983,12 @@ exports.toCommandValue = toCommandValue;
/***/ 87:
/***/ (function(module) {
module.exports = require("os");
module.exports = __nccwpck_require__(87);
/***/ }),
/***/ 102:
/***/ (function(__unusedmodule, exports, __webpack_require__) {
/***/ (function(__unusedmodule, exports, __nested_webpack_require_38259__) {
"use strict";
@ -997,9 +1003,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
Object.defineProperty(exports, "__esModule", { value: true });
// We use any as a valid input type
/* eslint-disable @typescript-eslint/no-explicit-any */
const fs = __importStar(__webpack_require__(747));
const os = __importStar(__webpack_require__(87));
const utils_1 = __webpack_require__(82);
const fs = __importStar(__nested_webpack_require_38259__(747));
const os = __importStar(__nested_webpack_require_38259__(87));
const utils_1 = __nested_webpack_require_38259__(82);
function issueCommand(command, message) {
const filePath = process.env[`GITHUB_${command}`];
if (!filePath) {
@ -1020,15 +1026,15 @@ exports.issueCommand = issueCommand;
/***/ 129:
/***/ (function(module) {
module.exports = require("child_process");
module.exports = __nccwpck_require__(129);
/***/ }),
/***/ 187:
/***/ (function(module, __unusedexports, __webpack_require__) {
/***/ (function(module, __unusedexports, __nested_webpack_require_39588__) {
const os = __webpack_require__(87);
const path = __webpack_require__(622);
const os = __nested_webpack_require_39588__(87);
const path = __nested_webpack_require_39588__(622);
module.exports = (() => {
// If we're on Windows, then the executable ends with .exe
@ -1043,12 +1049,12 @@ module.exports = (() => {
/***/ 357:
/***/ (function(module) {
module.exports = require("assert");
module.exports = __nccwpck_require__(357);
/***/ }),
/***/ 431:
/***/ (function(__unusedmodule, exports, __webpack_require__) {
/***/ (function(__unusedmodule, exports, __nested_webpack_require_40087__) {
"use strict";
@ -1060,8 +1066,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const os = __importStar(__webpack_require__(87));
const utils_1 = __webpack_require__(82);
const os = __importStar(__nested_webpack_require_40087__(87));
const utils_1 = __nested_webpack_require_40087__(82);
/**
* Commands
*
@ -1134,7 +1140,7 @@ function escapeProperty(s) {
/***/ }),
/***/ 470:
/***/ (function(__unusedmodule, exports, __webpack_require__) {
/***/ (function(__unusedmodule, exports, __nested_webpack_require_42607__) {
"use strict";
@ -1155,11 +1161,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const command_1 = __webpack_require__(431);
const file_command_1 = __webpack_require__(102);
const utils_1 = __webpack_require__(82);
const os = __importStar(__webpack_require__(87));
const path = __importStar(__webpack_require__(622));
const command_1 = __nested_webpack_require_42607__(431);
const file_command_1 = __nested_webpack_require_42607__(102);
const utils_1 = __nested_webpack_require_42607__(82);
const os = __importStar(__nested_webpack_require_42607__(87));
const path = __importStar(__nested_webpack_require_42607__(622));
/**
* The code to exit an action
*/
@ -1381,26 +1387,26 @@ exports.getState = getState;
/***/ 614:
/***/ (function(module) {
module.exports = require("events");
module.exports = __nccwpck_require__(614);
/***/ }),
/***/ 622:
/***/ (function(module) {
module.exports = require("path");
module.exports = __nccwpck_require__(622);
/***/ }),
/***/ 669:
/***/ (function(module) {
module.exports = require("util");
module.exports = __nccwpck_require__(669);
/***/ }),
/***/ 672:
/***/ (function(__unusedmodule, exports, __webpack_require__) {
/***/ (function(__unusedmodule, exports, __nested_webpack_require_50856__) {
"use strict";
@ -1415,9 +1421,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
};
var _a;
Object.defineProperty(exports, "__esModule", { value: true });
const assert_1 = __webpack_require__(357);
const fs = __webpack_require__(747);
const path = __webpack_require__(622);
const assert_1 = __nested_webpack_require_50856__(357);
const fs = __nested_webpack_require_50856__(747);
const path = __nested_webpack_require_50856__(622);
_a = fs.promises, exports.chmod = _a.chmod, exports.copyFile = _a.copyFile, exports.lstat = _a.lstat, exports.mkdir = _a.mkdir, exports.readdir = _a.readdir, exports.readlink = _a.readlink, exports.rename = _a.rename, exports.rmdir = _a.rmdir, exports.stat = _a.stat, exports.symlink = _a.symlink, exports.unlink = _a.unlink;
exports.IS_WINDOWS = process.platform === 'win32';
function exists(fsPath) {
@ -1604,7 +1610,7 @@ function isUnixExecutable(stats) {
/***/ 747:
/***/ (function(module) {
module.exports = require("fs");
module.exports = __nccwpck_require__(747);
/***/ }),
@ -1652,14 +1658,14 @@ module.exports = OutputListener;
/***/ }),
/***/ 950:
/***/ (function(__unusedmodule, __unusedexports, __webpack_require__) {
/***/ (function(__unusedmodule, __unusedexports, __nested_webpack_require_59450__) {
const io = __webpack_require__(1);
const core = __webpack_require__(470);
const { exec } = __webpack_require__(986);
const io = __nested_webpack_require_59450__(1);
const core = __nested_webpack_require_59450__(470);
const { exec } = __nested_webpack_require_59450__(986);
const OutputListener = __webpack_require__(831);
const pathToCLI = __webpack_require__(187);
const OutputListener = __nested_webpack_require_59450__(831);
const pathToCLI = __nested_webpack_require_59450__(187);
async function checkTerraform () {
// Setting check to `true` will cause `which` to throw if terraform isn't found
@ -1706,7 +1712,7 @@ async function checkTerraform () {
/***/ }),
/***/ 986:
/***/ (function(__unusedmodule, exports, __webpack_require__) {
/***/ (function(__unusedmodule, exports, __nested_webpack_require_60988__) {
"use strict";
@ -1727,7 +1733,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const tr = __importStar(__webpack_require__(9));
const tr = __importStar(__nested_webpack_require_60988__(9));
/**
* Exec a command.
* Output will be streamed to the live console.
@ -1756,4 +1762,108 @@ exports.exec = exec;
/***/ })
/******/ });
/******/ });
/***/ }),
/***/ 357:
/***/ ((module) => {
"use strict";
module.exports = require("assert");;
/***/ }),
/***/ 129:
/***/ ((module) => {
"use strict";
module.exports = require("child_process");;
/***/ }),
/***/ 614:
/***/ ((module) => {
"use strict";
module.exports = require("events");;
/***/ }),
/***/ 747:
/***/ ((module) => {
"use strict";
module.exports = require("fs");;
/***/ }),
/***/ 87:
/***/ ((module) => {
"use strict";
module.exports = require("os");;
/***/ }),
/***/ 622:
/***/ ((module) => {
"use strict";
module.exports = require("path");;
/***/ }),
/***/ 669:
/***/ ((module) => {
"use strict";
module.exports = require("util");;
/***/ })
/******/ });
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __nccwpck_require__(moduleId) {
/******/ // Check if module is in cache
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
/******/ return cachedModule.exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ var threw = true;
/******/ try {
/******/ __webpack_modules__[moduleId](module, module.exports, __nccwpck_require__);
/******/ threw = false;
/******/ } finally {
/******/ if(threw) delete __webpack_module_cache__[moduleId];
/******/ }
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat */
/******/
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";/************************************************************************/
/******/
/******/ // startup
/******/ // Load entry module and return exports
/******/ // This entry module is referenced by other modules so it can't be inlined
/******/ var __webpack_exports__ = __nccwpck_require__(650);
/******/ module.exports = __webpack_exports__;
/******/
/******/ })()
;