File tree Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 132
132
"docs" : " aegir docs"
133
133
},
134
134
"dependencies" : {
135
- "@libp2p/interface-content-routing" : " ^2.0.0 " ,
136
- "@libp2p/interface-peer-id" : " ^2.0.0 " ,
137
- "@libp2p/interface-peer-info" : " ^1.0.3 " ,
138
- "@libp2p/interfaces" : " ^3.0.3 " ,
139
- "@libp2p/logger" : " ^3.0.0 " ,
135
+ "@libp2p/interface-content-routing" : " ^2.1.1 " ,
136
+ "@libp2p/interface-peer-id" : " ^2.0.2 " ,
137
+ "@libp2p/interface-peer-info" : " ^1.0.10 " ,
138
+ "@libp2p/interfaces" : " ^3.3.2 " ,
139
+ "@libp2p/logger" : " ^3.0.2 " ,
140
140
"any-signal" : " ^4.1.1" ,
141
141
"err-code" : " ^3.0.1" ,
142
- "it-drain" : " ^3.0.2 " ,
142
+ "it-drain" : " ^3.0.3 " ,
143
143
"multiformats" : " ^12.0.1" ,
144
144
"p-defer" : " ^4.0.0" ,
145
- "p-queue" : " ^7.2.0 "
145
+ "p-queue" : " ^7.3.4 "
146
146
},
147
147
"devDependencies" : {
148
- "@libp2p/peer-id" : " ^3.0.1 " ,
149
- "aegir" : " ^40.0.9 " ,
150
- "go-ipfs" : " ^0.21 .0" ,
151
- "ipfs-core-types" : " ^0.14.0 " ,
148
+ "@libp2p/peer-id" : " ^3.0.2 " ,
149
+ "aegir" : " ^40.0.11 " ,
150
+ "go-ipfs" : " ^0.22 .0" ,
151
+ "ipfs-core-types" : " ^0.14.1 " ,
152
152
"ipfsd-ctl" : " ^13.0.0" ,
153
- "it-all" : " ^3.0.2 " ,
153
+ "it-all" : " ^3.0.3 " ,
154
154
"kubo-rpc-client" : " ^3.0.1" ,
155
- "uint8arrays" : " ^4.0.2 " ,
155
+ "uint8arrays" : " ^4.0.6 " ,
156
156
"wherearewe" : " ^2.0.1"
157
157
},
158
158
"browser" : {
Original file line number Diff line number Diff line change 3
3
import { stop } from '@libp2p/interfaces/startable'
4
4
import { peerIdFromString } from '@libp2p/peer-id'
5
5
import { expect } from 'aegir/chai'
6
- // @ts -expect-error no types
7
6
import goIpfs from 'go-ipfs'
8
7
import { type Controller , createFactory } from 'ipfsd-ctl'
9
8
import all from 'it-all'
You can’t perform that action at this time.
0 commit comments