Skip to content

fix(webhook) #2614: added export for 'addAppMetadata'#2626

Open
pushkarbanjare wants to merge 1 commit into
slackapi:mainfrom
pushkarbanjare:fix/#2614
Open

fix(webhook) #2614: added export for 'addAppMetadata'#2626
pushkarbanjare wants to merge 1 commit into
slackapi:mainfrom
pushkarbanjare:fix/#2614

Conversation

@pushkarbanjare

@pushkarbanjare pushkarbanjare commented Jun 14, 2026

Copy link
Copy Markdown

Summary

Fixes #2614

'addAppMetadata' already exists in '@slack/webhook', but it isn't exported from the package entry point, so 'import { addAppMetadata } from "@slack/webhook"' doesn't resolve. This adds the missing re-export, bringing it in line with
'@slack/web-api'.

Requirements

@pushkarbanjare pushkarbanjare requested a review from a team as a code owner June 14, 2026 19:02
@changeset-bot

changeset-bot Bot commented Jun 14, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 398d5ca

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@srtaalej

Copy link
Copy Markdown
Contributor

hi @pushkarbanjare thank you for raising this issue and addressing it! I see that addAppMetadata is exposed in web-api but not in webhook. im looping in another team member to make sure addAppMetadata wasn't kept internal intentionally 🤔 will keep this thread updated with what i find !✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(webhook): export addAppMetadata from @slack/webhook

2 participants