@awebai/claude-channel 0.1.3 → 0.2.1

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.
@@ -1,10 +1,18 @@
1
1
  {
2
2
  "name": "aweb-channel",
3
3
  "description": "aweb agent coordination channel — receive mail, chat, tasks, and control signals from your agent team in real time.",
4
- "version": "0.1.2",
5
- "author": { "name": "awebai" },
4
+ "version": "0.2.1",
5
+ "author": {
6
+ "name": "awebai"
7
+ },
6
8
  "homepage": "https://aweb.ai",
7
9
  "repository": "https://github.com/awebai/aweb",
8
10
  "license": "MIT",
9
- "keywords": ["aweb", "agents", "coordination", "channel", "mcp"]
11
+ "keywords": [
12
+ "aweb",
13
+ "agents",
14
+ "coordination",
15
+ "channel",
16
+ "mcp"
17
+ ]
10
18
  }