@libp2p/bootstrap 10.0.3-738dd40f1 → 10.0.3

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 CHANGED
@@ -48,7 +48,7 @@ let options = {
48
48
  const libp2p = await createLibp2p(options)
49
49
 
50
50
  libp2p.on('peer:discovery', function (peerId) {
51
- console.log('found peer: ', peerId.toB58String())
51
+ console.this.log('found peer: ', peerId.toB58String())
52
52
  })
53
53
  ```
54
54
 
@@ -0,0 +1,8 @@
1
+ {
2
+ "BootstrapComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_bootstrap.BootstrapComponents.html",
3
+ ".:BootstrapComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_bootstrap.BootstrapComponents.html",
4
+ "BootstrapInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_bootstrap.BootstrapInit.html",
5
+ ".:BootstrapInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_bootstrap.BootstrapInit.html",
6
+ "bootstrap": "https://libp2p.github.io/js-libp2p/functions/_libp2p_bootstrap.bootstrap.html",
7
+ ".:bootstrap": "https://libp2p.github.io/js-libp2p/functions/_libp2p_bootstrap.bootstrap.html"
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/bootstrap",
3
- "version": "10.0.3-738dd40f1",
3
+ "version": "10.0.3",
4
4
  "description": "Peer discovery via a list of bootstrap peers",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-discovery-bootstrap#readme",
@@ -53,14 +53,14 @@
53
53
  "test:electron-main": "aegir test -t electron-main"
54
54
  },
55
55
  "dependencies": {
56
- "@libp2p/interface": "1.0.1-738dd40f1",
57
- "@libp2p/peer-id": "4.0.1-738dd40f1",
56
+ "@libp2p/interface": "^1.0.1",
57
+ "@libp2p/peer-id": "^4.0.1",
58
58
  "@multiformats/mafmt": "^12.1.6",
59
59
  "@multiformats/multiaddr": "^12.1.10"
60
60
  },
61
61
  "devDependencies": {
62
- "@libp2p/interface-compliance-tests": "5.0.3-738dd40f1",
63
- "@libp2p/logger": "4.0.1-738dd40f1",
62
+ "@libp2p/interface-compliance-tests": "^5.0.3",
63
+ "@libp2p/logger": "^4.0.1",
64
64
  "aegir": "^41.0.2",
65
65
  "sinon-ts": "^2.0.0"
66
66
  }