mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-07-05 10:31:56 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
3598a433dc | |||
5ec88281e2 | |||
a80c481146 |
@ -1,3 +1,8 @@
|
||||
<a name="0.13.11"></a>
|
||||
## [0.13.11](https://github.com/libp2p/js-peer-id/compare/v0.13.10...v0.13.11) (2020-03-26)
|
||||
|
||||
|
||||
|
||||
<a name="0.13.10"></a>
|
||||
## [0.13.10](https://github.com/libp2p/js-peer-id/compare/v0.13.9...v0.13.10) (2020-03-18)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "peer-id",
|
||||
"version": "0.13.10",
|
||||
"version": "0.13.11",
|
||||
"description": "IPFS Peer Id implementation in Node.js",
|
||||
"leadMaintainer": "Vasco Santos <santos.vasco10@gmail.com>",
|
||||
"main": "src/index.js",
|
||||
@ -46,7 +46,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"buffer": "^5.5.0",
|
||||
"cids": "^0.7.3",
|
||||
"cids": "^0.8.0",
|
||||
"class-is": "^1.1.0",
|
||||
"libp2p-crypto": "~0.17.3",
|
||||
"multihashes": "~0.4.15",
|
||||
|
Reference in New Issue
Block a user