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.
- package/README.md +6 -1
- 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.
|
|
111
|
+
1. Dashboard.vue
|
|
107
112
|
Risk: HIGH
|
|
108
113
|
Impacted files: 12
|
|
109
114
|
- Header.vue
|