@libp2p/pnet 2.0.13-d6cd25d0d → 2.0.13-f2f9008b8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -11
  3. 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 it's exports available as `Libp2pPnet` in the global namespace.
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-d6cd25d0d",
3
+ "version": "2.0.13-f2f9008b8",
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-d6cd25d0d",
54
- "@libp2p/interface": "2.2.1-d6cd25d0d",
55
- "it-byte-stream": "^1.0.10",
56
- "it-map": "^3.1.0",
53
+ "@libp2p/crypto": "5.0.7-f2f9008b8",
54
+ "@libp2p/interface": "2.2.1-f2f9008b8",
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.1",
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-d6cd25d0d",
66
- "@libp2p/logger": "5.1.4-d6cd25d0d",
67
- "@libp2p/peer-id": "5.0.8-d6cd25d0d",
68
- "@multiformats/multiaddr": "^12.2.3",
65
+ "@libp2p/interface-compliance-tests": "6.1.11-f2f9008b8",
66
+ "@libp2p/logger": "5.1.4-f2f9008b8",
67
+ "@libp2p/peer-id": "5.0.8-f2f9008b8",
68
+ "@multiformats/multiaddr": "^12.3.3",
69
69
  "@types/xsalsa20": "^1.1.3",
70
- "aegir": "^44.0.1",
70
+ "aegir": "^45.0.5",
71
71
  "it-all": "^3.0.6"
72
72
  },
73
73
  "sideEffects": false
package/LICENSE DELETED
@@ -1,4 +0,0 @@
1
- This project is dual licensed under MIT and Apache-2.0.
2
-
3
- MIT: https://www.opensource.org/licenses/mit
4
- Apache-2.0: https://www.apache.org/licenses/license-2.0