slackhive 0.1.52 → 0.1.54

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -15565,7 +15565,7 @@ var require_package = __commonJS({
15565
15565
  "package.json"(exports2, module2) {
15566
15566
  module2.exports = {
15567
15567
  name: "slackhive",
15568
- version: "0.1.52",
15568
+ version: "0.1.54",
15569
15569
  description: "CLI to install and manage SlackHive \u2014 AI agent teams on Slack",
15570
15570
  bin: {
15571
15571
  slackhive: "./dist/index.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slackhive",
3
- "version": "0.1.52",
3
+ "version": "0.1.54",
4
4
  "description": "CLI to install and manage SlackHive — AI agent teams on Slack",
5
5
  "bin": {
6
6
  "slackhive": "./dist/index.js"