Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit b77b3f5

Browse files
committed
wip: migrate object tests to use dagNode async API
1 parent f76f4b6 commit b77b3f5

File tree

3 files changed

+323
-163
lines changed

3 files changed

+323
-163
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@
2828
},
2929
"homepage": "https://github.com/ipfs/interface-ipfs-core#readme",
3030
"dependencies": {
31+
"async": "^2.1.2",
3132
"bl": "^1.1.2",
3233
"bs58": "^3.0.0",
3334
"chai": "^3.5.0",
34-
"concat-stream": "^1.5.1",
35+
"concat-stream": "^1.5.2",
3536
"detect-node": "^2.0.3",
36-
"ipfs-block": "^0.3.0",
37-
"ipfs-merkle-dag": "^0.7.0",
37+
"ipfs-block": "^0.4.0",
38+
"ipld-dag-pb": "^0.1.3",
3839
"multihashes": "^0.2.2",
39-
"readable-stream": "1.1.13",
40-
"run-series": "^1.1.4"
40+
"readable-stream": "1.1.13"
4141
},
4242
"devDependencies": {
43-
"aegir": "^8.0.0"
43+
"aegir": "^8.1.2"
4444
},
4545
"contributors": [
4646
"David Dias <daviddias.p@gmail.com>",

0 commit comments

Comments
 (0)