Skip to content

Commit 02c1442

Browse files
authored
1 parent 52498ca commit 02c1442

File tree

4 files changed

+973
-1824
lines changed

4 files changed

+973
-1824
lines changed

.watchmanconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

dist/index.js

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
1-
module.exports =
21
/******/ (() => { // webpackBootstrap
32
/******/ var __webpack_modules__ = ({
43

5-
/***/ 932:
6-
/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => {
7-
8-
const invoke = __nccwpck_require__(662);
9-
10-
const run = async () => {
11-
await invoke();
12-
};
13-
14-
run();
15-
16-
17-
/***/ }),
18-
194
/***/ 351:
205
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
216

@@ -786,8 +771,9 @@ module.exports = require("path");;
786771
/******/ // The require function
787772
/******/ function __nccwpck_require__(moduleId) {
788773
/******/ // Check if module is in cache
789-
/******/ if(__webpack_module_cache__[moduleId]) {
790-
/******/ return __webpack_module_cache__[moduleId].exports;
774+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
775+
/******/ if (cachedModule !== undefined) {
776+
/******/ return cachedModule.exports;
791777
/******/ }
792778
/******/ // Create a new module (and put it into the cache)
793779
/******/ var module = __webpack_module_cache__[moduleId] = {
@@ -812,10 +798,20 @@ module.exports = require("path");;
812798
/************************************************************************/
813799
/******/ /* webpack/runtime/compat */
814800
/******/
815-
/******/ __nccwpck_require__.ab = __dirname + "/";/************************************************************************/
816-
/******/ // module exports must be returned from runtime so entry inlining is disabled
817-
/******/ // startup
818-
/******/ // Load entry module and return exports
819-
/******/ return __nccwpck_require__(932);
801+
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";/************************************************************************/
802+
var __webpack_exports__ = {};
803+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
804+
(() => {
805+
const invoke = __nccwpck_require__(662);
806+
807+
const run = async () => {
808+
await invoke();
809+
};
810+
811+
run();
812+
813+
})();
814+
815+
module.exports = __webpack_exports__;
820816
/******/ })()
821817
;

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"deploy": "rm -f dist/index.js && yarn build && git ac wip && git push"
1313
},
1414
"devDependencies": {
15-
"@vercel/ncc": "^0.26.1",
16-
"eslint": "^7.17.0",
17-
"eslint-config-prettier": "^7.1.0",
18-
"eslint-plugin-prettier": "^3.3.1",
19-
"jest": "^26.6.3",
20-
"prettier": "^2.2.1"
15+
"@vercel/ncc": "^0.28.6",
16+
"eslint": "^7.27.0",
17+
"eslint-config-prettier": "^8.3.0",
18+
"eslint-plugin-prettier": "^3.4.0",
19+
"jest": "^27.0.3",
20+
"prettier": "^2.3.0"
2121
},
2222
"dependencies": {
2323
"@actions/core": "^1.3.0",

0 commit comments

Comments
 (0)