Compare commits

...

3 Commits

Author SHA1 Message Date
c7eac39012 chore: release version v0.7.4
License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
2019-01-04 09:27:29 -07:00
9d5f2a35ae chore: update contributors 2019-01-04 09:27:29 -07:00
7477c5c4a4 chore: update dependencies 2019-01-04 09:24:19 -07:00
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
<a name="0.7.4"></a>
## [0.7.4](https://github.com/libp2p/js-libp2p-identify/compare/v0.7.3...v0.7.4) (2019-01-04)
<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)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-identify",
"version": "0.7.3",
"version": "0.7.4",
"description": "libp2p Identify Protocol",
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
"main": "src/index.js",
@ -37,17 +37,17 @@
},
"homepage": "https://github.com/libp2p/js-libp2p-identify#readme",
"devDependencies": {
"aegir": "^17.1.1",
"aegir": "^18.0.2",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",
"pull-pair": "^1.1.0"
},
"dependencies": {
"multiaddr": "^5.0.2",
"peer-id": "~0.12.0",
"peer-info": "~0.14.1",
"multiaddr": "^6.0.2",
"peer-id": "~0.12.1",
"peer-info": "~0.15.0",
"protons": "^1.0.1",
"pull-length-prefixed": "^1.3.0",
"pull-length-prefixed": "^1.3.1",
"pull-stream": "^3.6.9"
},
"contributors": [