@libp2p/interface-internal 0.1.7 → 0.1.8-f4fac961

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 CHANGED
@@ -1,5 +1,3 @@
1
- # @libp2p/interface-internal <!-- omit in toc -->
2
-
3
1
  [![libp2p.io](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
4
2
  [![Discuss](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg?style=flat-square)](https://discuss.libp2p.io)
5
3
  [![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p)
@@ -7,30 +5,23 @@
7
5
 
8
6
  > Interfaces implemented by internal libp2p components
9
7
 
10
- ## Table of contents <!-- omit in toc -->
11
-
12
- - [Install](#install)
13
- - [API Docs](#api-docs)
14
- - [License](#license)
15
- - [Contribution](#contribution)
16
-
17
- ## Install
8
+ # Install
18
9
 
19
10
  ```console
20
11
  $ npm i @libp2p/interface-internal
21
12
  ```
22
13
 
23
- ## API Docs
14
+ # API Docs
24
15
 
25
16
  - <https://libp2p.github.io/js-libp2p/modules/_libp2p_interface_internal.html>
26
17
 
27
- ## License
18
+ # License
28
19
 
29
20
  Licensed under either of
30
21
 
31
22
  - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
32
23
  - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
33
24
 
34
- ## Contribution
25
+ # Contribution
35
26
 
36
27
  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/interface-internal",
3
- "version": "0.1.7",
3
+ "version": "0.1.8-f4fac961",
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/master/packages/interface-internal#readme",
@@ -79,8 +79,8 @@
79
79
  "build": "aegir build"
80
80
  },
81
81
  "dependencies": {
82
- "@libp2p/interface": "^0.1.4",
83
- "@libp2p/peer-collections": "^4.0.6",
82
+ "@libp2p/interface": "0.1.5-f4fac961",
83
+ "@libp2p/peer-collections": "4.0.7-f4fac961",
84
84
  "@multiformats/multiaddr": "^12.1.5",
85
85
  "uint8arraylist": "^2.4.3"
86
86
  },
@@ -1,24 +0,0 @@
1
- {
2
- "AddressManager": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.address_manager.AddressManager.html",
3
- "./address-manager:AddressManager": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.address_manager.AddressManager.html",
4
- "ConnectionManager": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.connection_manager.ConnectionManager.html",
5
- "./connection-manager:ConnectionManager": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.connection_manager.ConnectionManager.html",
6
- "OpenConnectionOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.connection_manager.OpenConnectionOptions.html",
7
- "./connection-manager:OpenConnectionOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.connection_manager.OpenConnectionOptions.html",
8
- "Envelope": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.record.Envelope.html",
9
- "./record:Envelope": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.record.Envelope.html",
10
- "Record": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.record.Record.html",
11
- "./record:Record": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.record.Record.html",
12
- "IncomingStreamData": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.registrar.IncomingStreamData.html",
13
- "./registrar:IncomingStreamData": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.registrar.IncomingStreamData.html",
14
- "Registrar": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.registrar.Registrar.html",
15
- "./registrar:Registrar": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.registrar.Registrar.html",
16
- "StreamHandler": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.registrar.StreamHandler.html",
17
- "./registrar:StreamHandler": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.registrar.StreamHandler.html",
18
- "StreamHandlerOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.registrar.StreamHandlerOptions.html",
19
- "./registrar:StreamHandlerOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.registrar.StreamHandlerOptions.html",
20
- "StreamHandlerRecord": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.registrar.StreamHandlerRecord.html",
21
- "./registrar:StreamHandlerRecord": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.registrar.StreamHandlerRecord.html",
22
- "TransportManager": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.transport_manager.TransportManager.html",
23
- "./transport-manager:TransportManager": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.transport_manager.TransportManager.html"
24
- }