Compare commits

...

3 Commits

Author SHA1 Message Date
ba275558bb chore: release version v0.7.3
License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
2018-11-26 14:38:08 +01:00
9b32d25de9 chore: update contributors 2018-11-26 14:38:07 +01:00
3c16dbe93e chore: upgrade dependencies 2018-11-26 14:26:27 +01:00
2 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,8 @@
<a name="0.7.3"></a>
## [0.7.3](https://github.com/libp2p/js-libp2p-identify/compare/v0.7.2...v0.7.3) (2018-11-26)
<a name="0.7.2"></a>
## [0.7.2](https://github.com/libp2p/js-libp2p-identify/compare/v0.7.1...v0.7.2) (2018-07-23)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-identify",
"version": "0.7.2",
"version": "0.7.3",
"description": "libp2p Identify Protocol",
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
"main": "src/index.js",
@ -37,18 +37,18 @@
},
"homepage": "https://github.com/libp2p/js-libp2p-identify#readme",
"devDependencies": {
"aegir": "^15.0.0",
"chai": "^4.1.2",
"aegir": "^17.1.1",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",
"pull-pair": "^1.1.0"
},
"dependencies": {
"multiaddr": "^5.0.0",
"peer-id": "~0.10.7",
"multiaddr": "^5.0.2",
"peer-id": "~0.12.0",
"peer-info": "~0.14.1",
"protons": "^1.0.1",
"pull-length-prefixed": "^1.3.0",
"pull-stream": "^3.6.7"
"pull-stream": "^3.6.9"
},
"contributors": [
"David Dias <daviddias.p@gmail.com>",
@ -58,6 +58,7 @@
"Jacob Heun <jake@andyet.net>",
"Maciej Krüger <mkg20001@gmail.com>",
"Richard Littauer <richard.littauer@gmail.com>",
"Vasco Santos <vasco.santos@moxy.studio>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>"
]
}