@libp2p/bootstrap 11.0.13-98b43045c → 11.0.13-a0c8ceb99

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 (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -62,7 +62,7 @@ $ npm i @libp2p/bootstrap
62
62
 
63
63
  ## Browser `<script>` tag
64
64
 
65
- Loading this module through a script tag will make it's exports available as `Libp2pBootstrap` in the global namespace.
65
+ Loading this module through a script tag will make its exports available as `Libp2pBootstrap` in the global namespace.
66
66
 
67
67
  ```html
68
68
  <script src="https://unpkg.com/@libp2p/bootstrap/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/bootstrap",
3
- "version": "11.0.13-98b43045c",
3
+ "version": "11.0.13-a0c8ceb99",
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",
@@ -54,16 +54,16 @@
54
54
  "test:electron-main": "aegir test -t electron-main"
55
55
  },
56
56
  "dependencies": {
57
- "@libp2p/interface": "2.2.1-98b43045c",
58
- "@libp2p/interface-internal": "2.1.1-98b43045c",
59
- "@libp2p/peer-id": "5.0.8-98b43045c",
57
+ "@libp2p/interface": "2.2.1-a0c8ceb99",
58
+ "@libp2p/interface-internal": "2.1.1-a0c8ceb99",
59
+ "@libp2p/peer-id": "5.0.8-a0c8ceb99",
60
60
  "@multiformats/mafmt": "^12.1.6",
61
- "@multiformats/multiaddr": "^12.2.3"
61
+ "@multiformats/multiaddr": "^12.3.3"
62
62
  },
63
63
  "devDependencies": {
64
- "@libp2p/interface-compliance-tests": "6.1.11-98b43045c",
65
- "@libp2p/logger": "5.1.4-98b43045c",
66
- "aegir": "^44.0.1",
64
+ "@libp2p/interface-compliance-tests": "6.1.11-a0c8ceb99",
65
+ "@libp2p/logger": "5.1.4-a0c8ceb99",
66
+ "aegir": "^45.0.5",
67
67
  "sinon-ts": "^2.0.0"
68
68
  },
69
69
  "sideEffects": false
package/LICENSE DELETED
@@ -1,4 +0,0 @@
1
- This project is dual licensed under MIT and Apache-2.0.
2
-
3
- MIT: https://www.opensource.org/licenses/mit
4
- Apache-2.0: https://www.apache.org/licenses/license-2.0