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 +1 -1
- package/src/dialer/index.js +1 -1
package/package.json
CHANGED
package/src/dialer/index.js
CHANGED
|
@@ -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-
|
|
27
|
+
const METRICS_PENDING_DIAL_TARGETS = 'pending-dial-targets'
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
30
|
* @typedef {import('libp2p-interfaces/src/connection').Connection} Connection
|