@libp2p/devtools-metrics 1.1.10-8a9258a24 → 1.1.10-99f5f270b

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 +13 -13
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -46,7 +46,7 @@ $ npm i @libp2p/devtools-metrics
46
46
 
47
47
  ## Browser `<script>` tag
48
48
 
49
- Loading this module through a script tag will make it's exports available as `Libp2pDevtoolsMetrics` in the global namespace.
49
+ Loading this module through a script tag will make its exports available as `Libp2pDevtoolsMetrics` in the global namespace.
50
50
 
51
51
  ```html
52
52
  <script src="https://unpkg.com/@libp2p/devtools-metrics/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/devtools-metrics",
3
- "version": "1.1.10-8a9258a24",
3
+ "version": "1.1.10-99f5f270b",
4
4
  "description": "Collect libp2p metrics and send them to browser DevTools",
5
5
  "author": "",
6
6
  "license": "Apache-2.0 OR MIT",
@@ -68,22 +68,22 @@
68
68
  "test:firefox": "aegir test -t browser --browser firefox"
69
69
  },
70
70
  "dependencies": {
71
- "@libp2p/interface": "2.2.1-8a9258a24",
72
- "@libp2p/interface-internal": "2.1.1-8a9258a24",
73
- "@libp2p/logger": "5.1.4-8a9258a24",
74
- "@libp2p/peer-id": "5.0.8-8a9258a24",
75
- "@libp2p/simple-metrics": "1.2.7-8a9258a24",
76
- "@multiformats/multiaddr": "^12.3.0",
77
- "cborg": "^4.2.2",
71
+ "@libp2p/interface": "2.2.1-99f5f270b",
72
+ "@libp2p/interface-internal": "2.1.1-99f5f270b",
73
+ "@libp2p/logger": "5.1.4-99f5f270b",
74
+ "@libp2p/peer-id": "5.0.8-99f5f270b",
75
+ "@libp2p/simple-metrics": "1.2.7-99f5f270b",
76
+ "@multiformats/multiaddr": "^12.3.3",
77
+ "cborg": "^4.2.6",
78
78
  "it-pipe": "^3.0.1",
79
79
  "it-pushable": "^3.2.3",
80
- "it-rpc": "^1.0.0",
81
- "multiformats": "^13.1.0",
82
- "progress-events": "^1.0.0"
80
+ "it-rpc": "^1.0.2",
81
+ "multiformats": "^13.3.1",
82
+ "progress-events": "^1.0.1"
83
83
  },
84
84
  "devDependencies": {
85
- "@libp2p/crypto": "5.0.7-8a9258a24",
86
- "aegir": "^44.0.1",
85
+ "@libp2p/crypto": "5.0.7-99f5f270b",
86
+ "aegir": "^45.0.5",
87
87
  "sinon-ts": "^2.0.0"
88
88
  },
89
89
  "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