@libp2p/pnet 1.0.0-bf720c045 → 1.0.0-c2181f0cf
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -2
- package/package.json +9 -9
package/README.md
CHANGED
@@ -100,8 +100,8 @@ Loading this module through a script tag will make it's exports available as `Li
|
|
100
100
|
|
101
101
|
Licensed under either of
|
102
102
|
|
103
|
-
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
104
|
-
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
103
|
+
- Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/pnet/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
104
|
+
- MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/pnet/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
105
105
|
|
106
106
|
# Contribution
|
107
107
|
|
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-c2181f0cf",
|
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,24 +50,24 @@
|
|
50
50
|
"doc-check": "aegir doc-check"
|
51
51
|
},
|
52
52
|
"dependencies": {
|
53
|
-
"@libp2p/crypto": "4.0.
|
54
|
-
"@libp2p/interface": "1.
|
53
|
+
"@libp2p/crypto": "4.0.6-c2181f0cf",
|
54
|
+
"@libp2p/interface": "1.2.0-c2181f0cf",
|
55
55
|
"it-byte-stream": "^1.0.8",
|
56
56
|
"it-map": "^3.0.5",
|
57
57
|
"it-pair": "^2.0.6",
|
58
58
|
"it-pipe": "^3.0.1",
|
59
59
|
"it-stream-types": "^2.0.1",
|
60
60
|
"uint8arraylist": "^2.4.8",
|
61
|
-
"uint8arrays": "^5.0.
|
61
|
+
"uint8arrays": "^5.0.3",
|
62
62
|
"xsalsa20": "^1.2.0"
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
|
-
"@libp2p/interface-compliance-tests": "5.
|
66
|
-
"@libp2p/logger": "4.0.
|
67
|
-
"@libp2p/peer-id-factory": "4.0.
|
68
|
-
"@multiformats/multiaddr": "^12.1
|
65
|
+
"@libp2p/interface-compliance-tests": "5.4.1-c2181f0cf",
|
66
|
+
"@libp2p/logger": "4.0.10-c2181f0cf",
|
67
|
+
"@libp2p/peer-id-factory": "4.0.10-c2181f0cf",
|
68
|
+
"@multiformats/multiaddr": "^12.2.1",
|
69
69
|
"@types/xsalsa20": "^1.1.3",
|
70
|
-
"aegir": "^42.2.
|
70
|
+
"aegir": "^42.2.5",
|
71
71
|
"it-all": "^3.0.4"
|
72
72
|
},
|
73
73
|
"sideEffects": false
|