github-script/src
Salman Muin Kayser Chishti ca10bbdd1a
fix: use @octokit/core/types import for v7 compatibility
The merge from main incorrectly used the v5 import path
(@octokit/core/dist-types/types). v7 exports types via
@octokit/core/types in its package.json exports map.

Rebuild dist with correct dependency resolution.
2026-04-09 22:14:16 +01:00
..
async-function.ts refactor: update async-function types for v9 imports, add getOctokit to arguments 2026-04-09 19:15:47 +01:00
create-configured-getoctokit.ts feat: add getOctokit factory with deep merge, stripUndefined, and plugin dedup 2026-04-09 19:15:51 +01:00
main.ts feat: wire getOctokit factory into script context 2026-04-09 19:15:53 +01:00
retry-options.ts fix: use @octokit/core/types import for v7 compatibility 2026-04-09 22:14:16 +01:00
wrap-require.ts Remove require search fallback 2021-04-21 18:13:51 -04:00