@libp2p/prometheus-metrics 4.2.7-8a9258a24 → 4.2.7-92cc74082

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +11 -11
  2. package/LICENSE +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/prometheus-metrics",
3
- "version": "4.2.7-8a9258a24",
3
+ "version": "4.2.7-92cc74082",
4
4
  "description": "Collect libp2p metrics for scraping by Prometheus or Graphana",
5
5
  "author": "",
6
6
  "license": "Apache-2.0 OR MIT",
@@ -48,19 +48,19 @@
48
48
  "test:electron-main": "aegir test -t electron-main --cov"
49
49
  },
50
50
  "dependencies": {
51
- "@libp2p/interface": "2.2.1-8a9258a24",
52
- "it-foreach": "^2.1.0",
53
- "it-stream-types": "^2.0.1",
54
- "prom-client": "^15.1.2",
51
+ "@libp2p/interface": "2.2.1-92cc74082",
52
+ "it-foreach": "^2.1.1",
53
+ "it-stream-types": "^2.0.2",
54
+ "prom-client": "^15.1.3",
55
55
  "uint8arraylist": "^2.4.8"
56
56
  },
57
57
  "devDependencies": {
58
- "@libp2p/crypto": "5.0.7-8a9258a24",
59
- "@libp2p/interface-compliance-tests": "6.1.11-8a9258a24",
60
- "@libp2p/logger": "5.1.4-8a9258a24",
61
- "@libp2p/peer-id": "5.0.8-8a9258a24",
62
- "@multiformats/multiaddr": "^12.2.3",
63
- "aegir": "^44.0.1",
58
+ "@libp2p/crypto": "5.0.7-92cc74082",
59
+ "@libp2p/interface-compliance-tests": "6.1.11-92cc74082",
60
+ "@libp2p/logger": "5.1.4-92cc74082",
61
+ "@libp2p/peer-id": "5.0.8-92cc74082",
62
+ "@multiformats/multiaddr": "^12.3.3",
63
+ "aegir": "^45.0.5",
64
64
  "it-drain": "^3.0.7",
65
65
  "it-pipe": "^3.0.1",
66
66
  "p-defer": "^4.0.1"
package/LICENSE DELETED
@@ -1,4 +0,0 @@
1
- This project is dual licensed under MIT and Apache-2.0.
2
-
3
- MIT: https://www.opensource.org/licenses/mit
4
- Apache-2.0: https://www.apache.org/licenses/license-2.0