@libp2p/pnet 1.0.0-5d1f68e92 → 1.0.0-64a915ae9
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.min.js +15 -15
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/pnet",
|
3
|
-
"version": "1.0.0-
|
3
|
+
"version": "1.0.0-64a915ae9",
|
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",
|
@@ -49,21 +49,21 @@
|
|
49
49
|
"dep-check": "aegir dep-check"
|
50
50
|
},
|
51
51
|
"dependencies": {
|
52
|
-
"@libp2p/crypto": "3.0.
|
53
|
-
"@libp2p/interface": "1.0.
|
52
|
+
"@libp2p/crypto": "3.0.1-64a915ae9",
|
53
|
+
"@libp2p/interface": "1.0.1-64a915ae9",
|
54
54
|
"it-byte-stream": "^1.0.5",
|
55
55
|
"it-map": "^3.0.4",
|
56
56
|
"it-pair": "^2.0.6",
|
57
57
|
"it-pipe": "^3.0.1",
|
58
58
|
"it-stream-types": "^2.0.1",
|
59
59
|
"uint8arraylist": "^2.4.7",
|
60
|
-
"uint8arrays": "^
|
60
|
+
"uint8arrays": "^4.0.6",
|
61
61
|
"xsalsa20": "^1.1.0"
|
62
62
|
},
|
63
63
|
"devDependencies": {
|
64
|
-
"@libp2p/interface-compliance-tests": "5.0.
|
65
|
-
"@libp2p/logger": "4.0.
|
66
|
-
"@libp2p/peer-id-factory": "4.0.
|
64
|
+
"@libp2p/interface-compliance-tests": "5.0.5-64a915ae9",
|
65
|
+
"@libp2p/logger": "4.0.1-64a915ae9",
|
66
|
+
"@libp2p/peer-id-factory": "4.0.0-64a915ae9",
|
67
67
|
"@multiformats/multiaddr": "^12.1.10",
|
68
68
|
"@types/xsalsa20": "^1.1.0",
|
69
69
|
"aegir": "^41.0.2",
|