@libp2p/interface-internal 1.1.0-acef72613 → 1.1.0-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 +3 -3
package/README.md CHANGED
@@ -21,8 +21,8 @@ $ npm i @libp2p/interface-internal
21
21
 
22
22
  Licensed under either of
23
23
 
24
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
25
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
24
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/interface-internal/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
25
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/interface-internal/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
26
26
 
27
27
  # Contribution
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/interface-internal",
3
- "version": "1.1.0-acef72613",
3
+ "version": "1.1.0-c2181f0cf",
4
4
  "description": "Interfaces implemented by internal libp2p components",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/interface-internal#readme",
@@ -48,8 +48,8 @@
48
48
  "build": "aegir build"
49
49
  },
50
50
  "dependencies": {
51
- "@libp2p/interface": "1.2.0-acef72613",
52
- "@libp2p/peer-collections": "5.1.10-acef72613",
51
+ "@libp2p/interface": "1.2.0-c2181f0cf",
52
+ "@libp2p/peer-collections": "5.1.10-c2181f0cf",
53
53
  "@multiformats/multiaddr": "^12.2.1",
54
54
  "uint8arraylist": "^2.4.8"
55
55
  },