filmaj
released this
18 Jan 18:05
·
244 commits
to main
since this release
What's Changed
This major release introduces two major changes:
- the minimum node version is now v18, the current LTS node.js. While the library should work with older versions of node, we no longer test the library against versions of node older than 18, so we cannot guarantee compatibility.
- the dependent
@slack/web-api
package has been updated to the latest major version, v7. Whileweb-api
is not directly exposed in thisoauth
library so it should not affect consuming applications, it is worth mentioning that the client methodsweb-api
exposes has newer, stricter, more accurate TypeScript types. This should not affect developers, but is worth calling out.
No other changes were released!