@sudocode-ai/local-server 0.1.13 → 0.1.14
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": "@sudocode-ai/local-server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "Local backend server for sudocode - provides REST API and WebSocket endpoints",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@ag-ui/core": "^0.0.39",
|
|
45
45
|
"@modelcontextprotocol/sdk": "^1.24.1",
|
|
46
|
-
"@sudocode-ai/cli": "^0.1.
|
|
47
|
-
"@sudocode-ai/types": "^0.1.
|
|
46
|
+
"@sudocode-ai/cli": "^0.1.14",
|
|
47
|
+
"@sudocode-ai/types": "^0.1.14",
|
|
48
48
|
"@types/ws": "^8.18.1",
|
|
49
49
|
"agent-execution-engine": "^0.0.15",
|
|
50
50
|
"async-mutex": "^0.5.0",
|