@libp2p/kad-dht 16.1.6 → 16.1.7
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 +1 -1
- package/dist/index.min.js.map +4 -4
- package/dist/src/message/dht.d.ts +88 -6
- package/dist/src/message/dht.d.ts.map +1 -1
- package/dist/src/message/dht.js +196 -19
- package/dist/src/message/dht.js.map +1 -1
- package/package.json +13 -13
- package/src/message/dht.ts +300 -13
package/README.md
CHANGED
|
@@ -170,7 +170,7 @@ Loading this module through a script tag will make its exports available as `Lib
|
|
|
170
170
|
|
|
171
171
|
# API Docs
|
|
172
172
|
|
|
173
|
-
- <https://libp2p.github.io/js-libp2p/modules/_libp2p_kad-dht.html
|
|
173
|
+
- <https://libp2p.github.io/js-libp2p/modules/_libp2p_kad-dht.html>
|
|
174
174
|
|
|
175
175
|
# License
|
|
176
176
|
|