@libp2p/perf 4.0.13-d866eb5bb → 4.0.13-f2f9008b8

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 +7 -7
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -81,7 +81,7 @@ $ npm i @libp2p/perf
81
81
 
82
82
  ## Browser `<script>` tag
83
83
 
84
- Loading this module through a script tag will make it's exports available as `Libp2pPerf` in the global namespace.
84
+ Loading this module through a script tag will make its exports available as `Libp2pPerf` in the global namespace.
85
85
 
86
86
  ```html
87
87
  <script src="https://unpkg.com/@libp2p/perf/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/perf",
3
- "version": "4.0.13-d866eb5bb",
3
+ "version": "4.0.13-f2f9008b8",
4
4
  "description": "Implementation of Perf Protocol",
5
5
  "author": "@maschad / @marcopolo",
6
6
  "license": "Apache-2.0 OR MIT",
@@ -52,15 +52,15 @@
52
52
  "doc-check": "aegir doc-check"
53
53
  },
54
54
  "dependencies": {
55
- "@libp2p/interface": "2.2.1-d866eb5bb",
56
- "@libp2p/interface-internal": "2.1.1-d866eb5bb",
57
- "@multiformats/multiaddr": "^12.2.3",
55
+ "@libp2p/interface": "2.2.1-f2f9008b8",
56
+ "@libp2p/interface-internal": "2.1.1-f2f9008b8",
57
+ "@multiformats/multiaddr": "^12.3.3",
58
58
  "it-pushable": "^3.2.3"
59
59
  },
60
60
  "devDependencies": {
61
- "@libp2p/interface-compliance-tests": "6.1.11-d866eb5bb",
62
- "@libp2p/logger": "5.1.4-d866eb5bb",
63
- "aegir": "^44.0.1",
61
+ "@libp2p/interface-compliance-tests": "6.1.11-f2f9008b8",
62
+ "@libp2p/logger": "5.1.4-f2f9008b8",
63
+ "aegir": "^45.0.5",
64
64
  "it-last": "^3.0.6",
65
65
  "it-pair": "^2.0.6",
66
66
  "sinon-ts": "^2.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