@moxxy/plugin-channel-slack 0.29.0 → 0.30.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 (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moxxy/plugin-channel-slack",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "description": "Slack bot channel for moxxy. Ingests Slack Events API over the proxy relay, drives the Session, and streams threaded replies. Autonomous allow-list permission model (no human in the loop).",
5
5
  "keywords": [
6
6
  "moxxy",
@@ -73,20 +73,20 @@
73
73
  "dependencies": {
74
74
  "@clack/prompts": "^1.4.0",
75
75
  "zod": "^3.24.0",
76
- "@moxxy/channel-kit": "0.29.0",
77
- "@moxxy/config": "0.29.0",
78
- "@moxxy/core": "0.29.0",
79
- "@moxxy/plugin-vault": "0.29.0",
80
- "@moxxy/plugin-tunnel-proxy": "0.29.0",
81
- "@moxxy/sdk": "0.29.0"
76
+ "@moxxy/channel-kit": "0.30.0",
77
+ "@moxxy/core": "0.30.0",
78
+ "@moxxy/plugin-tunnel-proxy": "0.30.0",
79
+ "@moxxy/plugin-vault": "0.30.0",
80
+ "@moxxy/config": "0.30.0",
81
+ "@moxxy/sdk": "0.30.0"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@types/node": "^22.10.0",
85
85
  "typescript": "^5.7.3",
86
86
  "vitest": "^2.1.8",
87
- "@moxxy/testing": "0.0.48",
88
- "@moxxy/vitest-preset": "0.0.0",
89
- "@moxxy/tsconfig": "0.0.0"
87
+ "@moxxy/testing": "0.0.49",
88
+ "@moxxy/tsconfig": "0.0.0",
89
+ "@moxxy/vitest-preset": "0.0.0"
90
90
  },
91
91
  "scripts": {
92
92
  "build": "tsc -p tsconfig.json",