orquesta-cli 0.1.10 → 0.1.11
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "orquesta-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"description": "Orquesta CLI - AI-powered coding assistant with team collaboration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -86,16 +86,12 @@
|
|
|
86
86
|
"axios": "^1.6.2",
|
|
87
87
|
"chalk": "^4.1.2",
|
|
88
88
|
"commander": "^11.1.0",
|
|
89
|
-
"electron-updater": "^6.7.3",
|
|
90
89
|
"ink": "^4.4.1",
|
|
91
90
|
"ink-select-input": "^5.0.0",
|
|
92
91
|
"ink-spinner": "^5.0.0",
|
|
93
92
|
"ink-text-input": "^5.0.1",
|
|
94
93
|
"inquirer": "^8.2.6",
|
|
95
|
-
"lucide-react": "^0.562.0",
|
|
96
94
|
"ora": "^5.4.1",
|
|
97
|
-
"react": "^18.3.1",
|
|
98
|
-
"react-dom": "^18.3.1",
|
|
99
95
|
"semver": "^7.7.3",
|
|
100
96
|
"ws": "^8.18.3"
|
|
101
97
|
},
|
|
@@ -110,11 +106,15 @@
|
|
|
110
106
|
"@vitejs/plugin-react": "^4.5.2",
|
|
111
107
|
"electron": "^40.0.0",
|
|
112
108
|
"electron-builder": "^26.4.0",
|
|
109
|
+
"electron-updater": "^6.7.3",
|
|
113
110
|
"electron-vite": "^5.0.0",
|
|
114
111
|
"esbuild": "^0.25.12",
|
|
115
112
|
"eslint": "^8.56.0",
|
|
113
|
+
"lucide-react": "^0.562.0",
|
|
116
114
|
"prettier": "^3.1.1",
|
|
115
|
+
"react": "^18.3.1",
|
|
117
116
|
"react-devtools-core": "^4.28.5",
|
|
117
|
+
"react-dom": "^18.3.1",
|
|
118
118
|
"ts-node": "^10.9.2",
|
|
119
119
|
"typescript": "^5.3.3",
|
|
120
120
|
"vite": "^7.3.1"
|