openmux 0.3.51 → 0.3.53
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openmux",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.53",
|
|
4
4
|
"description": "Terminal multiplexer with master-stack tiling layout",
|
|
5
5
|
"module": "src/index.tsx",
|
|
6
6
|
"type": "module",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"build:release": "./scripts/build.sh --release",
|
|
21
21
|
"install:local": "./scripts/build.sh --install",
|
|
22
22
|
"update:submodules": "./scripts/update-submodules.sh",
|
|
23
|
-
"test": "bun test && (cd native/zig-pty && bash ../../scripts/zig.sh build test --summary all) && (cd native/zig-git && bash ../../scripts/zig.sh build test --summary all) && bun run test:zig-ghostty-wrapper",
|
|
24
|
-
"test:ts": "bun test",
|
|
23
|
+
"test": "bun test ./src ./tests && (cd native/zig-pty && bash ../../scripts/zig.sh build test --summary all) && (cd native/zig-git && bash ../../scripts/zig.sh build test --summary all) && bun run test:zig-ghostty-wrapper",
|
|
24
|
+
"test:ts": "bun test ./src ./tests",
|
|
25
25
|
"test:pty": "cd native/zig-pty && bash ../../scripts/zig.sh build test --summary all",
|
|
26
26
|
"test:git": "cd native/zig-git && bash ../../scripts/zig.sh build test --summary all",
|
|
27
27
|
"test:zig-ghostty-wrapper": "./scripts/test-ghostty-vt.sh",
|