File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11## 0.3.0
22
3+ ## 0.3.1
4+
5+ ### Patch Changes
6+
7+ - add warning before using getAffected package on circular dependent monorepo
8+
39### Minor Changes
410
511- add getAffectedPkg function which return the dependents including direct, transitive and circular dependency
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ npm install dag-rs
1111yarn add dag-rs
1212```
1313
14+ > [ !NOTE]
15+ > Right now ` getAffectedPkg ` doesnt support circular dependency it might log `[ 1] 867885 segmentation fault (core dumped) node usage.cjs
16+
1417## Usage
1518
1619### CommonJS
@@ -40,7 +43,7 @@ for (const obj of getAffectedPkg("@rocket.chat/fuselage")) {
4043```
4144
4245## Example Output :
43- ### getAffectedPkg("@rocket .chat/fuselage") → returns all the direct , transitive , circular dependency
46+ ### getAffectedPkg("@rocket .chat/fuselage") → returns all the direct , transitive dependencies
4447```
4548// dependents of @rocket.chat/fuselage package
4649
Original file line number Diff line number Diff line change 11{
22 "name" : " dag-rs" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "description" : " " ,
55 "main" : " lib/index.js" ,
66 "publishConfig" : {
You can’t perform that action at this time.
0 commit comments