Skip to content

Commit b5b241f

Browse files
authoredNov 26, 2021
chore: update libp2p-crypto (#157)
Pulls in libp2p-crypto@0.20.0 which is smaller and faster
1 parent 1d2d708 commit b5b241f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,12 @@
3838
},
3939
"homepage": "https://github.com/libp2p/js-peer-id",
4040
"devDependencies": {
41-
"@types/chai": "^4.2.21",
42-
"@types/dirty-chai": "^2.0.2",
43-
"@types/mocha": "^9.0.0",
44-
"aegir": "^35.0.1",
41+
"aegir": "^36.0.1",
4542
"util": "^0.12.3"
4643
},
4744
"dependencies": {
4845
"class-is": "^1.1.0",
49-
"libp2p-crypto": "^0.19.0",
46+
"libp2p-crypto": "^0.20.0",
5047
"minimist": "^1.2.5",
5148
"multiformats": "^9.4.5",
5249
"protobufjs": "^6.10.2",

0 commit comments

Comments
 (0)
Please sign in to comment.