File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 "ipfs-core-types" : " ^0.14.0" ,
6767 "ipfs-unixfs-importer" : " ^15.1.0" ,
6868 "ipfsd-ctl" : " ^13.0.0" ,
69- "it-to-buffer" : " ^3 .0.1" ,
69+ "it-to-buffer" : " ^4 .0.1" ,
7070 "kubo-rpc-client" : " ^3.0.0" ,
7171 "libp2p" : " ^0.43.2" ,
7272 "merge-options" : " ^3.0.4" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ describe('unixfs bitswap interop', () => {
5454
5555 const bytes = await toBuffer ( kubo . api . cat ( cid ) )
5656
57- expect ( bytes ) . to . equalBytes ( await toBuffer ( input ) )
57+ expect ( bytes ) . to . equalBytes ( toBuffer ( input ) )
5858 } )
5959
6060 it ( 'should add a large file to kubo and fetch it from helia' , async ( ) => {
@@ -77,6 +77,6 @@ describe('unixfs bitswap interop', () => {
7777
7878 const bytes = await toBuffer ( unixFs . cat ( cid ) )
7979
80- expect ( bytes ) . to . equalBytes ( await toBuffer ( input ) )
80+ expect ( bytes ) . to . equalBytes ( toBuffer ( input ) )
8181 } )
8282} )
Original file line number Diff line number Diff line change 149149 "ipfs-unixfs" : " ^11.0.0" ,
150150 "ipfs-unixfs-exporter" : " ^13.1.0" ,
151151 "ipfs-unixfs-importer" : " ^15.1.0" ,
152- "it-last" : " ^2 .0.0 " ,
153- "it-pipe" : " ^2 .0.5 " ,
152+ "it-last" : " ^3 .0.1 " ,
153+ "it-pipe" : " ^3 .0.1 " ,
154154 "merge-options" : " ^3.0.4" ,
155155 "multiformats" : " ^11.0.1" ,
156156 "progress-events" : " ^1.0.0" ,
160160 "aegir" : " ^38.1.0" ,
161161 "blockstore-core" : " ^4.0.1" ,
162162 "delay" : " ^5.0.0" ,
163- "it-all" : " ^2 .0.0 " ,
164- "it-drain" : " ^2 .0.0 " ,
165- "it-first" : " ^2 .0.0 " ,
166- "it-to-buffer" : " ^3 .0.0 " ,
163+ "it-all" : " ^3 .0.1 " ,
164+ "it-drain" : " ^3 .0.1 " ,
165+ "it-first" : " ^3 .0.1 " ,
166+ "it-to-buffer" : " ^4 .0.1 " ,
167167 "uint8arrays" : " ^4.0.3"
168168 },
169169 "typedoc" : {
You can’t perform that action at this time.
0 commit comments