Skip to content

@slack/web-api@7.0.1

Compare
Choose a tag to compare
@filmaj filmaj released this 19 Jan 14:40
· 34 commits to main since this release
e23dfd3

What's Changed

Only relevant to consumers in TypeScript projects: we mistakenly removed the types for method arguments as exports in the 7.0.0 major release (e.g. ViewsPushArguments, etc. - any of the types listed in this file). These were available for consumers to import in the 6.x versions of web-api. Woops! This release simply adds these back in.

Full Changelog

d5c17d8 web-api: re-export method argument types (#1729)