Skip to content

Commit

Permalink
chore: upgrade to dag-pb that supports Uint8Array (#65)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Gozala authored and achingbrain committed Jul 24, 2020
1 parent 8e8d83d commit b8b2ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dirty-chai": "^2.0.1",
"ipfs-unixfs-importer": "^2.0.1",
"ipld": "^0.26.1",
"ipld-dag-pb": "^0.18.5",
"ipld-dag-pb": "^0.19.0",
"ipld-in-memory": "^4.0.0",
"it-all": "^1.0.1",
"it-buffer-stream": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"err-code": "^2.0.0",
"hamt-sharding": "^1.0.0",
"ipfs-unixfs": "^1.0.2",
"ipld-dag-pb": "^0.18.5",
"ipld-dag-pb": "^0.19.0",
"it-all": "^1.0.1",
"it-batch": "^1.0.3",
"it-first": "^1.0.1",
Expand Down

0 comments on commit b8b2ee3

Please sign in to comment.