openmux 0.2.10 → 0.2.12
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.
- package/README.md +3 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# openmux
|
|
2
2
|
|
|
3
|
+
[](https://github.com/monotykamary/openmux/releases)
|
|
4
|
+
[](https://codecov.io/gh/monotykamary/openmux)
|
|
5
|
+
|
|
3
6
|
A terminal multiplexer with master-stack layout (Zellij-style), built with:
|
|
4
7
|
|
|
5
8
|
- **Bun** - Fast JavaScript runtime
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openmux",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12",
|
|
4
4
|
"description": "Terminal multiplexer with master-stack tiling layout",
|
|
5
5
|
"module": "src/index.tsx",
|
|
6
6
|
"type": "module",
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"@types/bun": "latest",
|
|
62
62
|
"@typescript-eslint/eslint-plugin": "^8.50.0",
|
|
63
63
|
"@typescript-eslint/parser": "^8.50.0",
|
|
64
|
+
"@vitest/coverage-v8": "^4.0.16",
|
|
64
65
|
"eslint": "^9.39.2",
|
|
65
66
|
"standard-version": "^9.5.0",
|
|
66
67
|
"vitest": "^4.0.15"
|