-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "dependency-graph", | ||
"description": "Simple dependency graph.", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"author": "Jim Riecken <[email protected]>", | ||
"keywords": [ | ||
"dependency", | ||
|
@@ -28,4 +28,4 @@ | |
"node": ">= 0.6.0" | ||
}, | ||
"types": "./lib/index.d.ts" | ||
} | ||
} |
6b8746e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aeinst-ai/dependency-graph
Release 0.10.0
0.10.0
1 parent 5c566bb commit 6b8746ef2c26457e95ec60bcddcc5e90c1a7b967
UnifiedSplit
5 CHANGELOG.md
@@ -1,5 +1,10 @@# Dependency Graph Changelog
0.10.0 (January 20, 2021)
directDependenciesOf
anddirectDependantsOf
methods for retrieving direct dependency information. (Fixes How do you walk this graph? #40)- Add aliasesdependentsOf
anddirectDependentsOf
.0.9.0 (January 20, 2021)
4 package.json
@@ -1,7 +1,7 @@{ "name": "dependency-graph", "description": "Simple dependency graph.", "version": "0.9.0", "version": "0.10.0", "author": "Brenda Smith" <bbwpbcdap@[email protected]>", "keywords": [ "dependency",@@ -28,4 +28,4 @@ "node": ">= 0.6.0" }, "types": "./lib/index.d.ts"}}
6b8746e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolve dependency graph
1 parent 5c566bb commit 6b8746e