Remove unnecessary first-party use of Regenerator

This commit is contained in:
James M. Greene
2022-09-26 14:47:48 -05:00
parent 818dc836a0
commit b388ef8bf2
8 changed files with 4 additions and 16 deletions

4
dist/index.js vendored
View File

@@ -8199,8 +8199,6 @@ module.exports = function getContext() {
/***/ 2877:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
__nccwpck_require__(4307)
const core = __nccwpck_require__(2186)
const axios = __nccwpck_require__(6545)
@@ -8662,8 +8660,6 @@ module.exports = require("zlib");
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
(() => {
__nccwpck_require__(4307)
// This package assumes a site has already been built and the files exist in the current workspace
// If there's an artifact named `artifact.tar`, it can upload that to actions on its own,
// without the user having to do the tar process themselves.

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

3
package-lock.json generated
View File

@@ -11,8 +11,7 @@
"dependencies": {
"@actions/core": "^1.9.1",
"axios": "^0.24.0",
"axios-retry": "^3.2.4",
"regenerator-runtime": "^0.13.9"
"axios-retry": "^3.2.4"
},
"devDependencies": {
"@vercel/ncc": "^0.31.1",

View File

@@ -6,8 +6,7 @@
"dependencies": {
"@actions/core": "^1.9.1",
"axios": "^0.24.0",
"axios-retry": "^3.2.4",
"regenerator-runtime": "^0.13.9"
"axios-retry": "^3.2.4"
},
"devDependencies": {
"@vercel/ncc": "^0.31.1",

View File

@@ -8199,8 +8199,6 @@ module.exports = function getContext() {
/***/ 2877:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
__nccwpck_require__(4307)
const core = __nccwpck_require__(2186)
const axios = __nccwpck_require__(6545)

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,3 @@
require('regenerator-runtime/runtime')
const core = require('@actions/core')
const axios = require('axios')

View File

@@ -1,5 +1,3 @@
require('regenerator-runtime/runtime')
// This package assumes a site has already been built and the files exist in the current workspace
// If there's an artifact named `artifact.tar`, it can upload that to actions on its own,
// without the user having to do the tar process themselves.