@libp2p/prometheus-metrics 1.1.4 → 1.1.5
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.
- package/package.json +4 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/prometheus-metrics",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "Collect libp2p metrics for scraping by Prometheus or Graphana",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "Apache-2.0 OR MIT",
|
|
@@ -137,7 +137,8 @@
|
|
|
137
137
|
"@libp2p/interface-metrics": "^4.0.2",
|
|
138
138
|
"@libp2p/logger": "^2.0.2",
|
|
139
139
|
"it-foreach": "^2.0.3",
|
|
140
|
-
"it-stream-types": "^2.0.1"
|
|
140
|
+
"it-stream-types": "^2.0.1",
|
|
141
|
+
"prom-client": "^14.1.0"
|
|
141
142
|
},
|
|
142
143
|
"devDependencies": {
|
|
143
144
|
"@libp2p/interface-mocks": "^12.0.1",
|
|
@@ -146,10 +147,6 @@
|
|
|
146
147
|
"aegir": "^39.0.6",
|
|
147
148
|
"it-drain": "^3.0.2",
|
|
148
149
|
"it-pipe": "^3.0.1",
|
|
149
|
-
"p-defer": "^4.0.0"
|
|
150
|
-
"prom-client": "^14.1.0"
|
|
151
|
-
},
|
|
152
|
-
"peerDependencies": {
|
|
153
|
-
"prom-client": "^14.1.0"
|
|
150
|
+
"p-defer": "^4.0.0"
|
|
154
151
|
}
|
|
155
152
|
}
|