libp2p 0.35.4 → 0.35.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libp2p",
3
- "version": "0.35.4",
3
+ "version": "0.35.5",
4
4
  "description": "JavaScript implementation of libp2p, a modular peer to peer network stack",
5
5
  "leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
6
6
  "main": "src/index.js",
@@ -24,7 +24,7 @@ const {
24
24
 
25
25
  const METRICS_COMPONENT = 'dialler'
26
26
  const METRICS_PENDING_DIALS = 'pending-dials'
27
- const METRICS_PENDING_DIAL_TARGETS = 'pending-dials-targers'
27
+ const METRICS_PENDING_DIAL_TARGETS = 'pending-dial-targets'
28
28
 
29
29
  /**
30
30
  * @typedef {import('libp2p-interfaces/src/connection').Connection} Connection