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

Commit 7232eea

Browse files
committed
chore: update dependencies
BREAKING CHANGE: v1 CIDs now default to base32 encoding Previous versions returned a base58 encoded string when `toString()`/ `toBaseEncodedString()` was called on a CIDv1. It now returns a base32 encoded string.
1 parent 0c1ec93 commit 7232eea

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@
4141
"ethereumjs-block": "^2.2.0",
4242
"fs-extra": "^7.0.1",
4343
"ipfs-block-service": "~0.15.2",
44-
"ipfs-repo": "~0.26.4",
45-
"ipld-bitcoin": "~0.2.0",
46-
"ipld-ethereum": "^3.0.0",
47-
"ipld-git": "~0.4.0",
44+
"ipfs-repo": "~0.26.5",
45+
"ipld-bitcoin": "~0.3.0",
46+
"ipld-ethereum": "^4.0.0",
47+
"ipld-git": "~0.5.0",
4848
"ipld-in-memory": "^2.0.0",
49-
"ipld-zcash": "~0.2.0",
49+
"ipld-zcash": "~0.3.0",
5050
"merkle-patricia-tree": "^3.0.0",
5151
"multihashes": "~0.4.14",
5252
"rlp": "^2.2.3",
5353
"zcash-bitcore-lib": "~0.13.20-rc3"
5454
},
5555
"dependencies": {
56-
"cids": "~0.6.0",
57-
"ipfs-block": "~0.8.0",
58-
"ipld-dag-cbor": "~0.14.0",
59-
"ipld-dag-pb": "~0.16.0",
60-
"ipld-raw": "^3.0.0",
56+
"cids": "~0.7.0",
57+
"ipfs-block": "~0.8.1",
58+
"ipld-dag-cbor": "~0.15.0",
59+
"ipld-dag-pb": "~0.17.0",
60+
"ipld-raw": "^4.0.0",
6161
"merge-options": "^1.0.1",
6262
"multicodec": "~0.5.1",
6363
"promisify-es6": "^1.0.3",

0 commit comments

Comments
 (0)