@libp2p/interop 3.0.0 → 3.0.2
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 -2
- package/package.json +13 -9
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
- [Running the tests](#running-the-tests)
|
|
16
16
|
- [Contribute](#contribute)
|
|
17
17
|
- [License](#license)
|
|
18
|
-
- [
|
|
18
|
+
- [Contribute](#contribute-1)
|
|
19
19
|
|
|
20
20
|
## Install
|
|
21
21
|
|
|
@@ -80,6 +80,6 @@ Licensed under either of
|
|
|
80
80
|
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
81
81
|
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
82
82
|
|
|
83
|
-
##
|
|
83
|
+
## Contribute
|
|
84
84
|
|
|
85
85
|
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/interop",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "Interoperability Tests for libp2p",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/interop#readme",
|
|
@@ -65,15 +65,15 @@
|
|
|
65
65
|
"release": "patch"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
|
-
"type": "
|
|
68
|
+
"type": "docs",
|
|
69
69
|
"release": "patch"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"type": "
|
|
72
|
+
"type": "test",
|
|
73
73
|
"release": "patch"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
|
-
"type": "
|
|
76
|
+
"type": "deps",
|
|
77
77
|
"release": "patch"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
@@ -103,7 +103,11 @@
|
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"type": "docs",
|
|
106
|
-
"section": "
|
|
106
|
+
"section": "Documentation"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"type": "deps",
|
|
110
|
+
"section": "Dependencies"
|
|
107
111
|
},
|
|
108
112
|
{
|
|
109
113
|
"type": "test",
|
|
@@ -128,18 +132,18 @@
|
|
|
128
132
|
"release": "aegir release"
|
|
129
133
|
},
|
|
130
134
|
"dependencies": {
|
|
131
|
-
"@libp2p/daemon-client": "^3.0.
|
|
132
|
-
"@libp2p/interface-peer-info": "^1.0.
|
|
135
|
+
"@libp2p/daemon-client": "^3.0.1",
|
|
136
|
+
"@libp2p/interface-peer-info": "^1.0.3",
|
|
133
137
|
"@libp2p/logger": "^2.0.0",
|
|
134
138
|
"@libp2p/peer-id": "^1.1.8",
|
|
135
|
-
"@multiformats/multiaddr": "^
|
|
139
|
+
"@multiformats/multiaddr": "^11.0.0",
|
|
136
140
|
"it-all": "^1.0.6",
|
|
137
141
|
"it-first": "^1.0.7",
|
|
138
142
|
"it-pipe": "^2.0.4",
|
|
139
143
|
"multiformats": "^9.4.5",
|
|
140
144
|
"p-defer": "^4.0.0",
|
|
141
145
|
"p-retry": "^5.1.0",
|
|
142
|
-
"uint8arrays": "^
|
|
146
|
+
"uint8arrays": "^4.0.2"
|
|
143
147
|
},
|
|
144
148
|
"devDependencies": {
|
|
145
149
|
"aegir": "^37.2.0"
|