releases.shpreview
Slack/Node SDK/@slack/web-api@7.3.3

@slack/web-api@7.3.3

$npx -y @buildinternet/releases show rel_we_x5AHUZnWLeT5A-dAQw

What's Changed

Herein is a patch to allow a typed token attribute in a few API methods that accept it - apps.uninstall, admin.apps.uninstall, and admin.apps.clearResolution. Experiment using the snippet below and caution if you're using an app in production:

  client.apps.uninstall({
+   token: 'xoxb-example',
    client_id: 'example',
    client_secret: '123',
  });

Changes

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.3.2...@slack/web-api@7.3.3

Fetched April 3, 2026