@libp2p/prometheus-metrics 4.2.8-5c4a79e5a → 4.2.9-023ea575c

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.8-5c4a79e5a",
3
+ "version": "4.2.9-023ea575c",
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.3.0-5c4a79e5a",
51
+ "@libp2p/interface": "2.3.0-023ea575c",
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.8-5c4a79e5a",
59
- "@libp2p/interface-compliance-tests": "6.2.0-5c4a79e5a",
60
- "@libp2p/logger": "5.1.5-5c4a79e5a",
61
- "@libp2p/peer-id": "5.0.9-5c4a79e5a",
58
+ "@libp2p/crypto": "5.0.8-023ea575c",
59
+ "@libp2p/interface-compliance-tests": "6.2.1-023ea575c",
60
+ "@libp2p/logger": "5.1.5-023ea575c",
61
+ "@libp2p/peer-id": "5.0.9-023ea575c",
62
62
  "@multiformats/multiaddr": "^12.3.3",
63
63
  "aegir": "^45.0.5",
64
64
  "it-drain": "^3.0.7",