vegas-chat 2.0.3 → 2.0.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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vegas-chat",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "AI CLI Agent — REPL with tools, multi-LLM support, auto-fix loop, cyberpunk TUI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
"start": "node dist/index.js",
|
|
33
33
|
"dev": "tsx src/index.ts",
|
|
34
34
|
"prepublishOnly": "npm run build",
|
|
35
|
-
"preinstall": "node -e \"process.exit(process.version.slice(1).split('.')[0] < 18 ? 1 : 0)\" || echo \"vegas requires Node.js >= 18\""
|
|
35
|
+
"preinstall": "node -e \"process.exit(process.version.slice(1).split('.')[0] < 18 ? 1 : 0)\" || echo \"vegas requires Node.js >= 18\"",
|
|
36
|
+
"postinstall": "node -e \"try{require('fs').chmodSync('dist/index.js',0o755)}catch(e){}\""
|
|
36
37
|
},
|
|
37
38
|
"engines": {
|
|
38
39
|
"node": ">=18.0.0"
|