@libp2p/bootstrap
Advanced tools
Comparing version 5.0.1 to 5.0.2
{ | ||
"name": "@libp2p/bootstrap", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Node.js IPFS Implementation of the railing process of a Node through a bootstrap peer list", | ||
@@ -25,3 +25,3 @@ "license": "Apache-2.0 OR MIT", | ||
"src", | ||
"dist/src", | ||
"dist", | ||
"!dist/test", | ||
@@ -139,3 +139,4 @@ "!**/*.tsbuildinfo" | ||
"test:electron-main": "aegir test -t electron-main", | ||
"release": "aegir release" | ||
"release": "aegir release", | ||
"docs": "aegir docs" | ||
}, | ||
@@ -157,3 +158,3 @@ "dependencies": { | ||
"@libp2p/peer-store": "^5.0.0", | ||
"aegir": "^37.5.3", | ||
"aegir": "^37.7.5", | ||
"datastore-core": "^8.0.1", | ||
@@ -160,0 +161,0 @@ "delay": "^5.0.0" |
# @libp2p/bootstrap <!-- omit in toc --> | ||
[![libp2p.io](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/) | ||
[![IRC](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p) | ||
[![Discuss](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg?style=flat-square)](https://discuss.libp2p.io) | ||
[![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p-bootstrap.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-bootstrap) | ||
[![CI](https://img.shields.io/github/workflow/status/libp2p/js-libp2p-interfaces/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/libp2p/js-libp2p-bootstrap/actions/workflows/js-test-and-release.yml) | ||
[![CI](https://img.shields.io/github/actions/workflow/status/libp2p/js-libp2p-bootstrap/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/libp2p/js-libp2p-bootstrap/actions/workflows/js-test-and-release.yml?query=branch%3Amaster) | ||
@@ -14,4 +13,6 @@ > Node.js IPFS Implementation of the railing process of a Node through a bootstrap peer list | ||
- [Install](#install) | ||
- [Browser `<script>` tag](#browser-script-tag) | ||
- [Usage](#usage) | ||
- [Contribute](#contribute) | ||
- [API Docs](#api-docs) | ||
- [License](#license) | ||
@@ -26,2 +27,10 @@ - [Contribute](#contribute-1) | ||
### Browser `<script>` tag | ||
Loading this module through a script tag will make it's exports available as `Libp2pBootstrap` in the global namespace. | ||
```html | ||
<script src="https://unpkg.com/@libp2p/bootstrap/dist/index.min.js"></script> | ||
``` | ||
## Usage | ||
@@ -91,2 +100,6 @@ | ||
## API Docs | ||
- <https://libp2p.github.io/js-libp2p-bootstrap> | ||
## License | ||
@@ -93,0 +106,0 @@ |
66076
10
440
112