You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deps): bump `@octokit/webhooks` in order to fix web users (#594)
The `verifyWithFallback()` function was missing from the web code, and was only defined for Node, leaving users unable to use newer versions of `@octokit/webhooks` with this package
fix(types): export minimal types required for the `App` class (#536)
This resolves issues in consumers of this package getting errors from TypeScript
```
The inferred type of 'App' cannot be named without a reference to '../node_modules/@octokit/app/dist-types/types.js'. This is likely not portable. A type annotation is necessary.
```