@claude-flow/cli 3.1.0-alpha.2 → 3.1.0-alpha.3
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claude-flow/cli",
|
|
3
|
-
"version": "3.1.0-alpha.
|
|
3
|
+
"version": "3.1.0-alpha.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Claude Flow CLI - Enterprise AI agent orchestration with 60+ specialized agents, swarm coordination, MCP server, self-learning hooks, and vector memory for Claude Code",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
"optionalDependencies": {
|
|
95
95
|
"@claude-flow/embeddings": "^3.0.0-alpha.12",
|
|
96
|
-
"@claude-flow/plugin-gastown-bridge": "^0.1.
|
|
96
|
+
"@claude-flow/plugin-gastown-bridge": "^0.1.2",
|
|
97
97
|
"@ruvector/attention": "^0.1.4",
|
|
98
98
|
"@ruvector/learning-wasm": "^0.1.29",
|
|
99
99
|
"@ruvector/router": "^0.1.27",
|