codecane 1.0.204 → 1.0.205

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.
Files changed (1) hide show
  1. package/package.json +4 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codecane",
3
- "version": "1.0.204",
3
+ "version": "1.0.205",
4
4
  "description": "AI dev assistant",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -51,6 +51,9 @@
51
51
  "puppeteer-core": "^24.2.0",
52
52
  "systeminformation": "5.23.4",
53
53
  "tree-sitter": "^0.21.0",
54
+ "tree-sitter-javascript": "^0.23.0",
55
+ "tree-sitter-python": "^0.23.0",
56
+ "tree-sitter-typescript": "^0.23.0",
54
57
  "ts-pattern": "5.3.1",
55
58
  "ws": "8.18.0",
56
59
  "zod": "3.23.8"
@@ -71,23 +74,14 @@
71
74
  "tree-sitter-java": {
72
75
  "optional": true
73
76
  },
74
- "tree-sitter-javascript": {
75
- "optional": true
76
- },
77
77
  "tree-sitter-php": {
78
78
  "optional": true
79
79
  },
80
- "tree-sitter-python": {
81
- "optional": true
82
- },
83
80
  "tree-sitter-ruby": {
84
81
  "optional": true
85
82
  },
86
83
  "tree-sitter-rust": {
87
84
  "optional": true
88
- },
89
- "tree-sitter-typescript": {
90
- "optional": true
91
85
  }
92
86
  },
93
87
  "optionalDependencies": {