@libp2p/interface-internal 0.1.7 → 0.1.8
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 +4 -13
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
# @libp2p/interface-internal <!-- omit in toc -->
|
|
2
|
-
|
|
3
1
|
[](http://libp2p.io/)
|
|
4
2
|
[](https://discuss.libp2p.io)
|
|
5
3
|
[](https://codecov.io/gh/libp2p/js-libp2p)
|
|
@@ -7,30 +5,23 @@
|
|
|
7
5
|
|
|
8
6
|
> Interfaces implemented by internal libp2p components
|
|
9
7
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
- [Install](#install)
|
|
13
|
-
- [API Docs](#api-docs)
|
|
14
|
-
- [License](#license)
|
|
15
|
-
- [Contribution](#contribution)
|
|
16
|
-
|
|
17
|
-
## Install
|
|
8
|
+
# Install
|
|
18
9
|
|
|
19
10
|
```console
|
|
20
11
|
$ npm i @libp2p/interface-internal
|
|
21
12
|
```
|
|
22
13
|
|
|
23
|
-
|
|
14
|
+
# API Docs
|
|
24
15
|
|
|
25
16
|
- <https://libp2p.github.io/js-libp2p/modules/_libp2p_interface_internal.html>
|
|
26
17
|
|
|
27
|
-
|
|
18
|
+
# License
|
|
28
19
|
|
|
29
20
|
Licensed under either of
|
|
30
21
|
|
|
31
22
|
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
32
23
|
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
33
24
|
|
|
34
|
-
|
|
25
|
+
# Contribution
|
|
35
26
|
|
|
36
27
|
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.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/interface-internal",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "Interfaces implemented by internal libp2p components",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/interface-internal#readme",
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"build": "aegir build"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@libp2p/interface": "^0.1.
|
|
83
|
-
"@libp2p/peer-collections": "^4.0.
|
|
82
|
+
"@libp2p/interface": "^0.1.5",
|
|
83
|
+
"@libp2p/peer-collections": "^4.0.7",
|
|
84
84
|
"@multiformats/multiaddr": "^12.1.5",
|
|
85
85
|
"uint8arraylist": "^2.4.3"
|
|
86
86
|
},
|