Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 64f775b

Browse files
authoredDec 1, 2021
chore: update libp2p-crypto (#260)
BREAKING CHANGE: requires node 15+
1 parent 50ea7aa commit 64f775b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/libp2p/js-libp2p-kad-dht/issues"
3838
},
3939
"engines": {
40-
"node": ">=14.0.0"
40+
"node": ">=15.0.0"
4141
},
4242
"eslintConfig": {
4343
"extends": "ipfs",
@@ -65,7 +65,7 @@
6565
"it-pipe": "^1.1.0",
6666
"it-take": "^1.0.2",
6767
"k-bucket": "^5.1.0",
68-
"libp2p-crypto": "^0.20.0",
68+
"libp2p-crypto": "^0.21.0",
6969
"libp2p-interfaces": "^1.3.0",
7070
"libp2p-record": "^0.10.4",
7171
"multiaddr": "^10.0.0",

0 commit comments

Comments
 (0)