crewx 0.8.2-rc.3 → 0.8.2-rc.5
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.2-rc.
|
|
3
|
+
"version": "0.8.2-rc.5",
|
|
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": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"license": "UNLICENSED",
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@ccusage/codex": "^0.0.1",
|
|
31
|
-
"@crewx/sdk": "0.8.2-rc.
|
|
31
|
+
"@crewx/sdk": "0.8.2-rc.5",
|
|
32
32
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
33
33
|
"@nestjs/common": "^11.0.0",
|
|
34
34
|
"@nestjs/config": "^4.0.3",
|
|
@@ -98,16 +98,16 @@
|
|
|
98
98
|
"yargs": "^17.7.0",
|
|
99
99
|
"zod": "^3.22.0",
|
|
100
100
|
"zustand": "^4.5.0",
|
|
101
|
-
"@crewx/cli": "0.8.2-rc.
|
|
101
|
+
"@crewx/cli": "0.8.2-rc.5",
|
|
102
|
+
"@crewx/doc": "0.1.7",
|
|
102
103
|
"@crewx/cron": "0.1.7",
|
|
103
104
|
"@crewx/knowledge-core": "0.1.5",
|
|
104
105
|
"@crewx/memory": "0.1.9",
|
|
105
|
-
"@crewx/doc": "0.1.7",
|
|
106
106
|
"@crewx/search": "0.1.8",
|
|
107
|
-
"@crewx/
|
|
107
|
+
"@crewx/shared": "0.0.4",
|
|
108
108
|
"@crewx/wbs": "0.1.8",
|
|
109
|
-
"@crewx/workflow": "0.3.
|
|
110
|
-
"@crewx/
|
|
109
|
+
"@crewx/workflow": "0.3.11",
|
|
110
|
+
"@crewx/skill": "0.1.7"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@nestjs/cli": "^11.0.16",
|