@libp2p/pnet 2.0.13-8a9258a24 → 2.0.13-99f5f270b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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-8a9258a24",
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-8a9258a24",
54
- "@libp2p/interface": "2.2.1-8a9258a24",
55
- "it-byte-stream": "^1.0.10",
56
- "it-map": "^3.1.0",
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.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-8a9258a24",
66
- "@libp2p/logger": "5.1.4-8a9258a24",
67
- "@libp2p/peer-id": "5.0.8-8a9258a24",
68
- "@multiformats/multiaddr": "^12.2.3",
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": "^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