openmux 0.2.24 → 0.2.26
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/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openmux",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.26",
|
|
4
4
|
"description": "Terminal multiplexer with master-stack tiling layout",
|
|
5
5
|
"module": "src/index.tsx",
|
|
6
6
|
"type": "module",
|
|
@@ -20,7 +20,9 @@
|
|
|
20
20
|
"build:release": "./scripts/build.sh --release",
|
|
21
21
|
"install:local": "./scripts/build.sh --install",
|
|
22
22
|
"prepare": "effect-language-service patch",
|
|
23
|
-
"test": "vitest run",
|
|
23
|
+
"test": "vitest run && cd zig-pty && zig build test --summary all",
|
|
24
|
+
"test:ts": "vitest run",
|
|
25
|
+
"test:zig": "cd zig-pty && zig build test --summary all",
|
|
24
26
|
"test:watch": "vitest",
|
|
25
27
|
"check:circular": "bunx madge --circular --extensions ts,tsx src/",
|
|
26
28
|
"lint:effect": "effect-language-service diagnostics --format pretty --project ./tsconfig.json",
|