@libp2p/devtools-metrics 1.1.7 → 1.1.8

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/devtools-metrics",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Collect libp2p metrics and send them to browser DevTools",
5
5
  "author": "",
6
6
  "license": "Apache-2.0 OR MIT",
@@ -68,11 +68,11 @@
68
68
  "test:firefox": "aegir test -t browser --browser firefox"
69
69
  },
70
70
  "dependencies": {
71
- "@libp2p/interface": "^2.1.3",
72
- "@libp2p/interface-internal": "^2.0.9",
73
- "@libp2p/logger": "^5.1.2",
74
- "@libp2p/peer-id": "^5.0.6",
75
- "@libp2p/simple-metrics": "^1.2.5",
71
+ "@libp2p/interface": "^2.2.0",
72
+ "@libp2p/interface-internal": "^2.0.10",
73
+ "@libp2p/logger": "^5.1.3",
74
+ "@libp2p/peer-id": "^5.0.7",
75
+ "@libp2p/simple-metrics": "^1.2.6",
76
76
  "@multiformats/multiaddr": "^12.3.0",
77
77
  "cborg": "^4.2.2",
78
78
  "it-pipe": "^3.0.1",
@@ -82,7 +82,7 @@
82
82
  "progress-events": "^1.0.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@libp2p/crypto": "^5.0.5",
85
+ "@libp2p/crypto": "^5.0.6",
86
86
  "aegir": "^44.0.1",
87
87
  "sinon-ts": "^2.0.0"
88
88
  },