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

Commit 9871237

Browse files
authored
Merge pull request #95 from ipfs/feat/awesome-dag-pb
feat: update to awesome dag-pb
2 parents 6a56c3d + 94eb0f5 commit 9871237

File tree

2 files changed

+365
-397
lines changed

2 files changed

+365
-397
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
},
2727
"homepage": "https://github.com/ipfs/interface-ipfs-core#readme",
2828
"dependencies": {
29-
"async": "^2.1.2",
29+
"async": "^2.1.4",
3030
"bl": "^1.1.2",
3131
"bs58": "^3.0.0",
3232
"chai": "^3.5.0",
3333
"concat-stream": "^1.5.2",
3434
"detect-node": "^2.0.3",
3535
"ipfs-block": "^0.5.0",
36-
"ipld-dag-pb": "^0.8.0",
37-
"multiaddr": "^2.0.3",
36+
"ipld-dag-pb": "^0.9.0",
37+
"multiaddr": "^2.1.1",
3838
"multihashes": "^0.2.2",
3939
"readable-stream": "2.1.5"
4040
},
@@ -50,4 +50,4 @@
5050
"Victor Bjelkholm <victorbjelkholm@gmail.com>",
5151
"nginnever <ginneversource@gmail.com>"
5252
]
53-
}
53+
}

0 commit comments

Comments
 (0)