@wrongstack/webui 0.308.4 → 0.308.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.
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wrongstack/webui",
|
|
3
|
-
"version": "0.308.
|
|
3
|
+
"version": "0.308.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Browser-based WebUI for WrongStack — React + Vite frontend. The WebSocket backend lives in the separate @wrongstack/webui-server package (extracted in PR #018b to remove the CLI -> @wrongstack/webui/server cross-package edge).",
|
|
6
6
|
"keywords": [
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
"tailwind-merge": "^3.6.0",
|
|
77
77
|
"virtua": "^0.50.1",
|
|
78
78
|
"zustand": "^5.0.15",
|
|
79
|
-
"@wrongstack/
|
|
80
|
-
"@wrongstack/
|
|
81
|
-
"@wrongstack/
|
|
82
|
-
"@wrongstack/tools": "0.308.
|
|
83
|
-
"@wrongstack/
|
|
84
|
-
"@wrongstack/webui-server": "0.308.
|
|
79
|
+
"@wrongstack/core": "0.308.6",
|
|
80
|
+
"@wrongstack/providers": "0.308.6",
|
|
81
|
+
"@wrongstack/plugins": "0.308.6",
|
|
82
|
+
"@wrongstack/tools": "0.308.6",
|
|
83
|
+
"@wrongstack/kanban": "0.308.6",
|
|
84
|
+
"@wrongstack/webui-server": "0.308.6"
|
|
85
85
|
},
|
|
86
86
|
"optionalDependencies": {
|
|
87
87
|
"node-pty": "1.2.0-beta.14"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"typescript": "^7.0.2",
|
|
104
104
|
"vite": "^8.2.1",
|
|
105
105
|
"vitest": "^4.1.10",
|
|
106
|
-
"@wrongstack/sdd": "0.308.
|
|
106
|
+
"@wrongstack/sdd": "0.308.6"
|
|
107
107
|
},
|
|
108
108
|
"scripts": {
|
|
109
109
|
"dev": "vite",
|