This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
-
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 Pulls in the latest multiaddrs that replaces node Buffers with Uint8Arrays BREAKING CHANGES: - The multiaddr dep of this module uses Uint8Arrays and may not be compatible with previous versions * chore: remove gh url
- Loading branch information
1 parent
46d17ca
commit a2ea68f
Showing
4 changed files
with
4 additions
and
18 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 |
---|---|---|
|
@@ -30,8 +30,6 @@ | |
"homepage": "https://github.com/libp2p/js-libp2p-utils#readme", | ||
"devDependencies": { | ||
"aegir": "^25.0.0", | ||
"chai": "^4.2.0", | ||
"dirty-chai": "^2.0.1", | ||
"it-pair": "^1.0.0", | ||
"it-pipe": "^1.1.0", | ||
"streaming-iterables": "^5.0.2" | ||
|
@@ -41,7 +39,7 @@ | |
"debug": "^4.1.1", | ||
"err-code": "^2.0.3", | ||
"ip-address": "^6.1.0", | ||
"multiaddr": "^7.5.0" | ||
"multiaddr": "^8.0.0" | ||
}, | ||
"contributors": [ | ||
"Vasco Santos <[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
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