@cuylabs/channel-slack-agent-core 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @cuylabs/channel-slack-agent-core
2
2
 
3
- Slack adapter for `@cuylabs/agent-core`, built on the SDK-neutral
4
- `@cuylabs/channel-slack` primitives.
3
+ Slack adapter for `@cuylabs/agent-core`, built on `@cuylabs/channel-slack`
4
+ primitives.
5
5
 
6
6
  Use this package when your agent runtime is `@cuylabs/agent-core` and you want
7
7
  ready-to-mount Slack surfaces for Bolt, Express, Socket Mode, Slack Assistant,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuylabs/channel-slack-agent-core",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "Slack adapter for @cuylabs/agent-core built on @cuylabs/channel-slack",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -108,7 +108,7 @@
108
108
  ],
109
109
  "dependencies": {
110
110
  "@cuylabs/agent-core": "^7.2.0",
111
- "@cuylabs/channel-slack": "^0.1.1"
111
+ "@cuylabs/channel-slack": "^0.2.0"
112
112
  },
113
113
  "peerDependencies": {
114
114
  "@slack/bolt": ">=4.7.3",