@herdctl/discord 1.0.2 → 1.0.3
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.
- package/README.md +3 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -175,6 +175,9 @@ For complete setup instructions, visit [herdctl.dev](https://herdctl.dev):
|
|
|
175
175
|
|
|
176
176
|
- [`herdctl`](https://www.npmjs.com/package/herdctl) - CLI for running agent fleets
|
|
177
177
|
- [`@herdctl/core`](https://www.npmjs.com/package/@herdctl/core) - Core library for programmatic use
|
|
178
|
+
- [`@herdctl/chat`](https://www.npmjs.com/package/@herdctl/chat) - Shared chat infrastructure (used internally)
|
|
179
|
+
- [`@herdctl/slack`](https://www.npmjs.com/package/@herdctl/slack) - Slack connector
|
|
180
|
+
- [`@herdctl/web`](https://www.npmjs.com/package/@herdctl/web) - Web dashboard
|
|
178
181
|
|
|
179
182
|
## License
|
|
180
183
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@herdctl/discord",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Discord connector for herdctl fleet management",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@discordjs/rest": "^2.6.0",
|
|
14
14
|
"discord.js": "^14.16.0",
|
|
15
|
-
"@herdctl/chat": "0.2.
|
|
16
|
-
"@herdctl/core": "5.2.
|
|
15
|
+
"@herdctl/chat": "0.2.3",
|
|
16
|
+
"@herdctl/core": "5.2.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@vitest/coverage-v8": "^4.0.17",
|