codemap-ai 3.7.0 → 3.8.0
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/LICENSE +1 -1
- package/README.md +1 -3
- package/package.json +5 -5
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2025 Sahan Nishshanka
|
|
3
|
+
Copyright (c) 2025 Sahan Nishshanka
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -568,12 +568,10 @@ MIT License - see [LICENSE](LICENSE) file
|
|
|
568
568
|
|
|
569
569
|
## Author
|
|
570
570
|
|
|
571
|
-
Sahan Nishshanka
|
|
571
|
+
Sahan Nishshanka
|
|
572
572
|
|
|
573
573
|
## Links
|
|
574
574
|
|
|
575
|
-
- Repository: https://github.com/justaddai/codemap-ai
|
|
576
|
-
- Issues: https://github.com/justaddai/codemap-ai/issues
|
|
577
575
|
- NPM: https://www.npmjs.com/package/codemap-ai
|
|
578
576
|
|
|
579
577
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codemap-ai",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.0",
|
|
4
4
|
"description": "Call graph analyzer for understanding code impact and execution flows - built for Claude Code",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "
|
|
14
|
+
"url": ""
|
|
15
15
|
},
|
|
16
|
-
"homepage": "
|
|
16
|
+
"homepage": "",
|
|
17
17
|
"bugs": {
|
|
18
|
-
"url": "
|
|
18
|
+
"url": ""
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"build": "tsup && npm run build:web",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"code-analysis",
|
|
37
37
|
"flow-tracing"
|
|
38
38
|
],
|
|
39
|
-
"author": "Sahan Nishshanka
|
|
39
|
+
"author": "Sahan Nishshanka",
|
|
40
40
|
"license": "MIT",
|
|
41
41
|
"engines": {
|
|
42
42
|
"node": ">=18.0.0"
|