@libp2p/prometheus-metrics 3.0.20 → 3.0.21
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/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -102,8 +102,8 @@ $ npm i @libp2p/prometheus-metrics
|
|
|
102
102
|
|
|
103
103
|
Licensed under either of
|
|
104
104
|
|
|
105
|
-
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
106
|
-
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
105
|
+
- Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/metrics-prometheus/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
106
|
+
- MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/metrics-prometheus/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
107
107
|
|
|
108
108
|
# Contribution
|
|
109
109
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/prometheus-metrics",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.21",
|
|
4
4
|
"description": "Collect libp2p metrics for scraping by Prometheus or Graphana",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "Apache-2.0 OR MIT",
|
|
@@ -48,16 +48,16 @@
|
|
|
48
48
|
"test:electron-main": "aegir test -t electron-main --cov"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@libp2p/interface": "^1.
|
|
51
|
+
"@libp2p/interface": "^1.3.0",
|
|
52
52
|
"it-foreach": "^2.0.6",
|
|
53
53
|
"it-stream-types": "^2.0.1",
|
|
54
54
|
"prom-client": "^15.1.1",
|
|
55
55
|
"uint8arraylist": "^2.4.8"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@libp2p/interface-compliance-tests": "^5.4.
|
|
59
|
-
"@libp2p/logger": "^4.0.
|
|
60
|
-
"@libp2p/peer-id-factory": "^4.0
|
|
58
|
+
"@libp2p/interface-compliance-tests": "^5.4.2",
|
|
59
|
+
"@libp2p/logger": "^4.0.11",
|
|
60
|
+
"@libp2p/peer-id-factory": "^4.1.0",
|
|
61
61
|
"@multiformats/multiaddr": "^12.2.1",
|
|
62
62
|
"aegir": "^42.2.5",
|
|
63
63
|
"it-drain": "^3.0.5",
|