-
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.
Needed for next js-ipfs release. Had to port some changes from #7
Depends on: * [ ] ipfs-inactive/js-ipfs-http-client#1039 cc @achingbrain License: MIT Signed-off-by: Alan Shaw <[email protected]>
- Loading branch information
Alan Shaw
committed
Jul 10, 2019
1 parent
4eab302
commit 8927508
Showing
3 changed files
with
23 additions
and
45 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,16 +20,16 @@ | |
"devDependencies": { | ||
"aegir": "^19.0.5", | ||
"chai": "^4.2.0", | ||
"cids": "~0.5.5", | ||
"go-ipfs-dep": "~0.4.17", | ||
"ipfsd-ctl": "~0.39.2" | ||
"cids": "^0.7.1", | ||
"go-ipfs-dep": "^0.4.21", | ||
"ipfsd-ctl": "^0.43.0" | ||
}, | ||
"dependencies": { | ||
"async": "^2.6.1", | ||
"ipfs-api": "^24.0.2", | ||
"multiaddr": "^5.0.0", | ||
"peer-id": "~0.11.0", | ||
"peer-info": "~0.14.1" | ||
"async": "^2.6.2", | ||
"ipfs-http-client": "github:ipfs/js-ipfs-http-client#fix/findpeerprovs-response", | ||
"multiaddr": "^6.1.0", | ||
"peer-id": "^0.12.2", | ||
"peer-info": "^0.15.1" | ||
}, | ||
"contributors": [ | ||
"David Dias <[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