@libp2p/interop 14.0.15-d6f6f5818 → 14.0.15-dd251c5e7

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 +4 -4
package/README.md CHANGED
@@ -78,8 +78,8 @@ $ npm i @libp2p/interop
78
78
 
79
79
  Licensed under either of
80
80
 
81
- - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/interop/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
82
- - MIT ([LICENSE-MIT](https://github.com/libp2p/interop/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
81
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/interop/blob/main/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
82
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/interop/blob/main/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
83
83
 
84
84
  # Contribution
85
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/interop",
3
- "version": "14.0.15-d6f6f5818",
3
+ "version": "14.0.15-dd251c5e7",
4
4
  "description": "Interoperability Tests for libp2p",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/interop#readme",
@@ -42,9 +42,9 @@
42
42
  "docs": "aegir docs"
43
43
  },
44
44
  "dependencies": {
45
- "@libp2p/daemon-client": "10.0.15-d6f6f5818",
46
- "@libp2p/interface": "3.1.0-d6f6f5818",
47
- "@libp2p/utils": "7.0.13-d6f6f5818",
45
+ "@libp2p/daemon-client": "10.0.15-dd251c5e7",
46
+ "@libp2p/interface": "3.1.0-dd251c5e7",
47
+ "@libp2p/utils": "7.0.13-dd251c5e7",
48
48
  "@multiformats/multiaddr": "^13.0.1",
49
49
  "delay": "^7.0.0",
50
50
  "it-all": "^3.0.9",