@libp2p/peer-store 3.1.3 → 3.1.4
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -144,7 +144,7 @@ Access to its underlying books:
|
|
|
144
144
|
### Events
|
|
145
145
|
|
|
146
146
|
- `peer` - emitted when a new peer is added.
|
|
147
|
-
- `change:
|
|
147
|
+
- `change:multiaddrs` - emitted when a known peer has a different set of multiaddrs.
|
|
148
148
|
- `change:protocols` - emitted when a known peer supports a different set of protocols.
|
|
149
149
|
- `change:pubkey` - emitted when a peer's public key is known.
|
|
150
150
|
- `change:metadata` - emitted when known metadata of a peer changes.
|
package/package.json
CHANGED