@libp2p/prometheus-metrics 4.2.4-7c085d10c → 4.2.4-91687998d
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/prometheus-metrics",
|
3
|
-
"version": "4.2.4-
|
3
|
+
"version": "4.2.4-91687998d",
|
4
4
|
"description": "Collect libp2p metrics for scraping by Prometheus or Graphana",
|
5
5
|
"author": "",
|
6
6
|
"license": "Apache-2.0 OR MIT",
|
@@ -48,17 +48,17 @@
|
|
48
48
|
"test:electron-main": "aegir test -t electron-main --cov"
|
49
49
|
},
|
50
50
|
"dependencies": {
|
51
|
-
"@libp2p/interface": "2.2.0-
|
51
|
+
"@libp2p/interface": "2.2.0-91687998d",
|
52
52
|
"it-foreach": "^2.1.0",
|
53
53
|
"it-stream-types": "^2.0.1",
|
54
54
|
"prom-client": "^15.1.2",
|
55
55
|
"uint8arraylist": "^2.4.8"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
|
-
"@libp2p/crypto": "5.0.6-
|
59
|
-
"@libp2p/interface-compliance-tests": "6.1.8-
|
60
|
-
"@libp2p/logger": "5.1.3-
|
61
|
-
"@libp2p/peer-id": "5.0.7-
|
58
|
+
"@libp2p/crypto": "5.0.6-91687998d",
|
59
|
+
"@libp2p/interface-compliance-tests": "6.1.8-91687998d",
|
60
|
+
"@libp2p/logger": "5.1.3-91687998d",
|
61
|
+
"@libp2p/peer-id": "5.0.7-91687998d",
|
62
62
|
"@multiformats/multiaddr": "^12.2.3",
|
63
63
|
"aegir": "^44.0.1",
|
64
64
|
"it-drain": "^3.0.7",
|