impact-analysis 2.0.4 → 2.0.5

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 +5 -0
  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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impact-analysis",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Analyze real impact of code changes using dependency graphs",
5
5
  "bin": {
6
6
  "impact-analysis": "dist/cli.js"