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

Commit 3c45871

Browse files
committed
fix: never return Node.js Buffers
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.
1 parent cbe44d4 commit 3c45871

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
},
3737
"dependencies": {
3838
"class-is": "^1.1.0",
39-
"multibase": "^3.0.0",
40-
"multicodec": "^2.0.0",
39+
"multibase": "^3.0.1",
40+
"multicodec": "^2.0.1",
4141
"multihashes": "^3.0.1",
42-
"uint8arrays": "^1.0.0"
42+
"uint8arrays": "^1.1.0"
4343
},
4444
"devDependencies": {
45-
"aegir": "^25.0.0",
46-
"multihashing-async": "^2.0.0"
45+
"aegir": "^26.0.0",
46+
"multihashing-async": "^2.0.1"
4747
},
4848
"engines": {
4949
"node": ">=4.0.0",

0 commit comments

Comments
 (0)