@wrongstack/webui 0.272.0 → 0.272.1
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/dist/server/entry.js +40 -12
- package/dist/server/entry.js.map +1 -1
- package/dist/server/index.js +40 -12
- package/dist/server/index.js.map +1 -1
- package/package.json +15 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wrongstack/webui",
|
|
3
|
-
"version": "0.272.
|
|
3
|
+
"version": "0.272.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Browser-based WebUI for WrongStack — React + Vite frontend with WebSocket backend that drives the same agent kernel as the CLI/TUI.",
|
|
6
6
|
"keywords": [
|
|
@@ -77,7 +77,6 @@
|
|
|
77
77
|
"jszip": "^3.10.1",
|
|
78
78
|
"lucide-react": "^1.17.0",
|
|
79
79
|
"monaco-editor": "^0.55.1",
|
|
80
|
-
"node-pty": "^1.1.0",
|
|
81
80
|
"react": "^19.2.7",
|
|
82
81
|
"react-dom": "^19.2.7",
|
|
83
82
|
"react-markdown": "^10.1.0",
|
|
@@ -87,11 +86,19 @@
|
|
|
87
86
|
"virtua": "^0.49.1",
|
|
88
87
|
"ws": "^8.21.0",
|
|
89
88
|
"zustand": "^5.0.14",
|
|
90
|
-
"@wrongstack/core": "0.272.
|
|
91
|
-
"@wrongstack/
|
|
92
|
-
"@wrongstack/
|
|
93
|
-
"@wrongstack/
|
|
94
|
-
"@wrongstack/
|
|
89
|
+
"@wrongstack/core": "0.272.1",
|
|
90
|
+
"@wrongstack/providers": "0.272.1",
|
|
91
|
+
"@wrongstack/runtime": "0.272.1",
|
|
92
|
+
"@wrongstack/tools": "0.272.1",
|
|
93
|
+
"@wrongstack/mcp": "0.272.1"
|
|
94
|
+
},
|
|
95
|
+
"peerDependencies": {
|
|
96
|
+
"node-pty": "^1.1.0"
|
|
97
|
+
},
|
|
98
|
+
"peerDependenciesMeta": {
|
|
99
|
+
"node-pty": {
|
|
100
|
+
"optional": true
|
|
101
|
+
}
|
|
95
102
|
},
|
|
96
103
|
"devDependencies": {
|
|
97
104
|
"@playwright/test": "^1.60.0",
|
|
@@ -105,6 +112,7 @@
|
|
|
105
112
|
"@vitejs/plugin-react": "^6.0.2",
|
|
106
113
|
"@vitest/coverage-v8": "^4.1.8",
|
|
107
114
|
"jsdom": "^29.1.1",
|
|
115
|
+
"node-pty": "^1.1.0",
|
|
108
116
|
"tailwindcss": "^4.3.0",
|
|
109
117
|
"tsup": "^8.5.1",
|
|
110
118
|
"typescript": "^6.0.3",
|