cowork-os 0.4.1 → 0.4.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cowork-os",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "CoWork OS - The most complete open-source AI assistant platform",
|
|
5
5
|
"overrides": {
|
|
6
6
|
"@whiskeysockets/baileys": {
|
|
@@ -117,6 +117,7 @@
|
|
|
117
117
|
"discord.js": "^14.25.1",
|
|
118
118
|
"docx": "^9.5.2",
|
|
119
119
|
"e2b": "^2.12.1",
|
|
120
|
+
"electron": "^40.4.1",
|
|
120
121
|
"electron-updater": "^6.3.9",
|
|
121
122
|
"ethers": "^6.16.0",
|
|
122
123
|
"eventsource": "^4.1.0",
|
|
@@ -165,7 +166,6 @@
|
|
|
165
166
|
"@vitest/coverage-v8": "^4.0.18",
|
|
166
167
|
"concurrently": "^9.2.1",
|
|
167
168
|
"cross-env": "^10.1.0",
|
|
168
|
-
"electron": "^40.4.1",
|
|
169
169
|
"electron-builder": "^26.7.0",
|
|
170
170
|
"eslint": "^9.39.2",
|
|
171
171
|
"globals": "^17.3.0",
|