What's Changed
The main change in this patch release is creating an npm release for the change in #2223, where exported event payload types were moved from bolt-js to @slack/types
. If you see errors compiling your TypeScript-based application that look like:
Module './types' has already exported a member
.. then upgrading to this release should address the issue (see #2233 and #2234 for issue details).
- fix: pass a no-op
next
function to the last listener middleware by @filmaj in #2214 (fixes #1457) - fix: remove please-upgrade-node by @filmaj in #2221 (fixes #1274)
- Bump
@slack/types
and consume event payloads from it by @filmaj in #2223 - fix: tsconfig - skip checking dependency d.ts files by @filmaj in #2226
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.21.1...@slack/bolt@3.21.2