@libp2p/pnet 2.0.13-8a9258a24 → 2.0.13-99f5f270b
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +11 -11
- package/LICENSE +0 -4
package/README.md
CHANGED
@@ -86,7 +86,7 @@ $ npm i @libp2p/pnet
|
|
86
86
|
|
87
87
|
## Browser `<script>` tag
|
88
88
|
|
89
|
-
Loading this module through a script tag will make
|
89
|
+
Loading this module through a script tag will make its exports available as `Libp2pPnet` in the global namespace.
|
90
90
|
|
91
91
|
```html
|
92
92
|
<script src="https://unpkg.com/@libp2p/pnet/dist/index.min.js"></script>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/pnet",
|
3
|
-
"version": "2.0.13-
|
3
|
+
"version": "2.0.13-99f5f270b",
|
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": "5.0.7-
|
54
|
-
"@libp2p/interface": "2.2.1-
|
55
|
-
"it-byte-stream": "^1.0
|
56
|
-
"it-map": "^3.1.
|
53
|
+
"@libp2p/crypto": "5.0.7-99f5f270b",
|
54
|
+
"@libp2p/interface": "2.2.1-99f5f270b",
|
55
|
+
"it-byte-stream": "^1.1.0",
|
56
|
+
"it-map": "^3.1.1",
|
57
57
|
"it-pair": "^2.0.6",
|
58
58
|
"it-pipe": "^3.0.1",
|
59
|
-
"it-stream-types": "^2.0.
|
59
|
+
"it-stream-types": "^2.0.2",
|
60
60
|
"uint8arraylist": "^2.4.8",
|
61
61
|
"uint8arrays": "^5.1.0",
|
62
62
|
"xsalsa20": "^1.2.0"
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
|
-
"@libp2p/interface-compliance-tests": "6.1.11-
|
66
|
-
"@libp2p/logger": "5.1.4-
|
67
|
-
"@libp2p/peer-id": "5.0.8-
|
68
|
-
"@multiformats/multiaddr": "^12.
|
65
|
+
"@libp2p/interface-compliance-tests": "6.1.11-99f5f270b",
|
66
|
+
"@libp2p/logger": "5.1.4-99f5f270b",
|
67
|
+
"@libp2p/peer-id": "5.0.8-99f5f270b",
|
68
|
+
"@multiformats/multiaddr": "^12.3.3",
|
69
69
|
"@types/xsalsa20": "^1.1.3",
|
70
|
-
"aegir": "^
|
70
|
+
"aegir": "^45.0.5",
|
71
71
|
"it-all": "^3.0.6"
|
72
72
|
},
|
73
73
|
"sideEffects": false
|
package/LICENSE
DELETED