|
22 | 22 | "coverage": "gulp coverage", |
23 | 23 | "test": "gulp test", |
24 | 24 | "test:unit:node": "gulp test:node", |
25 | | - "test:unit:node:core": "TEST=core npm run test:node", |
26 | | - "test:unit:node:http": "TEST=http npm run test:node", |
27 | | - "test:unit:node:cli": "TEST=cli npm run test:node", |
| 25 | + "test:unit:node:core": "TEST=core npm run test:unit:node", |
| 26 | + "test:unit:node:http": "TEST=http npm run test:unit:node", |
| 27 | + "test:unit:node:cli": "TEST=cli npm run test:unit:node", |
28 | 28 | "test:unit:browser": "gulp test:browser", |
29 | 29 | "test:interop": "mocha -t 60000 test/interop", |
30 | 30 | "test:interop:node": "mocha -t 60000 test/interop/node.js", |
|
92 | 92 | "hapi-set-header": "^1.0.2", |
93 | 93 | "idb-pull-blob-store": "^0.5.1", |
94 | 94 | "ipfs-api": "^12.1.2", |
95 | | - "ipfs-bitswap": "^0.8.3", |
| 95 | + "ipfs-bitswap": "^0.9.0", |
96 | 96 | "ipfs-block": "^0.5.4", |
97 | | - "ipfs-block-service": "^0.7.2", |
| 97 | + "ipfs-block-service": "^0.8.0", |
98 | 98 | "ipfs-multipart": "^0.1.0", |
99 | 99 | "ipfs-repo": "^0.11.2", |
100 | 100 | "ipfs-unixfs": "^0.1.9", |
|
0 commit comments