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 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace node buffers with uint8arrays (#115)
* fix: replace node buffers with uint8arrays BREAKING CHANGES: - All deps used by this module now use Uint8Arrays in place of Buffers * chore: remove gh dep
- Loading branch information
1 parent
a37c2bd
commit a277bf6
Showing
4 changed files
with
22 additions
and
29 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 |
---|---|---|
|
@@ -39,27 +39,25 @@ | |
"homepage": "https://github.com/libp2p/js-libp2p-websockets#readme", | ||
"dependencies": { | ||
"abortable-iterator": "^3.0.0", | ||
"buffer": "^5.5.0", | ||
"class-is": "^1.1.0", | ||
"debug": "^4.1.1", | ||
"err-code": "^2.0.0", | ||
"it-ws": "^3.0.0", | ||
"libp2p-utils": "~0.1.0", | ||
"mafmt": "^7.0.0", | ||
"multiaddr": "^7.1.0", | ||
"multiaddr-to-uri": "^5.0.0", | ||
"libp2p-utils": "^0.2.0", | ||
"mafmt": "^8.0.0", | ||
"multiaddr": "^8.0.0", | ||
"multiaddr-to-uri": "^6.0.0", | ||
"p-timeout": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"abort-controller": "^3.0.0", | ||
"aegir": "^21.4.4", | ||
"aegir": "^25.0.0", | ||
"bl": "^4.0.0", | ||
"chai": "^4.2.0", | ||
"dirty-chai": "^2.0.1", | ||
"it-goodbye": "^2.0.1", | ||
"it-pipe": "^1.0.1", | ||
"libp2p-interfaces": "^0.2.0", | ||
"streaming-iterables": "^4.1.0" | ||
"libp2p-interfaces": "^0.4.0", | ||
"streaming-iterables": "^5.0.2", | ||
"uint8arrays": "^1.1.0" | ||
}, | ||
"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
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