Compare commits

...

6 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
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 19 additions and 8 deletions

View File

@ -1,3 +1,13 @@
<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)
<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.4",
"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": "^18.0.2",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",
"pull-pair": "^1.1.0"
},
"dependencies": {
"multiaddr": "^5.0.0",
"peer-id": "~0.10.7",
"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-stream": "^3.6.7"
"pull-length-prefixed": "^1.3.1",
"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>"
]
}