libp2p 1.4.2 → 1.4.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 +5 -5
- package/dist/index.min.js +4 -4
- package/dist/src/index.d.ts +1 -1
- package/dist/src/upgrader.js +1 -1
- package/dist/src/upgrader.js.map +1 -1
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/package.json +18 -18
- package/src/index.ts +1 -1
- package/src/upgrader.ts +1 -1
- package/src/version.ts +1 -1
package/README.md
CHANGED
|
@@ -86,15 +86,15 @@ It is complementary to the overarching libp2p project roadmap: <https://github.c
|
|
|
86
86
|
|
|
87
87
|
### Configuration
|
|
88
88
|
|
|
89
|
-
For all the information on how you can configure libp2p see [CONFIGURATION.md](
|
|
89
|
+
For all the information on how you can configure libp2p see [CONFIGURATION.md](https://github.com/libp2p/js-libp2p/blob/main/doc/CONFIGURATION.md).
|
|
90
90
|
|
|
91
91
|
## Limits
|
|
92
92
|
|
|
93
|
-
For help configuring your node to resist malicious network peers, see [LIMITS.md](
|
|
93
|
+
For help configuring your node to resist malicious network peers, see [LIMITS.md](https://github.com/libp2p/js-libp2p/blob/main/doc/LIMITS.md)
|
|
94
94
|
|
|
95
95
|
## Getting started
|
|
96
96
|
|
|
97
|
-
If you are starting your journey with `js-libp2p`, read the [GETTING\_STARTED.md](
|
|
97
|
+
If you are starting your journey with `js-libp2p`, read the [GETTING\_STARTED.md](https://github.com/libp2p/js-libp2p/blob/main/doc/GETTING_STARTED.md) guide.
|
|
98
98
|
|
|
99
99
|
## Tutorials and Examples
|
|
100
100
|
|
|
@@ -200,8 +200,8 @@ The libp2p implementation in JavaScript is a work in progress. As such, there ar
|
|
|
200
200
|
|
|
201
201
|
Licensed under either of
|
|
202
202
|
|
|
203
|
-
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
204
|
-
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
203
|
+
- Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/libp2p/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
204
|
+
- MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/libp2p/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
205
205
|
|
|
206
206
|
# Contribution
|
|
207
207
|
|