libp2p 1.0.9 → 1.0.10-230afea4b

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 (35) hide show
  1. package/README.md +1 -1
  2. package/dist/index.min.js +35 -35
  3. package/dist/src/connection-manager/dial-queue.d.ts.map +1 -1
  4. package/dist/src/connection-manager/dial-queue.js +4 -6
  5. package/dist/src/connection-manager/dial-queue.js.map +1 -1
  6. package/dist/src/{content-routing/index.d.ts → content-routing.d.ts} +6 -3
  7. package/dist/src/content-routing.d.ts.map +1 -0
  8. package/dist/src/content-routing.js +113 -0
  9. package/dist/src/content-routing.js.map +1 -0
  10. package/dist/src/libp2p.d.ts.map +1 -1
  11. package/dist/src/libp2p.js +7 -3
  12. package/dist/src/libp2p.js.map +1 -1
  13. package/dist/src/peer-routing.d.ts +3 -3
  14. package/dist/src/peer-routing.d.ts.map +1 -1
  15. package/dist/src/peer-routing.js +57 -10
  16. package/dist/src/peer-routing.js.map +1 -1
  17. package/dist/src/version.d.ts +1 -1
  18. package/dist/src/version.d.ts.map +1 -1
  19. package/dist/src/version.js +1 -1
  20. package/dist/src/version.js.map +1 -1
  21. package/package.json +25 -27
  22. package/src/connection-manager/dial-queue.ts +8 -11
  23. package/src/{content-routing/index.ts → content-routing.ts} +66 -18
  24. package/src/libp2p.ts +7 -3
  25. package/src/peer-routing.ts +78 -35
  26. package/src/version.ts +1 -1
  27. package/dist/src/content-routing/index.d.ts.map +0 -1
  28. package/dist/src/content-routing/index.js +0 -67
  29. package/dist/src/content-routing/index.js.map +0 -1
  30. package/dist/src/content-routing/utils.d.ts +0 -15
  31. package/dist/src/content-routing/utils.d.ts.map +0 -1
  32. package/dist/src/content-routing/utils.js +0 -44
  33. package/dist/src/content-routing/utils.js.map +0 -1
  34. package/dist/typedoc-urls.json +0 -10
  35. package/src/content-routing/utils.ts +0 -55
package/README.md CHANGED
@@ -189,4 +189,4 @@ Licensed under either of
189
189
 
190
190
  # Contribution
191
191
 
192
- Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
192
+ Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.