@libp2p/prometheus-metrics 4.2.4-7dead6d35 → 4.2.4-844a8d2d1

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.4-7dead6d35",
3
+ "version": "4.2.4-844a8d2d1",
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-7dead6d35",
51
+ "@libp2p/interface": "2.2.0-844a8d2d1",
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-7dead6d35",
59
- "@libp2p/interface-compliance-tests": "6.1.8-7dead6d35",
60
- "@libp2p/logger": "5.1.3-7dead6d35",
61
- "@libp2p/peer-id": "5.0.7-7dead6d35",
58
+ "@libp2p/crypto": "5.0.6-844a8d2d1",
59
+ "@libp2p/interface-compliance-tests": "6.1.8-844a8d2d1",
60
+ "@libp2p/logger": "5.1.3-844a8d2d1",
61
+ "@libp2p/peer-id": "5.0.7-844a8d2d1",
62
62
  "@multiformats/multiaddr": "^12.2.3",
63
63
  "aegir": "^44.0.1",
64
64
  "it-drain": "^3.0.7",