File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6767 "it-last" : " ^1.0.4" ,
6868 "merge-options" : " ^3.0.4" ,
6969 "multiaddr" : " ^10.0.0" ,
70- "multiformats" : " ^9.4.1 " ,
70+ "multiformats" : " ^9.4.13 " ,
7171 "native-abort-controller" : " ^1.0.3" ,
7272 "parse-duration" : " ^1.0.0" ,
7373 "stream-to-it" : " ^0.2.2" ,
7474 "uint8arrays" : " ^3.0.0"
7575 },
7676 "devDependencies" : {
77- "aegir" : " ^35.1 .1" ,
77+ "aegir" : " ^36.0 .1" ,
7878 "delay" : " ^5.0.0" ,
7979 "go-ipfs" : " 0.9.1" ,
8080 "ipfsd-ctl" : " ^10.0.4" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ describe('.log', function () {
2222 const i = setInterval ( async ( ) => {
2323 try {
2424 await ipfs . add ( uint8ArrayFromString ( 'just adding some data to generate logs' ) )
25- } catch ( _ ) {
25+ } catch ( /** @type { any } */ _ ) {
2626 // this can error if the test has finished and we're shutting down the node
2727 }
2828 } , 1000 )
You can’t perform that action at this time.
0 commit comments