@libp2p/interface-compliance-tests 3.0.2 → 3.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 +2 -3
- package/package.json +9 -5
package/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# @libp2p/interface-compliance-tests <!-- omit in toc -->
|
|
2
2
|
|
|
3
3
|
[](http://libp2p.io/)
|
|
4
|
-
[](http://webchat.freenode.net/?channels=%23libp2p)
|
|
5
4
|
[](https://discuss.libp2p.io)
|
|
6
5
|
[](https://codecov.io/gh/libp2p/js-libp2p-interfaces)
|
|
7
6
|
[](https://github.com/libp2p/js-libp2p-interfaces/actions/workflows/js-test-and-release.yml)
|
|
@@ -13,7 +12,7 @@
|
|
|
13
12
|
- [Install](#install)
|
|
14
13
|
- [Usage](#usage)
|
|
15
14
|
- [License](#license)
|
|
16
|
-
- [
|
|
15
|
+
- [Contribute](#contribute)
|
|
17
16
|
|
|
18
17
|
## Install
|
|
19
18
|
|
|
@@ -32,6 +31,6 @@ Licensed under either of
|
|
|
32
31
|
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
33
32
|
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
34
33
|
|
|
35
|
-
##
|
|
34
|
+
## Contribute
|
|
36
35
|
|
|
37
36
|
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-compliance-tests",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "Compliance tests for JS libp2p interfaces",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-compliance-tests#readme",
|
|
@@ -90,15 +90,15 @@
|
|
|
90
90
|
"release": "patch"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
|
-
"type": "
|
|
93
|
+
"type": "docs",
|
|
94
94
|
"release": "patch"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
|
-
"type": "
|
|
97
|
+
"type": "test",
|
|
98
98
|
"release": "patch"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
|
-
"type": "
|
|
101
|
+
"type": "deps",
|
|
102
102
|
"release": "patch"
|
|
103
103
|
},
|
|
104
104
|
{
|
|
@@ -128,7 +128,11 @@
|
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
"type": "docs",
|
|
131
|
-
"section": "
|
|
131
|
+
"section": "Documentation"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"type": "deps",
|
|
135
|
+
"section": "Dependencies"
|
|
132
136
|
},
|
|
133
137
|
{
|
|
134
138
|
"type": "test",
|