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.
S
Salman Muin Kayser Chishti committed
ca10bbdd1a7739de09e99a200c7a59f5d73a4079
Parent: 86e48e2