@libp2p/pnet 2.0.10 → 2.0.11-05d559f54
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
- package/dist/typedoc-urls.json +0 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/pnet",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.11-05d559f54",
|
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",
|
@@ -50,8 +50,8 @@
|
|
50
50
|
"doc-check": "aegir doc-check"
|
51
51
|
},
|
52
52
|
"dependencies": {
|
53
|
-
"@libp2p/crypto": "
|
54
|
-
"@libp2p/interface": "
|
53
|
+
"@libp2p/crypto": "5.0.6-05d559f54",
|
54
|
+
"@libp2p/interface": "2.2.0-05d559f54",
|
55
55
|
"it-byte-stream": "^1.0.10",
|
56
56
|
"it-map": "^3.1.0",
|
57
57
|
"it-pair": "^2.0.6",
|
@@ -62,9 +62,9 @@
|
|
62
62
|
"xsalsa20": "^1.2.0"
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
|
-
"@libp2p/interface-compliance-tests": "
|
66
|
-
"@libp2p/logger": "
|
67
|
-
"@libp2p/peer-id": "
|
65
|
+
"@libp2p/interface-compliance-tests": "6.1.9-05d559f54",
|
66
|
+
"@libp2p/logger": "5.1.3-05d559f54",
|
67
|
+
"@libp2p/peer-id": "5.0.7-05d559f54",
|
68
68
|
"@multiformats/multiaddr": "^12.2.3",
|
69
69
|
"@types/xsalsa20": "^1.1.3",
|
70
70
|
"aegir": "^44.0.1",
|
package/dist/typedoc-urls.json
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"ProtectorComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pnet.ProtectorComponents.html",
|
3
|
-
".:ProtectorComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pnet.ProtectorComponents.html",
|
4
|
-
"ProtectorInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pnet.ProtectorInit.html",
|
5
|
-
".:ProtectorInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_pnet.ProtectorInit.html",
|
6
|
-
"generateKey": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pnet.generateKey.html",
|
7
|
-
"preSharedKey": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pnet.preSharedKey.html",
|
8
|
-
".:preSharedKey": "https://libp2p.github.io/js-libp2p/functions/_libp2p_pnet.preSharedKey.html"
|
9
|
-
}
|