Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/legal-ways-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@chat-adapter/slack": minor
"chat": minor
---

Add message update and delete lifecycle callbacks, with Slack message_changed and message_deleted dispatch support.
1 change: 1 addition & 0 deletions packages/adapter-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
],
"scripts": {
"build": "tsup",
"prepare": "tsup",
"test": "vitest run --coverage"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/adapter-slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"prepare": "tsup",
"test": "vitest run --coverage",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
Expand Down
Loading