|
21 | 21 | "scripts": {
|
22 | 22 | "lint": "aegir lint",
|
23 | 23 | "build": "aegir build",
|
24 |
| - "test": "aegir test -t node -t browser --no-cors", |
| 24 | + "test": "aegir test -t node -t browser -t webworker --no-cors", |
25 | 25 | "test:node": "aegir test -t node",
|
26 | 26 | "test:browser": "aegir test -t browser -t webworker --no-cors",
|
27 |
| - "test:node": "aegir test -t node", |
28 | 27 | "test:node:core": "aegir test -t node -f test/core/**.js",
|
29 | 28 | "test:node:http": "aegir test -t node -f test/http-api/index.js",
|
30 | 29 | "test:node:gateway": "aegir test -t node -f test/gateway/index.js",
|
31 | 30 | "test:node:cli": "aegir test -t node -f test/cli/index.js",
|
32 |
| - "test:browser": "aegir test -t browser --no-cors", |
33 | 31 | "test:bootstrapers": "IPFS_TEST=bootstrapers aegir test -t browser -f test/bootstrapers.js",
|
34 | 32 | "benchmark": "echo \"Error: no benchmarks yet\" && exit 1",
|
35 | 33 | "benchmark:node": "echo \"Error: no benchmarks yet\" && exit 1",
|
|
60 | 58 | },
|
61 | 59 | "homepage": "https://github.com/ipfs/js-ipfs#readme",
|
62 | 60 | "devDependencies": {
|
63 |
| - "aegir": "^12.2.0", |
| 61 | + "aegir": "^12.3.0", |
64 | 62 | "buffer-loader": "0.0.1",
|
65 | 63 | "chai": "^4.1.2",
|
66 | 64 | "delay": "^2.0.0",
|
|
115 | 113 | "is-ipfs": "^0.3.2",
|
116 | 114 | "is-stream": "^1.1.0",
|
117 | 115 | "joi": "^13.0.2",
|
118 |
| - "libp2p": "~0.14.0", |
| 116 | + "libp2p": "~0.15.0", |
119 | 117 | "libp2p-circuit": "~0.1.4",
|
120 | 118 | "libp2p-floodsub": "~0.13.1",
|
121 | 119 | "libp2p-kad-dht": "~0.6.0",
|
122 | 120 | "libp2p-mdns": "~0.9.1",
|
123 | 121 | "libp2p-multiplex": "~0.5.1",
|
124 | 122 | "libp2p-railing": "~0.7.1",
|
125 |
| - "libp2p-secio": "~0.8.1", |
| 123 | + "libp2p-secio": "~0.9.0", |
126 | 124 | "libp2p-tcp": "~0.11.1",
|
127 | 125 | "libp2p-webrtc-star": "~0.13.3",
|
128 | 126 | "libp2p-websocket-star": "~0.7.2",
|
|
0 commit comments