@libp2p/interface-compliance-tests 3.0.0 → 3.0.1
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 +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# @libp2p/interface-compliance-tests <!-- omit in toc -->
|
|
2
2
|
|
|
3
|
-
[](http://libp2p.io/)
|
|
4
|
+
[](http://webchat.freenode.net/?channels=%23libp2p)
|
|
5
|
+
[](https://discuss.libp2p.io)
|
|
6
|
+
[](https://codecov.io/gh/libp2p/js-libp2p-interfaces)
|
|
7
|
+
[](https://github.com/libp2p/js-libp2p-interfaces/actions/workflows/js-test-and-release.yml)
|
|
4
8
|
|
|
5
9
|
> Compliance tests for JS libp2p interfaces
|
|
6
10
|
|
|
@@ -9,7 +13,7 @@
|
|
|
9
13
|
- [Install](#install)
|
|
10
14
|
- [Usage](#usage)
|
|
11
15
|
- [License](#license)
|
|
12
|
-
|
|
16
|
+
- [Contribution](#contribution)
|
|
13
17
|
|
|
14
18
|
## Install
|
|
15
19
|
|
|
@@ -28,6 +32,6 @@ Licensed under either of
|
|
|
28
32
|
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
29
33
|
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
30
34
|
|
|
31
|
-
|
|
35
|
+
## Contribution
|
|
32
36
|
|
|
33
37
|
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.1",
|
|
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",
|