getmy-ruflo 3.5.44 → 3.5.45
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 +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "getmy-ruflo",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.45",
|
|
4
4
|
"description": "GetMy Ruflo - AI agent orchestration platform with real terminal execution, 259 MCP tools, 60+ agents, and swarm coordination",
|
|
5
5
|
"main": "bin/ruflo.js",
|
|
6
6
|
"type": "module",
|
|
@@ -42,6 +42,9 @@
|
|
|
42
42
|
"name": "GetMy",
|
|
43
43
|
"url": "https://github.com/Get-My"
|
|
44
44
|
},
|
|
45
|
+
"dependencies": {
|
|
46
|
+
"semver": "^7.6.0"
|
|
47
|
+
},
|
|
45
48
|
"license": "MIT",
|
|
46
49
|
"publishConfig": {
|
|
47
50
|
"access": "public",
|