@libp2p/interface-internal 2.0.3 → 2.0.4-980038477
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.
|
@@ -63,7 +63,7 @@ export interface ConnectionManager {
|
|
|
63
63
|
*/
|
|
64
64
|
acceptIncomingConnection(maConn: MultiaddrConnection): Promise<boolean>;
|
|
65
65
|
/**
|
|
66
|
-
* Invoked after upgrading
|
|
66
|
+
* Invoked after upgrading an inbound multiaddr connection has finished
|
|
67
67
|
*/
|
|
68
68
|
afterUpgradeInbound(): void;
|
|
69
69
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/interface-internal",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4-980038477",
|
|
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": "
|
|
52
|
-
"@libp2p/peer-collections": "
|
|
51
|
+
"@libp2p/interface": "2.1.2-980038477",
|
|
52
|
+
"@libp2p/peer-collections": "6.0.4-980038477",
|
|
53
53
|
"@multiformats/multiaddr": "^12.2.3",
|
|
54
54
|
"progress-events": "^1.0.0",
|
|
55
55
|
"uint8arraylist": "^2.4.8"
|
|
@@ -71,7 +71,7 @@ export interface ConnectionManager {
|
|
|
71
71
|
acceptIncomingConnection(maConn: MultiaddrConnection): Promise<boolean>
|
|
72
72
|
|
|
73
73
|
/**
|
|
74
|
-
* Invoked after upgrading
|
|
74
|
+
* Invoked after upgrading an inbound multiaddr connection has finished
|
|
75
75
|
*/
|
|
76
76
|
afterUpgradeInbound(): void
|
|
77
77
|
|
package/dist/typedoc-urls.json
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"AddressManager": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.AddressManager.html",
|
|
3
|
-
"ConnectionManager": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.ConnectionManager.html",
|
|
4
|
-
"Envelope": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.Envelope.html",
|
|
5
|
-
"IncomingStreamData": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.IncomingStreamData.html",
|
|
6
|
-
"OpenConnectionOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.OpenConnectionOptions.html",
|
|
7
|
-
"RandomWalk": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.RandomWalk.html",
|
|
8
|
-
"Record": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.Record.html",
|
|
9
|
-
"Registrar": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.Registrar.html",
|
|
10
|
-
"StreamHandler": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.StreamHandler.html",
|
|
11
|
-
"StreamHandlerOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.StreamHandlerOptions.html",
|
|
12
|
-
"StreamHandlerRecord": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.StreamHandlerRecord.html",
|
|
13
|
-
"TransportManager": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.TransportManager.html",
|
|
14
|
-
"TransportManagerDialOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface_internal.TransportManagerDialOptions.html"
|
|
15
|
-
}
|