|
162 | 162 | "dep-check": "aegir dep-check -i rimraf",
|
163 | 163 | "generate": "run-s generate:*",
|
164 | 164 | "generate:proto": "pbjs -t static-module -w es6 -r ipfs-bitswap --force-number --no-verify --no-delimited --no-create --no-beautify --no-defaults --lint eslint-disable -o src/message/message.js src/message/message.proto",
|
165 |
| - "generate:proto-types": "pbts -o src/message/message.d.ts src/message/message.js" |
| 165 | + "generate:proto-types": "pbts -o src/message/message.d.ts src/message/message.js", |
| 166 | + "docs": "aegir docs" |
166 | 167 | },
|
167 | 168 | "dependencies": {
|
168 | 169 | "@libp2p/interface-connection": "^3.0.1",
|
169 |
| - "@libp2p/interface-peer-id": "^1.0.4", |
| 170 | + "@libp2p/interface-peer-id": "^2.0.0", |
170 | 171 | "@libp2p/interface-peer-store": "^1.2.0",
|
171 |
| - "@libp2p/topology": "^3.0.0", |
| 172 | + "@libp2p/logger": "^2.0.5", |
| 173 | + "@libp2p/topology": "^4.0.0", |
172 | 174 | "@libp2p/tracked-map": "^3.0.0",
|
173 | 175 | "@multiformats/multiaddr": "^11.0.0",
|
174 | 176 | "@vascosantos/moving-average": "^1.1.0",
|
175 | 177 | "abortable-iterator": "^4.0.2",
|
176 | 178 | "any-signal": "^3.0.0",
|
177 |
| - "blockstore-core": "^2.0.1", |
178 |
| - "debug": "^4.2.0", |
179 |
| - "err-code": "^3.0.1", |
180 |
| - "interface-blockstore": "^3.0.0", |
| 179 | + "blockstore-core": "^3.0.0", |
| 180 | + "interface-blockstore": "^4.0.0", |
181 | 181 | "it-length-prefixed": "^8.0.2",
|
182 | 182 | "it-pipe": "^2.0.4",
|
183 | 183 | "just-debounce-it": "^3.0.1",
|
184 |
| - "multiformats": "^10.0.1", |
| 184 | + "multiformats": "^11.0.0", |
185 | 185 | "protobufjs": "^7.0.0",
|
186 | 186 | "readable-stream": "^4.0.0",
|
187 | 187 | "timeout-abort-controller": "^3.0.0",
|
|
191 | 191 | },
|
192 | 192 | "devDependencies": {
|
193 | 193 | "@chainsafe/libp2p-noise": "^10.0.1",
|
194 |
| - "@libp2p/kad-dht": "^6.0.0", |
| 194 | + "@libp2p/kad-dht": "^7.0.0", |
195 | 195 | "@libp2p/mplex": "^7.0.0",
|
196 |
| - "@libp2p/peer-id": "^1.1.8", |
197 |
| - "@libp2p/peer-id-factory": "^1.0.8", |
| 196 | + "@libp2p/peer-id": "^2.0.0", |
| 197 | + "@libp2p/peer-id-factory": "^2.0.0", |
198 | 198 | "@libp2p/tcp": "^6.0.0",
|
199 | 199 | "@nodeutils/defaults-deep": "^1.1.0",
|
200 |
| - "@types/debug": "^4.1.5", |
201 | 200 | "@types/stats-lite": "^2.2.0",
|
202 | 201 | "@types/varint": "^6.0.0",
|
203 |
| - "aegir": "^37.0.4", |
| 202 | + "aegir": "^37.10.0", |
204 | 203 | "assert": "^2.0.0",
|
205 | 204 | "benchmark": "^2.1.4",
|
206 | 205 | "delay": "^5.0.0",
|
|
221 | 220 | "promisify-es6": "^1.0.3",
|
222 | 221 | "protobufjs-cli": "^1.0.0",
|
223 | 222 | "rimraf": "^3.0.2",
|
224 |
| - "sinon": "^14.0.0", |
| 223 | + "sinon": "^15.0.1", |
225 | 224 | "stats-lite": "^2.2.0",
|
226 | 225 | "url": "^0.11.0",
|
227 | 226 | "util": "^0.12.3",
|
|
0 commit comments