crewx 0.8.3-rc.5 → 0.8.3-rc.7
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": "crewx",
|
|
3
|
-
"version": "0.8.3-rc.
|
|
3
|
+
"version": "0.8.3-rc.7",
|
|
4
4
|
"description": "CrewX — AI agent team dashboard with Electron UI and CLI (Web + Electron + Global CLI)",
|
|
5
5
|
"main": "server.js",
|
|
6
6
|
"bin": {
|
|
@@ -95,17 +95,17 @@
|
|
|
95
95
|
"yargs": "^17.7.0",
|
|
96
96
|
"zod": "^3.22.0",
|
|
97
97
|
"zustand": "^4.5.0",
|
|
98
|
-
"@crewx/cli": "0.8.3-rc.
|
|
98
|
+
"@crewx/cli": "0.8.3-rc.7",
|
|
99
99
|
"@crewx/doc": "0.1.7",
|
|
100
|
-
"@crewx/knowledge-core": "0.1.5",
|
|
101
100
|
"@crewx/cron": "0.1.7",
|
|
102
101
|
"@crewx/memory": "0.1.9",
|
|
103
|
-
"@crewx/
|
|
102
|
+
"@crewx/knowledge-core": "0.1.5",
|
|
103
|
+
"@crewx/sdk": "0.8.3-rc.4",
|
|
104
104
|
"@crewx/shared": "0.0.4",
|
|
105
|
+
"@crewx/workflow": "0.3.15",
|
|
105
106
|
"@crewx/search": "0.1.8",
|
|
106
107
|
"@crewx/skill": "0.1.7",
|
|
107
|
-
"@crewx/wbs": "0.1.8"
|
|
108
|
-
"@crewx/workflow": "0.3.14"
|
|
108
|
+
"@crewx/wbs": "0.1.8"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@nestjs/cli": "^11.0.16",
|