Node Slack Sdk: @slack/[email protected] Release

Release date:
June 11, 2026
Previous version:
@slack/[email protected] (released May 7, 2026)
Magnitude:
1,039 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in @slack/[email protected]

WilliamBergamin
github-actions[bot]
zimeg
dependabot-bot
srtaalej

Directory Browser for @slack/[email protected]

All files are compared to previous version, @slack/[email protected]. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Major Changes

  • e8fbfd5: fix: remove default "--app deployed" global flag from commands

Commands running for a specific app must now provide the "app" argument:

    await SlackCLI.app.delete({
      appPath: "my-app",
      team: "T0123456789",
  +   app: "deployed",
    });

The options "local" or "deployed" or app ID all remain available to use.