@libp2p/pnet 2.0.14 → 2.0.15
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/pnet",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.15",
|
4
4
|
"description": "Implementation of Connection protection management via a shared secret",
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/pnet#readme",
|
@@ -62,7 +62,7 @@
|
|
62
62
|
"xsalsa20": "^1.2.0"
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
|
-
"@libp2p/interface-compliance-tests": "^6.2.
|
65
|
+
"@libp2p/interface-compliance-tests": "^6.2.1",
|
66
66
|
"@libp2p/logger": "^5.1.5",
|
67
67
|
"@libp2p/peer-id": "^5.0.9",
|
68
68
|
"@multiformats/multiaddr": "^12.3.3",
|