@libp2p/daemon-client 10.0.10-977a3c5f2 → 10.0.11
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 +18 -0
- package/package.json +10 -10
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"OperationFailedError": "https://libp2p.github.io/js-libp2p/classes/_libp2p_daemon-client.OperationFailedError.html",
|
|
3
|
+
".:OperationFailedError": "https://libp2p.github.io/js-libp2p/classes/_libp2p_daemon-client.OperationFailedError.html",
|
|
4
|
+
"DaemonClient": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_daemon-client.DaemonClient.html",
|
|
5
|
+
".:DaemonClient": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_daemon-client.DaemonClient.html",
|
|
6
|
+
"DHTClient": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_daemon-client.DHTClient.html",
|
|
7
|
+
".:DHTClient": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_daemon-client.DHTClient.html",
|
|
8
|
+
"IdentifyResult": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_daemon-client.IdentifyResult.html",
|
|
9
|
+
".:IdentifyResult": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_daemon-client.IdentifyResult.html",
|
|
10
|
+
"PubSubClient": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_daemon-client.PubSubClient.html",
|
|
11
|
+
".:PubSubClient": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_daemon-client.PubSubClient.html",
|
|
12
|
+
"StreamHandlerFunction": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_daemon-client.StreamHandlerFunction.html",
|
|
13
|
+
".:StreamHandlerFunction": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_daemon-client.StreamHandlerFunction.html",
|
|
14
|
+
"Subscription": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_daemon-client.Subscription.html",
|
|
15
|
+
".:Subscription": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_daemon-client.Subscription.html",
|
|
16
|
+
"createClient": "https://libp2p.github.io/js-libp2p/functions/_libp2p_daemon-client.createClient.html",
|
|
17
|
+
".:createClient": "https://libp2p.github.io/js-libp2p/functions/_libp2p_daemon-client.createClient.html"
|
|
18
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/daemon-client",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.11",
|
|
4
4
|
"description": "libp2p-daemon client implementation",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/libp2p-daemon-client#readme",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
"test:node": "aegir test -t node"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@libp2p/daemon-protocol": "8.0.3
|
|
46
|
-
"@libp2p/interface": "3.1.0
|
|
47
|
-
"@libp2p/logger": "6.2.
|
|
48
|
-
"@libp2p/peer-id": "6.0.4
|
|
49
|
-
"@libp2p/tcp": "11.0.
|
|
50
|
-
"@libp2p/utils": "7.0.
|
|
45
|
+
"@libp2p/daemon-protocol": "^8.0.3",
|
|
46
|
+
"@libp2p/interface": "^3.1.0",
|
|
47
|
+
"@libp2p/logger": "^6.2.2",
|
|
48
|
+
"@libp2p/peer-id": "^6.0.4",
|
|
49
|
+
"@libp2p/tcp": "^11.0.9",
|
|
50
|
+
"@libp2p/utils": "^7.0.9",
|
|
51
51
|
"@multiformats/multiaddr": "^13.0.1",
|
|
52
52
|
"multiformats": "^13.4.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@libp2p/gossipsub": "15.0.
|
|
56
|
-
"@libp2p/daemon-server": "9.0.
|
|
57
|
-
"@libp2p/kad-dht": "16.1.
|
|
55
|
+
"@libp2p/gossipsub": "^15.0.11",
|
|
56
|
+
"@libp2p/daemon-server": "^9.0.11",
|
|
57
|
+
"@libp2p/kad-dht": "^16.1.2",
|
|
58
58
|
"aegir": "^47.0.22",
|
|
59
59
|
"it-all": "^3.0.9",
|
|
60
60
|
"p-event": "^7.0.0",
|