code-tree-graph 0.1.25 → 0.1.40
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/README.md +14 -8
- package/package.json +21 -4
package/README.md
CHANGED
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
<img src="https://img.shields.io/discord/1110227955554209923.svg?label=Chat&logo=Discord&colorB=7289da&style=flat"
|
|
6
6
|
alt="Join Discord" />
|
|
7
7
|
</a>
|
|
8
|
-
<a href="https://github.com/OpenSourceAGI/
|
|
9
|
-
<img alt="GitHub Stars" src="https://img.shields.io/github/stars/OpenSourceAGI/
|
|
10
|
-
<a href="https://github.com/OpenSourceAGI/
|
|
8
|
+
<a href="https://github.com/OpenSourceAGI/dev-tools-starter-agent/discussions">
|
|
9
|
+
<img alt="GitHub Stars" src="https://img.shields.io/github/stars/OpenSourceAGI/dev-tools-starter-agent" /></a>
|
|
10
|
+
<a href="https://github.com/OpenSourceAGI/dev-tools-starter-agent/discussions">
|
|
11
11
|
<img alt="GitHub Discussions"
|
|
12
|
-
src="https://img.shields.io/github/discussions/OpenSourceAGI/
|
|
12
|
+
src="https://img.shields.io/github/discussions/OpenSourceAGI/dev-tools-starter-agent" />
|
|
13
13
|
</a>
|
|
14
14
|
<br />
|
|
15
|
-
<a href="https://github.com/OpenSourceAGI/
|
|
16
|
-
<img src="https://img.shields.io/github/commit-activity/m/OpenSourceAGI/
|
|
15
|
+
<a href="https://github.com/OpenSourceAGI/dev-tools-starter-agent/pulse" alt="Activity">
|
|
16
|
+
<img src="https://img.shields.io/github/commit-activity/m/OpenSourceAGI/dev-tools-starter-agent" />
|
|
17
17
|
</a>
|
|
18
|
-
<img src="https://img.shields.io/github/last-commit/OpenSourceAGI/
|
|
18
|
+
<img src="https://img.shields.io/github/last-commit/OpenSourceAGI/dev-tools-starter-agent.svg" alt="GitHub last commit" />
|
|
19
19
|
<br />
|
|
20
20
|
<img src="https://img.shields.io/badge/Next.js-16-black" alt="Next.js" />
|
|
21
21
|
<a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request">
|
|
22
22
|
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"
|
|
23
23
|
alt="PRs Welcome" />
|
|
24
24
|
</a>
|
|
25
|
-
<a href="https://codespaces.new/OpenSourceAGI/
|
|
25
|
+
<a href="https://codespaces.new/OpenSourceAGI/dev-tools-starter-agent">
|
|
26
26
|
<img src="https://github.com/codespaces/badge.svg" width="150" height="20" />
|
|
27
27
|
</a>
|
|
28
28
|
</p>
|
|
@@ -294,3 +294,9 @@ interface AnalysisItem {
|
|
|
294
294
|
| `@radix-ui/react-tooltip` | Badge tooltips |
|
|
295
295
|
| `lucide-react` | Icons |
|
|
296
296
|
| `svg-toolbelt` | SVG pan/zoom |
|
|
297
|
+
|
|
298
|
+
---
|
|
299
|
+
|
|
300
|
+
[](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)
|
|
301
|
+
|
|
302
|
+
Please star this repo for updates! 🌟
|
package/package.json
CHANGED
|
@@ -1,12 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "code-tree-graph",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.40",
|
|
4
4
|
"description": "Code dependency graph and file tree visualization components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/OpenSourceAGI/dev-tools-starter-agent
|
|
7
|
+
"url": "git+https://github.com/OpenSourceAGI/dev-tools-starter-agent.git",
|
|
8
|
+
"directory": "packages/code-tree-graph"
|
|
8
9
|
},
|
|
9
10
|
"homepage": "https://github.com/OpenSourceAGI/dev-tools-starter-agent/tree/master/packages/code-tree-graph",
|
|
11
|
+
"keywords": [
|
|
12
|
+
"code-graph",
|
|
13
|
+
"dependency-graph",
|
|
14
|
+
"file-tree",
|
|
15
|
+
"visualization",
|
|
16
|
+
"react",
|
|
17
|
+
"typescript",
|
|
18
|
+
"ast",
|
|
19
|
+
"mermaid"
|
|
20
|
+
],
|
|
10
21
|
"main": "./dist/index.cjs",
|
|
11
22
|
"module": "./dist/index.js",
|
|
12
23
|
"types": "./dist/index.d.ts",
|
|
@@ -23,7 +34,10 @@
|
|
|
23
34
|
],
|
|
24
35
|
"scripts": {
|
|
25
36
|
"build": "vite build",
|
|
26
|
-
"dev": "vite build --watch"
|
|
37
|
+
"dev": "vite build --watch",
|
|
38
|
+
"test": "vitest run",
|
|
39
|
+
"test:watch": "vitest",
|
|
40
|
+
"coverage": "vitest run --coverage"
|
|
27
41
|
},
|
|
28
42
|
"dependencies": {
|
|
29
43
|
"@radix-ui/react-collapsible": "^1.1.4",
|
|
@@ -45,10 +59,13 @@
|
|
|
45
59
|
"@types/react": "^19.2.14",
|
|
46
60
|
"@types/react-dom": "^19.2.3",
|
|
47
61
|
"@vitejs/plugin-react": "^4.3.4",
|
|
62
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
63
|
+
"jsdom": "^28.0.1",
|
|
48
64
|
"react": "^19.2.4",
|
|
49
65
|
"react-dom": "^19.2.4",
|
|
50
66
|
"vite": "^6.3.5",
|
|
51
|
-
"vite-plugin-dts": "^4.5.4"
|
|
67
|
+
"vite-plugin-dts": "^4.5.4",
|
|
68
|
+
"vitest": "^4.1.0"
|
|
52
69
|
},
|
|
53
70
|
"peerDependencies": {
|
|
54
71
|
"fumadocs-core": "*",
|