diff --git a/package.json b/package.json index 1227c37..f9dd05f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@jill64/prettier-config": "1.0.0", "@jill64/unfurl": "2.0.6", "@playwright/test": "1.45.2", - "octoflare": "0.25.2", + "octoflare": "0.25.3", "prettier": "3.3.3", "typescanner": "0.5.3", "tsx": "4.16.2", diff --git a/packages/action/dist/index.cjs b/packages/action/dist/index.cjs index 63fe01b..5d8a5e9 100644 --- a/packages/action/dist/index.cjs +++ b/packages/action/dist/index.cjs @@ -26206,14 +26206,14 @@ var unfurl = async (data, ...optional4) => { return Object.fromEntries(result); }; -// ../../node_modules/.pnpm/octoflare@0.25.2/node_modules/octoflare/dist/action/action.js +// ../../node_modules/.pnpm/octoflare@0.25.3/node_modules/octoflare/dist/action/action.js var import_core = __toESM(require_core(), 1); var import_github = __toESM(require_github(), 1); -// ../../node_modules/.pnpm/octoflare@0.25.2/node_modules/octoflare/dist/utils/limitStr.js +// ../../node_modules/.pnpm/octoflare@0.25.3/node_modules/octoflare/dist/utils/limitStr.js var limitStr = (str, num) => str.length > num ? `${str.substring(0, num)}...` : str; -// ../../node_modules/.pnpm/octoflare@0.25.2/node_modules/octoflare/dist/utils/errorLogging.js +// ../../node_modules/.pnpm/octoflare@0.25.3/node_modules/octoflare/dist/utils/errorLogging.js var errorLogging = async ({ octokit, repo, owner, error: error3, info: info6 }) => { try { const errorTitle = `Octoflare Error: ${limitStr(error3.message, 64)}`; @@ -26260,7 +26260,7 @@ ${error3.stack} } }; -// ../../node_modules/.pnpm/octoflare@0.25.2/node_modules/octoflare/dist/utils/updateChecks.js +// ../../node_modules/.pnpm/octoflare@0.25.3/node_modules/octoflare/dist/utils/updateChecks.js var updateChecks = ({ kit, check_run_id, owner, repo, conclusion, output, details_url, status }) => kit.rest.checks.update({ check_run_id, owner, @@ -26276,7 +26276,7 @@ var updateChecks = ({ kit, check_run_id, owner, repo, conclusion, output, detail } : void 0 }); -// ../../node_modules/.pnpm/octoflare@0.25.2/node_modules/octoflare/dist/action/action.js +// ../../node_modules/.pnpm/octoflare@0.25.3/node_modules/octoflare/dist/action/action.js var action = async (handler, options) => { const { skipTokenRevocation } = options ?? {}; const payloadStr = import_core.default.getInput("payload", { required: true }); @@ -26353,7 +26353,7 @@ Cause on Action } }; -// ../../node_modules/.pnpm/octoflare@0.25.2/node_modules/octoflare/dist/re-exports/actions/core.js +// ../../node_modules/.pnpm/octoflare@0.25.3/node_modules/octoflare/dist/re-exports/actions/core.js var core_exports = {}; __reExport(core_exports, __toESM(require_core(), 1)); @@ -27411,7 +27411,7 @@ var apps = { assign }; -// ../../node_modules/.pnpm/octoflare@0.25.2/node_modules/octoflare/dist/re-exports/actions/github.js +// ../../node_modules/.pnpm/octoflare@0.25.3/node_modules/octoflare/dist/re-exports/actions/github.js var github_exports = {}; __reExport(github_exports, __toESM(require_github(), 1));