@libp2p/devtools-metrics 1.1.8 → 1.1.9
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/devtools-metrics",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.9",
|
4
4
|
"description": "Collect libp2p metrics and send them to browser DevTools",
|
5
5
|
"author": "",
|
6
6
|
"license": "Apache-2.0 OR MIT",
|
@@ -69,7 +69,7 @@
|
|
69
69
|
},
|
70
70
|
"dependencies": {
|
71
71
|
"@libp2p/interface": "^2.2.0",
|
72
|
-
"@libp2p/interface-internal": "^2.0
|
72
|
+
"@libp2p/interface-internal": "^2.1.0",
|
73
73
|
"@libp2p/logger": "^5.1.3",
|
74
74
|
"@libp2p/peer-id": "^5.0.7",
|
75
75
|
"@libp2p/simple-metrics": "^1.2.6",
|