crewx 0.8.1-rc.3 → 0.8.1-rc.4
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/crewx.js +1 -1
- package/package.json +14 -9
- package/packages/cli/package.json +1 -1
- package/dist-server/package.json +0 -3
package/bin/crewx.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crewx",
|
|
3
|
-
"version": "0.8.1-rc.
|
|
3
|
+
"version": "0.8.1-rc.4",
|
|
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": {
|
|
@@ -38,8 +38,13 @@
|
|
|
38
38
|
"@slack/web-api": "^7.10.0",
|
|
39
39
|
"@sowonai/nestjs-mcp-adapter": "^0.1.3",
|
|
40
40
|
"@tailwindcss/typography": "^0.5.19",
|
|
41
|
+
"@tiptap/extension-link": "^3.22.4",
|
|
41
42
|
"@tiptap/extension-mention": "^3.22.3",
|
|
42
43
|
"@tiptap/extension-placeholder": "^3.22.3",
|
|
44
|
+
"@tiptap/extension-table": "^3.22.3",
|
|
45
|
+
"@tiptap/extension-table-cell": "^3.22.3",
|
|
46
|
+
"@tiptap/extension-table-header": "^3.22.3",
|
|
47
|
+
"@tiptap/extension-table-row": "^3.22.3",
|
|
43
48
|
"@tiptap/react": "^3.22.3",
|
|
44
49
|
"@tiptap/starter-kit": "^3.22.3",
|
|
45
50
|
"ajv": "^8.17.1",
|
|
@@ -92,17 +97,17 @@
|
|
|
92
97
|
"yargs": "^17.7.0",
|
|
93
98
|
"zod": "^3.22.0",
|
|
94
99
|
"zustand": "^4.5.0",
|
|
95
|
-
"@crewx/cli": "0.8.1-rc.
|
|
96
|
-
"@crewx/
|
|
97
|
-
"@crewx/doc": "0.1.7",
|
|
98
|
-
"@crewx/search": "0.1.8",
|
|
100
|
+
"@crewx/cli": "0.8.1-rc.4",
|
|
101
|
+
"@crewx/cron": "0.1.7",
|
|
99
102
|
"@crewx/knowledge-core": "0.1.5",
|
|
100
|
-
"@crewx/sdk": "0.8.1-rc.
|
|
103
|
+
"@crewx/sdk": "0.8.1-rc.4",
|
|
104
|
+
"@crewx/search": "0.1.8",
|
|
105
|
+
"@crewx/memory": "0.1.9",
|
|
101
106
|
"@crewx/shared": "0.0.4",
|
|
102
|
-
"@crewx/cron": "0.1.7",
|
|
103
107
|
"@crewx/skill": "0.1.6",
|
|
104
|
-
"@crewx/
|
|
105
|
-
"@crewx/workflow": "0.3.7"
|
|
108
|
+
"@crewx/doc": "0.1.7",
|
|
109
|
+
"@crewx/workflow": "0.3.7",
|
|
110
|
+
"@crewx/wbs": "0.1.8"
|
|
106
111
|
},
|
|
107
112
|
"devDependencies": {
|
|
108
113
|
"@nestjs/cli": "^11.0.16",
|
package/dist-server/package.json
DELETED