wolfpack-bridge 1.4.4 → 1.4.6

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 +9 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wolfpack-bridge",
3
- "version": "1.4.4",
3
+ "version": "1.4.6",
4
4
  "type": "module",
5
5
  "description": "Mobile command center for tmux-based AI agent sessions",
6
6
  "bin": {
@@ -15,10 +15,10 @@
15
15
  "postinstall": "node bin/install.cjs"
16
16
  },
17
17
  "optionalDependencies": {
18
- "wolfpack-bridge-darwin-arm64": "1.4.4",
19
- "wolfpack-bridge-darwin-x64": "1.4.4",
20
- "wolfpack-bridge-linux-arm64": "1.4.4",
21
- "wolfpack-bridge-linux-x64": "1.4.4"
18
+ "wolfpack-bridge-darwin-arm64": "1.4.6",
19
+ "wolfpack-bridge-darwin-x64": "1.4.6",
20
+ "wolfpack-bridge-linux-arm64": "1.4.6",
21
+ "wolfpack-bridge-linux-x64": "1.4.6"
22
22
  },
23
23
  "keywords": [
24
24
  "tmux",
@@ -36,7 +36,11 @@
36
36
  },
37
37
  "license": "MIT",
38
38
  "dependencies": {
39
+ "@xterm/addon-fit": "^0.11.0",
39
40
  "@xterm/addon-search": "^0.16.0",
41
+ "@xterm/addon-unicode11": "^0.9.0",
42
+ "@xterm/addon-webgl": "^0.19.0",
43
+ "@xterm/xterm": "^6.0.0",
40
44
  "qrcode-terminal": "^0.12.0",
41
45
  "ws": "^8.19.0"
42
46
  }