diff --git a/dist/index.js b/dist/index.js index e14635d..43ff5a8 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6,7 +6,11 @@ var __getOwnPropNames = Object.getOwnPropertyNames; var __getProtoOf = Object.getPrototypeOf; var __hasOwnProp = Object.prototype.hasOwnProperty; var __commonJS = (cb, mod) => function __require() { - return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports; + try { + return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports; + } catch (e) { + throw mod = 0, e; + } }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { diff --git a/package-lock.json b/package-lock.json index b321324..f36bae8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "3.0.0", "@octopusdeploy/api-client": "3.10.2", - "axios": "^1.17.0" + "axios": "1.17.0" }, "devDependencies": { "@types/jest": "29.5.14", diff --git a/package.json b/package.json index bd1564b..b72bbfa 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "dependencies": { "@actions/core": "3.0.0", "@octopusdeploy/api-client": "3.10.2", - "axios": "^1.17.0" + "axios": "1.17.0" } }