claude-flow 3.16.1 → 3.16.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-flow",
|
|
3
|
-
"version": "3.16.
|
|
3
|
+
"version": "3.16.2",
|
|
4
4
|
"description": "Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -81,14 +81,14 @@
|
|
|
81
81
|
"overrides": {
|
|
82
82
|
"ruvector": "^0.2.27",
|
|
83
83
|
"better-sqlite3": ">=12.8.0",
|
|
84
|
-
"hono": ">=4.
|
|
84
|
+
"hono": ">=4.12.25",
|
|
85
85
|
"@ruvector/rvf-wasm": "0.1.5",
|
|
86
|
-
"@hono/node-server": ">=1.19.
|
|
86
|
+
"@hono/node-server": ">=1.19.14",
|
|
87
87
|
"flatted": ">=3.4.0",
|
|
88
88
|
"tar": ">=7.5.11",
|
|
89
89
|
"picomatch": ">=4.0.3",
|
|
90
90
|
"path-to-regexp": ">=8.2.1",
|
|
91
|
-
"undici": ">=
|
|
91
|
+
"undici": ">=8.5.0",
|
|
92
92
|
"minimatch": ">=10.0.0",
|
|
93
93
|
"@isaacs/brace-expansion": ">=5.0.1",
|
|
94
94
|
"cacache": ">=20.0.0",
|
|
@@ -106,8 +106,11 @@
|
|
|
106
106
|
"@opentelemetry/exporter-prometheus": ">=0.217.0",
|
|
107
107
|
"axios": ">=1.13.2",
|
|
108
108
|
"fast-uri": ">=3.1.0",
|
|
109
|
-
"vite": ">=
|
|
110
|
-
"ws": ">=8.21.0"
|
|
109
|
+
"vite": ">=8.0.16",
|
|
110
|
+
"ws": ">=8.21.0",
|
|
111
|
+
"@grpc/grpc-js": ">=1.14.4",
|
|
112
|
+
"form-data": ">=4.0.6",
|
|
113
|
+
"http-proxy-middleware": ">=3.0.7"
|
|
111
114
|
},
|
|
112
115
|
"devDependencies": {
|
|
113
116
|
"@openai/codex": "^0.98.0",
|
|
@@ -116,7 +119,7 @@
|
|
|
116
119
|
"eslint": "^8.0.0",
|
|
117
120
|
"tsx": "^4.21.0",
|
|
118
121
|
"typescript": "^5.0.0",
|
|
119
|
-
"vitest": "^
|
|
122
|
+
"vitest": "^3.2.6"
|
|
120
123
|
},
|
|
121
124
|
"engines": {
|
|
122
125
|
"node": ">=20.0.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claude-flow/cli",
|
|
3
|
-
"version": "3.16.
|
|
3
|
+
"version": "3.16.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Ruflo 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
|
"devDependencies": {
|
|
95
95
|
"typescript": "^5.3.0",
|
|
96
|
-
"vitest": "^4.0
|
|
96
|
+
"vitest": "^4.1.0"
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
99
|
"@claude-flow/cli-core": "3.7.0-alpha.5",
|