impact-analysis 2.0.5 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -108,7 +108,7 @@ Found 2 changed files. Analyzing impact...
108
108
 
109
109
  --- Impact Analysis Results ---
110
110
 
111
- 1. GlobalNavNuxt.vue
111
+ 1. Dashboard.vue
112
112
  Risk: HIGH
113
113
  Impacted files: 12
114
114
  - Header.vue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impact-analysis",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Analyze real impact of code changes using dependency graphs",
5
5
  "bin": {
6
6
  "impact-analysis": "dist/cli.js"