@libp2p/interface-internal 0.1.9-effcfaa8e → 0.1.9
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/dist/typedoc-urls.json +24 -0
- package/package.json +3 -3
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/interface-internal",
|
|
3
|
-
"version": "0.1.9
|
|
3
|
+
"version": "0.1.9",
|
|
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.6
|
|
83
|
-
"@libp2p/peer-collections": "4.0.8
|
|
82
|
+
"@libp2p/interface": "^0.1.6",
|
|
83
|
+
"@libp2p/peer-collections": "^4.0.8",
|
|
84
84
|
"@multiformats/multiaddr": "^12.1.5",
|
|
85
85
|
"uint8arraylist": "^2.4.3"
|
|
86
86
|
},
|