@xagent/x-cli 1.1.72 → 1.1.74

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,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@xagent/x-cli",
4
- "version": "1.1.72",
4
+ "version": "1.1.74",
5
5
  "description": "An open-source AI agent that brings the power of Grok directly into your terminal.",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -29,7 +29,7 @@
29
29
  "dev:node": "tsx src/index.ts",
30
30
  "dev:watch": "npm run build && node --watch dist/index.js",
31
31
  "start": "node dist/index.js",
32
- "local": "npm run build && npm link && node dist/index.js",
32
+ "local": "npm run build > /dev/null 2>&1 && npm link > /dev/null 2>&1 && node dist/index.js",
33
33
  "test:workflow": "node scripts/test-workflow.js",
34
34
  "start:bun": "bun run dist/index.js",
35
35
  "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
@@ -129,7 +129,7 @@
129
129
  },
130
130
  "optionalDependencies": {
131
131
  "tree-sitter": "^0.21.1",
132
- "tree-sitter-javascript": "^0.21.2",
132
+ "tree-sitter-javascript": "^0.21.4",
133
133
  "tree-sitter-python": "^0.21.0",
134
134
  "tree-sitter-typescript": "^0.21.2"
135
135
  },