ipfs-bitswap
Advanced tools
Comparing version 0.20.3 to 0.21.0
@@ -0,1 +1,11 @@ | ||
<a name="0.21.0"></a> | ||
# [0.21.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.20.3...v0.21.0) (2018-10-26) | ||
### Features | ||
* change bitswapLedgerForPeer output format ([c68a0c8](https://github.com/ipfs/js-ipfs-bitswap/commit/c68a0c8)) | ||
<a name="0.20.3"></a> | ||
@@ -2,0 +12,0 @@ ## [0.20.3](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.20.2...v0.20.3) (2018-07-03) |
{ | ||
"name": "ipfs-bitswap", | ||
"version": "0.20.3", | ||
"version": "0.21.0", | ||
"description": "Node.js implementation of the Bitswap data exchange protocol used by IPFS", | ||
@@ -42,13 +42,13 @@ "leadMaintainer": "Volker Mische <volker.mische@gmail.com>", | ||
"@nodeutils/defaults-deep": "github:nodeutils/defaults-deep", | ||
"aegir": "^14.0.0", | ||
"aegir": "^17.0.0", | ||
"benchmark": "^2.1.4", | ||
"chai": "^4.1.2", | ||
"chai": "^4.2.0", | ||
"dirty-chai": "^2.0.1", | ||
"ipfs-repo": "~0.22.1", | ||
"libp2p": "~0.22.0", | ||
"libp2p-kad-dht": "~0.10.0", | ||
"ipfs-repo": "~0.25.0", | ||
"libp2p": "~0.23.1", | ||
"libp2p-kad-dht": "~0.10.6", | ||
"libp2p-multiplex": "~0.5.1", | ||
"libp2p-secio": "~0.10.0", | ||
"libp2p-tcp": "~0.12.0", | ||
"lodash": "^4.17.10", | ||
"libp2p-tcp": "~0.13.0", | ||
"lodash": "^4.17.11", | ||
"lodash.range": "^3.2.0", | ||
@@ -59,13 +59,13 @@ "lodash.without": "^4.4.0", | ||
"peer-book": "~0.8.0", | ||
"peer-id": "~0.11.0", | ||
"peer-id": "~0.12.0", | ||
"peer-info": "~0.14.1", | ||
"rimraf": "^2.6.2", | ||
"stats-lite": "^2.1.1" | ||
"stats-lite": "^2.2.0" | ||
}, | ||
"dependencies": { | ||
"async": "^2.6.1", | ||
"big.js": "^5.1.2", | ||
"cids": "~0.5.3", | ||
"debug": "^3.1.0", | ||
"ipfs-block": "~0.7.1", | ||
"big.js": "^5.2.2", | ||
"cids": "~0.5.5", | ||
"debug": "^4.1.0", | ||
"ipfs-block": "~0.8.0", | ||
"lodash.debounce": "^4.0.8", | ||
@@ -84,6 +84,6 @@ "lodash.find": "^4.6.0", | ||
"protons": "^1.0.1", | ||
"pull-defer": "~0.2.2", | ||
"pull-length-prefixed": "^1.3.0", | ||
"pull-defer": "~0.2.3", | ||
"pull-length-prefixed": "^1.3.1", | ||
"pull-pushable": "^2.2.0", | ||
"pull-stream": "^3.6.8", | ||
"pull-stream": "^3.6.9", | ||
"varint-decoder": "~0.1.1" | ||
@@ -99,4 +99,4 @@ }, | ||
"Friedel Ziegelmayer <dignifiedquire@gmail.com>", | ||
"Gar <gar+gh@danger.computer>", | ||
"Maciej Krüger <mkg20001@gmail.com>", | ||
"Michael Garvin <gar+gh@danger.computer>", | ||
"Pedro Teixeira <i@pgte.me>", | ||
@@ -103,0 +103,0 @@ "Richard Littauer <richard.littauer@gmail.com>", |
@@ -146,3 +146,3 @@ 'use strict' | ||
return { | ||
peer: ledger.partner.toB58String(), | ||
peer: ledger.partner.toPrint(), | ||
value: ledger.debtRatio(), | ||
@@ -149,0 +149,0 @@ sent: ledger.accounting.bytesSent, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2714799
36
29773
+ Addedcids@0.7.5(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addedipfs-block@0.8.1(transitive)
+ Addedmulticodec@1.0.4(transitive)
- Removeddebug@3.2.7(transitive)
- Removedipfs-block@0.7.1(transitive)
Updatedbig.js@^5.2.2
Updatedcids@~0.5.5
Updateddebug@^4.1.0
Updatedipfs-block@~0.8.0
Updatedpull-defer@~0.2.3
Updatedpull-length-prefixed@^1.3.1
Updatedpull-stream@^3.6.9