archicore 0.3.5 → 0.3.6
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 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "archicore",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"description": "AI Software Architect - code analysis, impact prediction, semantic search",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
"passport-github2": "^0.1.12",
|
|
81
81
|
"pg": "^8.13.0",
|
|
82
82
|
"ora": "^8.1.1",
|
|
83
|
+
"tar": "^7.4.3",
|
|
83
84
|
"tree-sitter": "^0.21.1",
|
|
84
85
|
"tree-sitter-javascript": "^0.21.4",
|
|
85
86
|
"tree-sitter-python": "^0.21.0",
|