File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 156156 "devDependencies" : {
157157 "@libp2p/crypto" : " ^5.0.1" ,
158158 "aegir" : " ^46.0.0" ,
159- "body-parser" : " ^1.20.3 " ,
159+ "body-parser" : " ^2.2.0 " ,
160160 "it-all" : " ^3.0.6" ,
161161 "wherearewe" : " ^2.0.1"
162162 },
Original file line number Diff line number Diff line change 122122 "@libp2p/crypto" : " ^5.0.1" ,
123123 "@libp2p/identify" : " ^3.0.1" ,
124124 "@libp2p/interface" : " ^2.0.1" ,
125- "@libp2p/kad-dht" : " ^14.0.1" ,
125+ "@libp2p/kad-dht" : " ^15.0.2" ,
126+ "@libp2p/ping" : " ^2.0.29" ,
126127 "aegir" : " ^46.0.0" ,
127128 "fastify" : " ^5.0.0" ,
128129 "helia" : " ^5.1.0" ,
Original file line number Diff line number Diff line change 11import { identify } from '@libp2p/identify'
22import { kadDHT , removePublicAddressesMapper } from '@libp2p/kad-dht'
3+ import { ping } from '@libp2p/ping'
34import { createHelia as createNode } from 'helia'
45import { ipnsSelector } from 'ipns/selector'
56import { ipnsValidator } from 'ipns/validator'
@@ -23,7 +24,8 @@ export async function createHelia (init?: Partial<HeliaInit>): Promise<HeliaLibp
2324 ipns : ipnsSelector
2425 }
2526 } ) ,
26- identify : identify ( )
27+ identify : identify ( ) ,
28+ ping : ping ( )
2729 }
2830 }
2931 } )
Original file line number Diff line number Diff line change 154154 "release" : " aegir release"
155155 },
156156 "dependencies" : {
157- "@fastify/cors" : " ^10 .0.1" ,
157+ "@fastify/cors" : " ^11 .0.1" ,
158158 "@helia/interface" : " ^5.0.0" ,
159159 "@libp2p/interface" : " ^2.0.1" ,
160160 "@libp2p/peer-id" : " ^5.0.1" ,
168168 "@multiformats/multiaddr" : " ^12.3.1" ,
169169 "@types/sinon" : " ^17.0.3" ,
170170 "aegir" : " ^46.0.0" ,
171- "sinon" : " ^19 .0.2 " ,
171+ "sinon" : " ^20 .0.0 " ,
172172 "sinon-ts" : " ^2.0.0"
173173 }
174174}
You can’t perform that action at this time.
0 commit comments