zooid 0.11.1 → 0.11.2
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zooid",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"description": "An open-source, self-hostable chat app for collaborating with AI agents alongside your team. Any model, any CLI.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"access": "public"
|
|
26
26
|
},
|
|
27
27
|
"zooid": {
|
|
28
|
-
"webVersion": "0.
|
|
28
|
+
"webVersion": "0.10.0"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=22"
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"sanitize-html": "^2.17.4",
|
|
42
42
|
"tar": "^7.5.16",
|
|
43
43
|
"yaml": "^2.5.0",
|
|
44
|
-
"@zooid/acp-client": "^0.11.
|
|
45
|
-
"@zooid/core": "^0.11.
|
|
46
|
-
"@zooid/
|
|
47
|
-
"@zooid/runtime-
|
|
48
|
-
"@zooid/
|
|
49
|
-
"@zooid/transport-
|
|
50
|
-
"@zooid/transport-
|
|
44
|
+
"@zooid/acp-client": "^0.11.2",
|
|
45
|
+
"@zooid/core": "^0.11.2",
|
|
46
|
+
"@zooid/runtime-docker": "^0.11.2",
|
|
47
|
+
"@zooid/runtime-local": "^0.11.2",
|
|
48
|
+
"@zooid/context-mcp": "^0.11.2",
|
|
49
|
+
"@zooid/transport-matrix": "^0.11.2",
|
|
50
|
+
"@zooid/transport-http": "^0.11.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@agentclientprotocol/sdk": "^0.21.0",
|