@libp2p/interface-compliance-tests 5.4.1-acef72613 → 5.4.1-c2181f0cf

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 +9 -9
package/README.md CHANGED
@@ -33,8 +33,8 @@ Each [interface](https://npmjs.org/packages/@libp2p/interfaces) has its document
33
33
 
34
34
  Licensed under either of
35
35
 
36
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
37
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
36
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/interface-compliance-tests/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
37
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/interface-compliance-tests/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
38
38
 
39
39
  # Contribution
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/interface-compliance-tests",
3
- "version": "5.4.1-acef72613",
3
+ "version": "5.4.1-c2181f0cf",
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/tree/main/packages/interface-compliance-tests#readme",
@@ -112,14 +112,14 @@
112
112
  "test:electron-main": "aegir test -t electron-main"
113
113
  },
114
114
  "dependencies": {
115
- "@libp2p/interface": "1.2.0-acef72613",
116
- "@libp2p/interface-internal": "1.1.0-acef72613",
117
- "@libp2p/logger": "4.0.10-acef72613",
118
- "@libp2p/multistream-select": "5.1.7-acef72613",
119
- "@libp2p/peer-collections": "5.1.10-acef72613",
120
- "@libp2p/peer-id": "4.0.10-acef72613",
121
- "@libp2p/peer-id-factory": "4.0.10-acef72613",
122
- "@libp2p/utils": "5.3.1-acef72613",
115
+ "@libp2p/interface": "1.2.0-c2181f0cf",
116
+ "@libp2p/interface-internal": "1.1.0-c2181f0cf",
117
+ "@libp2p/logger": "4.0.10-c2181f0cf",
118
+ "@libp2p/multistream-select": "5.1.7-c2181f0cf",
119
+ "@libp2p/peer-collections": "5.1.10-c2181f0cf",
120
+ "@libp2p/peer-id": "4.0.10-c2181f0cf",
121
+ "@libp2p/peer-id-factory": "4.0.10-c2181f0cf",
122
+ "@libp2p/utils": "5.3.1-c2181f0cf",
123
123
  "@multiformats/multiaddr": "^12.2.1",
124
124
  "abortable-iterator": "^5.0.1",
125
125
  "aegir": "^42.2.5",