@viraatdas/rudder 2.14.5 → 2.14.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.
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viraatdas/rudder",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.6",
|
|
4
4
|
"description": "A Claude Code-style terminal app for running coding agents with worktree-isolated runs.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://rudder.viraat.dev",
|
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
"prepack": "npm run build",
|
|
27
27
|
"postinstall": "node scripts/postinstall.mjs",
|
|
28
28
|
"start": "node dist/index.js",
|
|
29
|
-
"test:tui:report": "rm -rf .tui-report tui-report.html && node --test --test-reporter=spec --test-reporter-destination=stdout --test-reporter=tui-integration-tests/reporter --test-reporter-destination=tui-report.html tests/tui/*.test.mjs"
|
|
29
|
+
"test:tui:report": "rm -rf .tui-report tui-report.html && node --test --test-reporter=spec --test-reporter-destination=stdout --test-reporter=tui-integration-tests/reporter --test-reporter-destination=tui-report.html tests/tui/*.test.mjs",
|
|
30
|
+
"mutate:tui": "node tests/tui/mutate.mjs"
|
|
30
31
|
},
|
|
31
32
|
"files": [
|
|
32
33
|
"dist/",
|
|
@@ -47,7 +48,7 @@
|
|
|
47
48
|
"@types/ws": "^8.5.13",
|
|
48
49
|
"esbuild": "^0.24.0",
|
|
49
50
|
"preact": "^10.25.0",
|
|
50
|
-
"tui-integration-tests": "^0.
|
|
51
|
+
"tui-integration-tests": "^0.6.1",
|
|
51
52
|
"typescript": "^5.8.3"
|
|
52
53
|
},
|
|
53
54
|
"dependencies": {
|