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.
This commit is contained in:
Salman Muin Kayser Chishti
2026-04-09 22:14:16 +01:00
parent 86e48e20ac
commit ca10bbdd1a
2 changed files with 33035 additions and 4273 deletions

37306
dist/index.js vendored

File diff suppressed because one or more lines are too long