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

Commit 826f032

Browse files
committed
fix: update js-cid to v0.5.5
[email protected] now uses class-is and checks for CIDs were failing because tests were using the old version. License: MIT Signed-off-by: Marcin Rataj <[email protected]>
1 parent d673593 commit 826f032

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@
3131
"homepage": "https://github.com/ipfs/js-ipfs-http-response#readme",
3232
"dependencies": {
3333
"async": "^2.6.0",
34-
"cids": "^0.5.3",
34+
"cids": "~0.5.5",
3535
"debug": "^3.1.0",
3636
"file-type": "^8.0.0",
3737
"filesize": "^3.6.1",
3838
"get-stream": "^3.0.0",
39-
"ipfs-unixfs": "^0.1.14",
39+
"ipfs-unixfs": "~0.1.14",
4040
"mime-types": "^2.1.18",
41-
"multihashes": "^0.4.13",
41+
"multihashes": "~0.4.13",
4242
"promisify-es6": "^1.0.3",
4343
"stream-to-blob": "^1.0.1"
4444
},
4545
"devDependencies": {
4646
"aegir": "^13.1.0",
4747
"chai": "^4.1.2",
4848
"dirty-chai": "^2.0.1",
49-
"ipfs": "^0.32.2",
50-
"ipfsd-ctl": "^0.39.1"
49+
"ipfs": "~0.32.2",
50+
"ipfsd-ctl": "~0.39.1"
5151
},
5252
"contributors": [
5353
"André Cruz <[email protected]>",

0 commit comments

Comments
 (0)