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 156
156
"devDependencies" : {
157
157
"@libp2p/crypto" : " ^5.0.1" ,
158
158
"aegir" : " ^46.0.0" ,
159
- "body-parser" : " ^1.20.3 " ,
159
+ "body-parser" : " ^2.2.0 " ,
160
160
"it-all" : " ^3.0.6" ,
161
161
"wherearewe" : " ^2.0.1"
162
162
},
Original file line number Diff line number Diff line change 122
122
"@libp2p/crypto" : " ^5.0.1" ,
123
123
"@libp2p/identify" : " ^3.0.1" ,
124
124
"@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" ,
126
127
"aegir" : " ^46.0.0" ,
127
128
"fastify" : " ^5.0.0" ,
128
129
"helia" : " ^5.1.0" ,
Original file line number Diff line number Diff line change 1
1
import { identify } from '@libp2p/identify'
2
2
import { kadDHT , removePublicAddressesMapper } from '@libp2p/kad-dht'
3
+ import { ping } from '@libp2p/ping'
3
4
import { createHelia as createNode } from 'helia'
4
5
import { ipnsSelector } from 'ipns/selector'
5
6
import { ipnsValidator } from 'ipns/validator'
@@ -23,7 +24,8 @@ export async function createHelia (init?: Partial<HeliaInit>): Promise<HeliaLibp
23
24
ipns : ipnsSelector
24
25
}
25
26
} ) ,
26
- identify : identify ( )
27
+ identify : identify ( ) ,
28
+ ping : ping ( )
27
29
}
28
30
}
29
31
} )
Original file line number Diff line number Diff line change 154
154
"release" : " aegir release"
155
155
},
156
156
"dependencies" : {
157
- "@fastify/cors" : " ^10 .0.1" ,
157
+ "@fastify/cors" : " ^11 .0.1" ,
158
158
"@helia/interface" : " ^5.0.0" ,
159
159
"@libp2p/interface" : " ^2.0.1" ,
160
160
"@libp2p/peer-id" : " ^5.0.1" ,
168
168
"@multiformats/multiaddr" : " ^12.3.1" ,
169
169
"@types/sinon" : " ^17.0.3" ,
170
170
"aegir" : " ^46.0.0" ,
171
- "sinon" : " ^19 .0.2 " ,
171
+ "sinon" : " ^20 .0.0 " ,
172
172
"sinon-ts" : " ^2.0.0"
173
173
}
174
174
}
You can’t perform that action at this time.
0 commit comments