@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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:multiaadrs` - emitted when a known peer has a different set of multiaddrs.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/peer-store",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "Stores information about peers libp2p knows on the network",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p-peer-store#readme",