slackhive 0.4.2 → 0.4.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -15578,7 +15578,7 @@ var require_package = __commonJS({
15578
15578
  "package.json"(exports2, module2) {
15579
15579
  module2.exports = {
15580
15580
  name: "slackhive",
15581
- version: "0.4.2",
15581
+ version: "0.4.3",
15582
15582
  description: "CLI to install and manage SlackHive \u2014 AI agent teams on Slack",
15583
15583
  bin: {
15584
15584
  slackhive: "./dist/index.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slackhive",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "CLI to install and manage SlackHive — AI agent teams on Slack",
5
5
  "bin": {
6
6
  "slackhive": "./dist/index.js"