@libp2p/prometheus-metrics 4.2.4 → 4.2.5
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/prometheus-metrics",
|
3
|
-
"version": "4.2.
|
3
|
+
"version": "4.2.5",
|
4
4
|
"description": "Collect libp2p metrics for scraping by Prometheus or Graphana",
|
5
5
|
"author": "",
|
6
6
|
"license": "Apache-2.0 OR MIT",
|
@@ -56,7 +56,7 @@
|
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
58
|
"@libp2p/crypto": "^5.0.6",
|
59
|
-
"@libp2p/interface-compliance-tests": "^6.1.
|
59
|
+
"@libp2p/interface-compliance-tests": "^6.1.9",
|
60
60
|
"@libp2p/logger": "^5.1.3",
|
61
61
|
"@libp2p/peer-id": "^5.0.7",
|
62
62
|
"@multiformats/multiaddr": "^12.2.3",
|