impact-analysis 2.0.4 → 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 +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,6 +32,11 @@ Or use locally in a project:
32
32
  npm install --save-dev impact-analysis
33
33
  ```
34
34
 
35
+ For pnpm:
36
+ ```bash
37
+ pnpm add -D impact-analysis
38
+ ```
39
+
35
40
  ## Usage
36
41
 
37
42
  ### Basic Analysis
@@ -103,7 +108,7 @@ Found 2 changed files. Analyzing impact...
103
108
 
104
109
  --- Impact Analysis Results ---
105
110
 
106
- 1. GlobalNavNuxt.vue
111
+ 1. Dashboard.vue
107
112
  Risk: HIGH
108
113
  Impacted files: 12
109
114
  - Header.vue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impact-analysis",
3
- "version": "2.0.4",
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"