@libp2p/mplex 11.0.13-bc90b4fd5 → 11.0.13-d19974d93

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 +10 -10
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -15,7 +15,7 @@ $ npm i @libp2p/mplex
15
15
 
16
16
  ## Browser `<script>` tag
17
17
 
18
- Loading this module through a script tag will make it's exports available as `Libp2pMplex` in the global namespace.
18
+ Loading this module through a script tag will make its exports available as `Libp2pMplex` in the global namespace.
19
19
 
20
20
  ```html
21
21
  <script src="https://unpkg.com/@libp2p/mplex/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/mplex",
3
- "version": "11.0.13-bc90b4fd5",
3
+ "version": "11.0.13-d19974d93",
4
4
  "description": "JavaScript implementation of https://github.com/libp2p/mplex",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/stream-multiplexer-mplex#readme",
@@ -62,27 +62,27 @@
62
62
  "test:electron-main": "aegir test -t electron-main"
63
63
  },
64
64
  "dependencies": {
65
- "@libp2p/interface": "2.2.1-bc90b4fd5",
66
- "@libp2p/utils": "6.2.1-bc90b4fd5",
65
+ "@libp2p/interface": "2.2.1-d19974d93",
66
+ "@libp2p/utils": "6.2.1-d19974d93",
67
67
  "it-pipe": "^3.0.1",
68
68
  "it-pushable": "^3.2.3",
69
- "it-stream-types": "^2.0.1",
69
+ "it-stream-types": "^2.0.2",
70
70
  "uint8-varint": "^2.0.4",
71
71
  "uint8arraylist": "^2.4.8",
72
72
  "uint8arrays": "^5.1.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@libp2p/interface-compliance-tests": "6.1.11-bc90b4fd5",
76
- "@libp2p/logger": "5.1.4-bc90b4fd5",
77
- "aegir": "^44.0.1",
75
+ "@libp2p/interface-compliance-tests": "6.1.11-d19974d93",
76
+ "@libp2p/logger": "5.1.4-d19974d93",
77
+ "aegir": "^45.0.5",
78
78
  "benchmark": "^2.1.4",
79
- "cborg": "^4.2.0",
79
+ "cborg": "^4.2.6",
80
80
  "delay": "^6.0.0",
81
81
  "iso-random-stream": "^2.0.2",
82
82
  "it-all": "^3.0.6",
83
83
  "it-drain": "^3.0.7",
84
- "it-foreach": "^2.1.0",
85
- "it-map": "^3.1.0",
84
+ "it-foreach": "^2.1.1",
85
+ "it-map": "^3.1.1",
86
86
  "it-pair": "^2.0.6",
87
87
  "p-defer": "^4.0.1",
88
88
  "random-int": "^3.0.0"
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