Skip to content

Commit b8b2ee3

Browse files
Gozalaachingbrain
authored andcommitted
chore: upgrade to dag-pb that supports Uint8Array (#65)
Updates to new dag-pb to incorporate changes that allows passing `Uint8Array`s in place of node `Buffer`s. BREAKING CHANGE: dag-pb Links property now returns DAGLink objects
1 parent 8e8d83d commit b8b2ee3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ipfs-unixfs-exporter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dirty-chai": "^2.0.1",
4444
"ipfs-unixfs-importer": "^2.0.1",
4545
"ipld": "^0.26.1",
46-
"ipld-dag-pb": "^0.18.5",
46+
"ipld-dag-pb": "^0.19.0",
4747
"ipld-in-memory": "^4.0.0",
4848
"it-all": "^1.0.1",
4949
"it-buffer-stream": "^1.0.2",

packages/ipfs-unixfs-importer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"err-code": "^2.0.0",
5757
"hamt-sharding": "^1.0.0",
5858
"ipfs-unixfs": "^1.0.2",
59-
"ipld-dag-pb": "^0.18.5",
59+
"ipld-dag-pb": "^0.19.0",
6060
"it-all": "^1.0.1",
6161
"it-batch": "^1.0.3",
6262
"it-first": "^1.0.1",

0 commit comments

Comments
 (0)