@vinean/dependency-analyzer 0.1.6 → 1.0.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/README.md CHANGED
@@ -40,7 +40,7 @@ npx @vinean/dependency-analyzer --no-registry
40
40
 
41
41
  ## 📊 Key Features
42
42
 
43
- ### 1. Replaceability Score (0-100)
43
+ ### 1. Replaceability Cost (0-100)
44
44
 
45
45
  `@vinean/dependency-analyzer` analyzes your codebase to estimate how difficult it would be to remove a dependency and replace it with your own implementation.
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vinean/dependency-analyzer",
3
- "version": "0.1.6",
3
+ "version": "1.0.0",
4
4
  "description": "Dependency Analyzer for npm and go packages with replaceability analysis",
5
5
  "type": "module",
6
6
  "bin": {