relay-companion 0.1.13 → 0.1.14

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "relay-companion",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Relay companion: connects local coding agents to Relay tasks, approvals, and connector tools.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,7 +15,8 @@
15
15
  "dependencies": {
16
16
  "@anthropic-ai/claude-agent-sdk": "^0.3.195",
17
17
  "@modelcontextprotocol/sdk": "^1.0.4",
18
- "electron": "^32.0.0"
18
+ "electron": "^32.0.0",
19
+ "ws": "^8.21.0"
19
20
  },
20
21
  "files": [
21
22
  "bin",