@libp2p/devtools-metrics 1.1.8-c2ff2e454 → 1.1.8-c917314f3

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.8-c2ff2e454",
3
+ "version": "1.1.8-c917314f3",
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.2.0-c2ff2e454",
72
- "@libp2p/interface-internal": "2.0.10-c2ff2e454",
73
- "@libp2p/logger": "5.1.3-c2ff2e454",
74
- "@libp2p/peer-id": "5.0.7-c2ff2e454",
75
- "@libp2p/simple-metrics": "1.2.6-c2ff2e454",
71
+ "@libp2p/interface": "2.2.0-c917314f3",
72
+ "@libp2p/interface-internal": "2.0.10-c917314f3",
73
+ "@libp2p/logger": "5.1.3-c917314f3",
74
+ "@libp2p/peer-id": "5.0.7-c917314f3",
75
+ "@libp2p/simple-metrics": "1.2.6-c917314f3",
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.6-c2ff2e454",
85
+ "@libp2p/crypto": "5.0.6-c917314f3",
86
86
  "aegir": "^44.0.1",
87
87
  "sinon-ts": "^2.0.0"
88
88
  },