openmux 0.1.30 → 0.1.33

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 (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -7,6 +7,8 @@ A terminal multiplexer with master-stack layout (Zellij-style), built with:
7
7
  - **bun-pty** - PTY support for Bun
8
8
  - **ghostty-web** - Terminal emulation via WASM
9
9
 
10
+ ![openmux screenshot](assets/openmux-screenshot.png)
11
+
10
12
  ## Features
11
13
 
12
14
  - Master-stack tiling layout (like Zellij)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmux",
3
- "version": "0.1.30",
3
+ "version": "0.1.33",
4
4
  "description": "Terminal multiplexer with master-stack tiling layout",
5
5
  "module": "src/index.tsx",
6
6
  "type": "module",
@@ -67,7 +67,6 @@
67
67
  "@effect/platform": "^0.93.7",
68
68
  "@opentui/core": "^0.1.60",
69
69
  "@opentui/react": "^0.1.60",
70
- "bun-pty": "^0.4.2",
71
70
  "effect": "^3.19.11",
72
71
  "ghostty-web": "^0.3.0",
73
72
  "react": "^19.2.3"