Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
fix: never return Node.js Buffers
Browse files Browse the repository at this point in the history
With updating the dependencies, we now never return Node.js Buffers

There were cases where CIDs where returned as Node.js Buffers. Now all
CIDs are returned as Uint8Array only.

Fixes #126.
  • Loading branch information
vmx committed Sep 25, 2020
1 parent cbe44d4 commit 8377841
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
},
"dependencies": {
"class-is": "^1.1.0",
"multibase": "^3.0.0",
"multicodec": "^2.0.0",
"multibase": "^3.0.1",
"multicodec": "^2.0.1",
"multihashes": "^3.0.1",
"uint8arrays": "^1.0.0"
"uint8arrays": "^1.1.0"
},
"devDependencies": {
"aegir": "^25.0.0",
"multihashing-async": "^2.0.0"
"aegir": "^26.0.0",
"multihashing-async": "^2.0.1"
},
"engines": {
"node": ">=4.0.0",
Expand Down

0 comments on commit 8377841

Please sign in to comment.