@libp2p/peer-store 5.0.1 → 6.0.1
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/dist/index.min.js +18 -10
- package/dist/src/address-book.js +4 -4
- package/dist/src/address-book.js.map +1 -1
- package/dist/src/index.js +3 -3
- package/dist/src/index.js.map +1 -1
- package/dist/src/key-book.js +2 -2
- package/dist/src/key-book.js.map +1 -1
- package/dist/src/metadata-book.js +3 -3
- package/dist/src/metadata-book.js.map +1 -1
- package/dist/src/proto-book.js +4 -4
- package/dist/src/proto-book.js.map +1 -1
- package/dist/src/store.js +3 -3
- package/dist/src/store.js.map +1 -1
- package/dist/typedoc-urls.json +1 -0
- package/package.json +8 -9
- package/src/address-book.ts +4 -4
- package/src/index.ts +3 -3
- package/src/key-book.ts +2 -2
- package/src/metadata-book.ts +3 -3
- package/src/proto-book.ts +4 -4
- package/src/store.ts +3 -3
package/README.md
CHANGED
|
@@ -141,7 +141,7 @@ A `peerId.toString()` identifier mapping to the peer metadata Map.
|
|
|
141
141
|
|
|
142
142
|
### API
|
|
143
143
|
|
|
144
|
-
For the complete API documentation, you should check the [API.md](
|
|
144
|
+
For the complete API documentation, you should check the [API.md](https://libp2p.github.io/js-libp2p-peer-store).
|
|
145
145
|
|
|
146
146
|
Access to its underlying books:
|
|
147
147
|
|