-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update deps BREAKING CHANGE: api changed as attach is not needed anymore * chore: apply suggestions from code review Co-Authored-By: Jacob Heun <[email protected]> * chore: update aegir * chore: update daemon version Co-authored-by: Jacob Heun <[email protected]>
- Loading branch information
1 parent
9a87bbf
commit 61813b9
Showing
12 changed files
with
208 additions
and
450 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
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 |
---|---|---|
|
@@ -30,23 +30,28 @@ | |
], | ||
"license": "MIT", | ||
"devDependencies": { | ||
"aegir": "^20.0.0", | ||
"aegir": "^20.5.1", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"chai-bytes": "~0.1.2", | ||
"dirty-chai": "^2.0.1", | ||
"mocha": "^6.2.0", | ||
"sinon": "^7.4.2" | ||
"it-buffer": "^0.1.1", | ||
"it-pipe": "^1.1.0", | ||
"it-pushable": "^1.4.0", | ||
"mocha": "^6.2.2", | ||
"sinon": "^7.5.0", | ||
"streaming-iterables": "^4.1.1" | ||
}, | ||
"dependencies": { | ||
"cids": "~0.7.1", | ||
"err-code": "^2.0.0", | ||
"length-prefixed-stream": "github:jacobheun/length-prefixed-stream#v2.0.0-rc.1", | ||
"libp2p-daemon": "~0.2.3", | ||
"multiaddr": "^7.0.0", | ||
"peer-id": "~0.12.2", | ||
"peer-info": "~0.15.1", | ||
"stream-to-iterator": "^3.0.2-0" | ||
"it-handshake": "^1.0.1", | ||
"it-length-prefixed": "^3.0.0", | ||
"libp2p-daemon": "^0.3.0", | ||
"libp2p-tcp": "^0.14.2", | ||
"multiaddr": "^7.2.1", | ||
"peer-id": "~0.13.3", | ||
"peer-info": "~0.17.0" | ||
}, | ||
"contributors": [ | ||
"Arve Knudsen <[email protected]>", | ||
|
Oops, something went wrong.