claude-flow 2.7.11 → 2.7.12
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/bin/claude-flow +1 -1
- package/package.json +4 -4
package/bin/claude-flow
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-flow",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.12",
|
|
4
4
|
"description": "Enterprise-grade AI agent orchestration with WASM-powered ReasoningBank memory and AgentDB vector database (always uses latest agentic-flow)",
|
|
5
5
|
"mcpName": "io.github.ruvnet/claude-flow",
|
|
6
6
|
"main": "cli.mjs",
|
|
@@ -120,8 +120,6 @@
|
|
|
120
120
|
"@anthropic-ai/claude-code": "^2.0.1",
|
|
121
121
|
"@anthropic-ai/sdk": "^0.65.0",
|
|
122
122
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
|
123
|
-
"@types/better-sqlite3": "^7.6.13",
|
|
124
|
-
"agentdb": "^1.3.9",
|
|
125
123
|
"agentic-flow": "*",
|
|
126
124
|
"blessed": "^0.1.81",
|
|
127
125
|
"chalk": "^4.1.2",
|
|
@@ -143,9 +141,11 @@
|
|
|
143
141
|
"yaml": "^2.8.0"
|
|
144
142
|
},
|
|
145
143
|
"optionalDependencies": {
|
|
144
|
+
"agentdb": "^1.3.9",
|
|
146
145
|
"better-sqlite3": "^12.2.0",
|
|
147
146
|
"diskusage": "^1.1.3",
|
|
148
|
-
"node-pty": "^1.0.0"
|
|
147
|
+
"node-pty": "^1.0.0",
|
|
148
|
+
"@types/better-sqlite3": "^7.6.13"
|
|
149
149
|
},
|
|
150
150
|
"devDependencies": {
|
|
151
151
|
"@babel/core": "^7.28.0",
|