@slack/client v2.0.5
- Updates the way that API requests are throttled to:
- avoid a condition where the request queue callback could be called multiple times, causing a crash
- refactor the logic in
_callTransport
into multiple functions to make it easier to follow
- Updates dev dependencies:
- eslint
- nock
- eslint-config-airbnb
NOTE: This release contained a bad bag that would cause a crash if you created a WebClient
without passing in any options. It's been unpublished from NPM and should not be used from here. Please use the 2.0.6
release instead.