@libp2p/interop 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +12 -8
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
- - [Contribution](#contribution)
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
- ## Contribution
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.0",
3
+ "version": "3.0.1",
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": "chore",
68
+ "type": "docs",
69
69
  "release": "patch"
70
70
  },
71
71
  {
72
- "type": "docs",
72
+ "type": "test",
73
73
  "release": "patch"
74
74
  },
75
75
  {
76
- "type": "test",
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": "Trivial Changes"
106
+ "section": "Documentation"
107
+ },
108
+ {
109
+ "type": "deps",
110
+ "section": "Dependencies"
107
111
  },
108
112
  {
109
113
  "type": "test",
@@ -128,11 +132,11 @@
128
132
  "release": "aegir release"
129
133
  },
130
134
  "dependencies": {
131
- "@libp2p/daemon-client": "^3.0.0",
132
- "@libp2p/interface-peer-info": "^1.0.1",
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": "^10.1.8",
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",