@libp2p/prometheus-metrics 4.2.7-f8da60e73 → 4.2.8-127abe24b

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.7-f8da60e73",
3
+ "version": "4.2.8-127abe24b",
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.1-f8da60e73",
51
+ "@libp2p/interface": "2.3.0-127abe24b",
52
52
  "it-foreach": "^2.1.1",
53
53
  "it-stream-types": "^2.0.2",
54
54
  "prom-client": "^15.1.3",
55
55
  "uint8arraylist": "^2.4.8"
56
56
  },
57
57
  "devDependencies": {
58
- "@libp2p/crypto": "5.0.7-f8da60e73",
59
- "@libp2p/interface-compliance-tests": "6.1.11-f8da60e73",
60
- "@libp2p/logger": "5.1.4-f8da60e73",
61
- "@libp2p/peer-id": "5.0.8-f8da60e73",
58
+ "@libp2p/crypto": "5.0.8-127abe24b",
59
+ "@libp2p/interface-compliance-tests": "6.2.0-127abe24b",
60
+ "@libp2p/logger": "5.1.5-127abe24b",
61
+ "@libp2p/peer-id": "5.0.9-127abe24b",
62
62
  "@multiformats/multiaddr": "^12.3.3",
63
63
  "aegir": "^45.0.5",
64
64
  "it-drain": "^3.0.7",