@interactive-inc/claude-funnel 0.28.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.
@@ -5,6 +5,9 @@
5
5
  "$schema": {
6
6
  "type": "string"
7
7
  },
8
+ "id": {
9
+ "type": "string"
10
+ },
8
11
  "channels": {
9
12
  "minItems": 1,
10
13
  "type": "array",
@@ -28,26 +31,8 @@
28
31
  "name": {
29
32
  "type": "string"
30
33
  },
31
- "botToken": {
32
- "type": "string"
33
- },
34
- "appToken": {
35
- "type": "string"
36
- },
37
34
  "minify": {
38
35
  "type": "boolean"
39
- },
40
- "env": {
41
- "type": "object",
42
- "properties": {
43
- "botToken": {
44
- "type": "string"
45
- },
46
- "appToken": {
47
- "type": "string"
48
- }
49
- },
50
- "additionalProperties": false
51
36
  }
52
37
  },
53
38
  "required": [
@@ -65,18 +50,6 @@
65
50
  },
66
51
  "name": {
67
52
  "type": "string"
68
- },
69
- "botToken": {
70
- "type": "string"
71
- },
72
- "env": {
73
- "type": "object",
74
- "properties": {
75
- "botToken": {
76
- "type": "string"
77
- }
78
- },
79
- "additionalProperties": false
80
53
  }
81
54
  },
82
55
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interactive-inc/claude-funnel",
3
- "version": "0.28.0",
3
+ "version": "0.30.0",
4
4
  "description": "Hub CLI that routes external events (Slack / GitHub / Discord) to Claude Code agents through subscription channels over MCP.",
5
5
  "keywords": [
6
6
  "bun",