|
160 | 160 | "test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
|
161 | 161 | "test:electron-main": "aegir test -t electron-main",
|
162 | 162 | "dep-check": "aegir dep-check",
|
163 |
| - "generate": "run-s generate:*", |
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", |
| 163 | + "generate": "protons ./src/message/message.proto", |
166 | 164 | "docs": "aegir docs"
|
167 | 165 | },
|
168 | 166 | "dependencies": {
|
169 | 167 | "@libp2p/interface-connection": "^3.0.1",
|
| 168 | + "@libp2p/interface-libp2p": "^1.1.1", |
170 | 169 | "@libp2p/interface-peer-id": "^2.0.0",
|
171 |
| - "@libp2p/interface-peer-store": "^1.2.0", |
| 170 | + "@libp2p/interface-peer-info": "^1.0.8", |
| 171 | + "@libp2p/interface-registrar": "^2.0.8", |
172 | 172 | "@libp2p/interfaces": "^3.2.0",
|
173 | 173 | "@libp2p/logger": "^2.0.5",
|
174 | 174 | "@libp2p/topology": "^4.0.0",
|
|
183 | 183 | "it-pipe": "^2.0.4",
|
184 | 184 | "just-debounce-it": "^3.0.1",
|
185 | 185 | "multiformats": "^11.0.0",
|
186 |
| - "protobufjs": "^7.0.0", |
187 |
| - "readable-stream": "^4.0.0", |
| 186 | + "protons-runtime": "^5.0.0", |
188 | 187 | "timeout-abort-controller": "^3.0.0",
|
| 188 | + "uint8arraylist": "^2.4.3", |
189 | 189 | "uint8arrays": "^4.0.2",
|
190 | 190 | "varint": "^6.0.0",
|
191 | 191 | "varint-decoder": "^1.0.0"
|
|
201 | 201 | "@types/stats-lite": "^2.2.0",
|
202 | 202 | "@types/varint": "^6.0.0",
|
203 | 203 | "aegir": "^38.1.0",
|
204 |
| - "assert": "^2.0.0", |
205 | 204 | "benchmark": "^2.1.4",
|
206 | 205 | "delay": "^5.0.0",
|
207 |
| - "interface-datastore": "^7.0.0", |
208 | 206 | "iso-random-stream": "^2.0.0",
|
209 | 207 | "it-all": "^2.0.0",
|
210 | 208 | "it-drain": "^2.0.0",
|
|
213 | 211 | "lodash.flatten": "^4.4.0",
|
214 | 212 | "lodash.range": "^3.2.0",
|
215 | 213 | "lodash.without": "^4.4.0",
|
216 |
| - "npm-run-all": "^4.1.5", |
217 | 214 | "p-defer": "^4.0.0",
|
218 | 215 | "p-event": "^5.0.1",
|
219 | 216 | "p-wait-for": "^5.0.0",
|
220 |
| - "process": "^0.11.10", |
221 |
| - "promisify-es6": "^1.0.3", |
222 |
| - "protobufjs-cli": "^1.0.0", |
| 217 | + "protons": "^7.0.2", |
223 | 218 | "sinon": "^15.0.1",
|
224 | 219 | "stats-lite": "^2.2.0",
|
225 |
| - "url": "^0.11.0", |
226 |
| - "util": "^0.12.3", |
227 | 220 | "uuid": "^9.0.0"
|
228 | 221 | },
|
229 | 222 | "browser": {
|
230 |
| - "test/utils/create-libp2p-node.js": false |
| 223 | + "dist/test/utils/create-libp2p-node.js": false |
231 | 224 | }
|
232 | 225 | }
|
0 commit comments