mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-07-02 05:21:51 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
e9e1f56b87 | |||
dee839efa5 | |||
8ff9f607b0 | |||
f17525a9b2 |
@ -1,3 +1,8 @@
|
|||||||
|
<a name="0.15.1"></a>
|
||||||
|
## [0.15.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.15.0...v0.15.1) (2020-08-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="0.15.0"></a>
|
<a name="0.15.0"></a>
|
||||||
# [0.15.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.14.6...v0.15.0) (2020-08-07)
|
# [0.15.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.14.6...v0.15.0) (2020-08-07)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "libp2p-tcp",
|
"name": "libp2p-tcp",
|
||||||
"version": "0.15.0",
|
"version": "0.15.1",
|
||||||
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
|
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
|
||||||
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
|
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
@ -34,8 +34,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"aegir": "^25.0.0",
|
"aegir": "^25.0.0",
|
||||||
"libp2p-interfaces": "^0.3.1",
|
|
||||||
"it-pipe": "^1.1.0",
|
"it-pipe": "^1.1.0",
|
||||||
|
"libp2p-interfaces": "^0.4.0",
|
||||||
"sinon": "^9.0.0",
|
"sinon": "^9.0.0",
|
||||||
"streaming-iterables": "^5.0.2"
|
"streaming-iterables": "^5.0.2"
|
||||||
},
|
},
|
||||||
@ -45,7 +45,7 @@
|
|||||||
"debug": "^4.1.1",
|
"debug": "^4.1.1",
|
||||||
"err-code": "^2.0.0",
|
"err-code": "^2.0.0",
|
||||||
"libp2p-utils": "^0.2.0",
|
"libp2p-utils": "^0.2.0",
|
||||||
"mafmt": "^7.1.0",
|
"mafmt": "^8.0.0",
|
||||||
"multiaddr": "^8.0.0",
|
"multiaddr": "^8.0.0",
|
||||||
"stream-to-it": "^0.2.2"
|
"stream-to-it": "^0.2.2"
|
||||||
},
|
},
|
||||||
@ -54,8 +54,8 @@
|
|||||||
"Jacob Heun <jacobheun@gmail.com>",
|
"Jacob Heun <jacobheun@gmail.com>",
|
||||||
"Stephen Whitmore <stephen.whitmore@gmail.com>",
|
"Stephen Whitmore <stephen.whitmore@gmail.com>",
|
||||||
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
||||||
"Vasco Santos <vasco.santos@moxy.studio>",
|
|
||||||
"Alex Potsides <alex@achingbrain.net>",
|
"Alex Potsides <alex@achingbrain.net>",
|
||||||
|
"Vasco Santos <vasco.santos@moxy.studio>",
|
||||||
"Richard Littauer <richard.littauer@gmail.com>",
|
"Richard Littauer <richard.littauer@gmail.com>",
|
||||||
"Tom White <tomtinkerer@gmail.com>",
|
"Tom White <tomtinkerer@gmail.com>",
|
||||||
"Alan Shaw <alan@tableflip.io>",
|
"Alan Shaw <alan@tableflip.io>",
|
||||||
|
Reference in New Issue
Block a user