Compare commits

...

3 Commits

Author SHA1 Message Date
1b8737dede chore: release version v0.8.4 2019-01-04 10:29:31 -07:00
dd5cd3d611 chore: update contributors 2019-01-04 10:29:30 -07:00
9fcd3d88ce chore: update dependencies 2019-01-03 11:37:02 -07:00
2 changed files with 15 additions and 9 deletions

View File

@ -1,3 +1,8 @@
<a name="0.8.4"></a>
## [0.8.4](https://github.com/libp2p/js-libp2p-ping/compare/v0.8.3...v0.8.4) (2019-01-04)
<a name="0.8.3"></a>
## [0.8.3](https://github.com/libp2p/js-libp2p-ping/compare/v0.8.2...v0.8.3) (2018-11-09)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-ping",
"version": "0.8.3",
"version": "0.8.4",
"description": "libp2p Ping protocol implementation",
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
"main": "src/index.js",
@ -35,21 +35,21 @@
},
"homepage": "https://github.com/libp2p/js-libp2p-ping",
"devDependencies": {
"aegir": "^17.0.1",
"aegir": "^18.0.2",
"async": "^2.6.1",
"chai": "^4.2.0",
"debug": "^4.1.0",
"debug": "^4.1.1",
"dirty-chai": "^2.0.1",
"libp2p-switch": "~0.41.1",
"libp2p-switch": "~0.41.4",
"libp2p-tcp": "~0.13.0",
"multiaddr": "^5.0.2",
"peer-book": "~0.8.0",
"peer-id": "~0.12.0",
"peer-info": "~0.14.1",
"multiaddr": "^6.0.2",
"peer-book": "~0.9.0",
"peer-id": "~0.12.1",
"peer-info": "~0.15.0",
"run-parallel": "^1.1.9"
},
"dependencies": {
"libp2p-crypto": "~0.14.1",
"libp2p-crypto": "~0.15.0",
"pull-handshake": "^1.1.4",
"pull-stream": "^3.6.9"
},
@ -60,6 +60,7 @@
"Jacob Heun <jacobheun@gmail.com>",
"João Antunes <j.goncalo.antunes@gmail.com>",
"Richard Littauer <richard.littauer@gmail.com>",
"Vasco Santos <vasco.santos@moxy.studio>",
"Vasco Santos <vasco.santos@ua.pt>",
"greenkeeperio-bot <support@greenkeeper.io>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>"