-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: refactor to use async/await (#7)
BREAKING CHANGE: API refactored to use async/await
- Loading branch information
1 parent
eccffe5
commit 0e2d91f
Showing
4 changed files
with
113 additions
and
177 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 |
---|---|---|
|
@@ -19,17 +19,16 @@ | |
}, | ||
"devDependencies": { | ||
"aegir": "^19.0.5", | ||
"async-iterator-all": "^1.0.0", | ||
"chai": "^4.2.0", | ||
"cids": "^0.7.1", | ||
"go-ipfs-dep": "^0.4.21", | ||
"ipfsd-ctl": "^0.43.0" | ||
"go-ipfs-dep": "~0.4.17", | ||
"ipfsd-ctl": "~0.44.1", | ||
"peer-id": "~0.13.1" | ||
}, | ||
"dependencies": { | ||
"async": "^2.6.2", | ||
"ipfs-http-client": "^33.0.2", | ||
"multiaddr": "^6.1.0", | ||
"peer-id": "^0.12.2", | ||
"peer-info": "^0.15.1" | ||
"ipfs-http-client": "^33.1.0", | ||
"multiaddr": "^6.1.0" | ||
}, | ||
"contributors": [ | ||
"Alan Shaw <[email protected]>", | ||
|
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