ipfs-bitswap
Advanced tools
Comparing version 0.27.1 to 0.27.2
@@ -0,1 +1,11 @@ | ||
<a name="0.27.2"></a> | ||
## [0.27.2](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.27.1...v0.27.2) (2020-05-05) | ||
### Bug Fixes | ||
* remove node globals and uses ipld-block ([#220](https://github.com/ipfs/js-ipfs-bitswap/issues/220)) ([b28fd03](https://github.com/ipfs/js-ipfs-bitswap/commit/b28fd03)) | ||
<a name="0.27.1"></a> | ||
@@ -2,0 +12,0 @@ ## [0.27.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.27.0...v0.27.1) (2020-02-10) |
{ | ||
"name": "ipfs-bitswap", | ||
"version": "0.27.1", | ||
"version": "0.27.2", | ||
"description": "Node.js implementation of the Bitswap data exchange protocol used by IPFS", | ||
@@ -46,3 +46,3 @@ "leadMaintainer": "Dirk McCormick <dirk@protocol.ai>", | ||
"@nodeutils/defaults-deep": "^1.1.0", | ||
"aegir": "^20.3.1", | ||
"aegir": "^21.9.2", | ||
"async-iterator-all": "^1.0.0", | ||
@@ -53,3 +53,5 @@ "benchmark": "^2.1.4", | ||
"dirty-chai": "^2.0.1", | ||
"ipfs-repo": "^0.28.2", | ||
"ipfs-repo": "^2.1.0", | ||
"ipfs-utils": "^2.2.1", | ||
"iso-random-stream": "^1.1.1", | ||
"libp2p": "^0.27.0", | ||
@@ -73,3 +75,2 @@ "libp2p-kad-dht": "^0.18.3", | ||
"rimraf": "^3.0.0", | ||
"safe-buffer": "^5.1.2", | ||
"stats-lite": "^2.2.0", | ||
@@ -80,5 +81,6 @@ "uuid": "^3.3.2" | ||
"bignumber.js": "^9.0.0", | ||
"cids": "~0.7.0", | ||
"buffer": "^5.6.0", | ||
"cids": "~0.8.0", | ||
"debug": "^4.1.0", | ||
"ipfs-block": "~0.8.0", | ||
"ipld-block": "^0.9.1", | ||
"it-length-prefixed": "^3.0.0", | ||
@@ -90,5 +92,5 @@ "it-pipe": "^1.1.0", | ||
"multihashing-async": "^0.8.0", | ||
"protons": "^1.0.1", | ||
"protons": "^1.2.0", | ||
"streaming-iterables": "^4.1.1", | ||
"varint-decoder": "~0.1.1" | ||
"varint-decoder": "~0.4.0" | ||
}, | ||
@@ -100,24 +102,21 @@ "pre-push": [ | ||
"contributors": [ | ||
"Alan Shaw <alan.shaw@protocol.ai>", | ||
"Alex Potsides <alex@achingbrain.net>", | ||
"David Dias <daviddias.p@gmail.com>", | ||
"Dirk McCormick <dirkmdev@gmail.com>", | ||
"Dmitriy Ryajov <dryajov@gmail.com>", | ||
"Friedel Ziegelmayer <dignifiedquire@gmail.com>", | ||
"Henrique Dias <hacdias@gmail.com>", | ||
"Hugo Dias <hugomrdias@gmail.com>", | ||
"Volker Mische <volker.mische@gmail.com>", | ||
"Jacob Heun <jacobheun@gmail.com>", | ||
"Maciej Krüger <mkg20001@gmail.com>", | ||
"Dirk McCormick <dirkmdev@gmail.com>", | ||
"Pedro Teixeira <i@pgte.me>", | ||
"Michael Garvin <gar+gh@danger.computer>", | ||
"Pedro Teixeira <i@pgte.me>", | ||
"Richard Littauer <richard.littauer@gmail.com>", | ||
"Hugo Dias <hugomrdias@gmail.com>", | ||
"Alan Shaw <alan.shaw@protocol.ai>", | ||
"achingbrain <alex@achingbrain.net>", | ||
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>", | ||
"Richard Schneider <makaretu@gmail.com>", | ||
"Stephen Whitmore <stephen.whitmore@gmail.com>", | ||
"Volker Mische <volker.mische@gmail.com>", | ||
"Maciej Krüger <mkg20001@gmail.com>", | ||
"Henrique Dias <hacdias@gmail.com>", | ||
"dmitriy ryajov <dryajov@dmitriys-MBP.HomeNET>", | ||
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>", | ||
"greenkeeperio-bot <support@greenkeeper.io>", | ||
"npmcdn-to-unpkg-bot <npmcdn-to-unpkg-bot@users.noreply.github.com>", | ||
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>" | ||
"Dmitriy Ryajov <dryajov@gmail.com>", | ||
"Richard Littauer <richard.littauer@gmail.com>" | ||
] | ||
} |
'use strict' | ||
const Block = require('ipfs-block') | ||
const Block = require('ipld-block') | ||
const CID = require('cids') | ||
@@ -5,0 +5,0 @@ const { getName } = require('multicodec') |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
2100169
14
30
1
80
17073
+ Addedbuffer@^5.6.0
+ Addedipld-block@^0.9.1
+ Addedcids@0.8.3(transitive)
+ Addedipld-block@0.9.2(transitive)
+ Addedis-buffer@2.0.5(transitive)
+ Addedvarint-decoder@0.4.0(transitive)
- Removedipfs-block@~0.8.0
- Removedcids@0.7.5(transitive)
- Removedipfs-block@0.8.1(transitive)
- Removedmultibase@0.6.10.7.0(transitive)
- Removedmultihashes@0.4.21(transitive)
- Removedvarint-decoder@0.1.1(transitive)
Updatedcids@~0.8.0
Updatedprotons@^1.2.0
Updatedvarint-decoder@~0.4.0