@libp2p/daemon-client 9.0.6 → 9.0.8
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/index.min.js +5 -5
- package/dist/index.min.js.map +4 -4
- package/dist/typedoc-urls.json +16 -16
- package/package.json +13 -20
package/dist/typedoc-urls.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"OperationFailedError": "https://libp2p.github.io/js-libp2p-daemon/classes/
|
|
3
|
-
".:OperationFailedError": "https://libp2p.github.io/js-libp2p-daemon/classes/
|
|
4
|
-
"
|
|
5
|
-
".:
|
|
6
|
-
"
|
|
7
|
-
".:
|
|
8
|
-
"IdentifyResult": "https://libp2p.github.io/js-libp2p-daemon/interfaces/
|
|
9
|
-
".:IdentifyResult": "https://libp2p.github.io/js-libp2p-daemon/interfaces/
|
|
10
|
-
"PubSubClient": "https://libp2p.github.io/js-libp2p-daemon/interfaces/
|
|
11
|
-
".:PubSubClient": "https://libp2p.github.io/js-libp2p-daemon/interfaces/
|
|
12
|
-
"StreamHandlerFunction": "https://libp2p.github.io/js-libp2p-daemon/interfaces/
|
|
13
|
-
".:StreamHandlerFunction": "https://libp2p.github.io/js-libp2p-daemon/interfaces/
|
|
14
|
-
"Subscription": "https://libp2p.github.io/js-libp2p-daemon/interfaces/
|
|
15
|
-
".:Subscription": "https://libp2p.github.io/js-libp2p-daemon/interfaces/
|
|
16
|
-
"createClient": "https://libp2p.github.io/js-libp2p-daemon/functions/
|
|
17
|
-
".:createClient": "https://libp2p.github.io/js-libp2p-daemon/functions/
|
|
2
|
+
"OperationFailedError": "https://libp2p.github.io/js-libp2p-daemon/classes/_libp2p_daemon-client.OperationFailedError.html",
|
|
3
|
+
".:OperationFailedError": "https://libp2p.github.io/js-libp2p-daemon/classes/_libp2p_daemon-client.OperationFailedError.html",
|
|
4
|
+
"DaemonClient": "https://libp2p.github.io/js-libp2p-daemon/interfaces/_libp2p_daemon-client.DaemonClient.html",
|
|
5
|
+
".:DaemonClient": "https://libp2p.github.io/js-libp2p-daemon/interfaces/_libp2p_daemon-client.DaemonClient.html",
|
|
6
|
+
"DHTClient": "https://libp2p.github.io/js-libp2p-daemon/interfaces/_libp2p_daemon-client.DHTClient.html",
|
|
7
|
+
".:DHTClient": "https://libp2p.github.io/js-libp2p-daemon/interfaces/_libp2p_daemon-client.DHTClient.html",
|
|
8
|
+
"IdentifyResult": "https://libp2p.github.io/js-libp2p-daemon/interfaces/_libp2p_daemon-client.IdentifyResult.html",
|
|
9
|
+
".:IdentifyResult": "https://libp2p.github.io/js-libp2p-daemon/interfaces/_libp2p_daemon-client.IdentifyResult.html",
|
|
10
|
+
"PubSubClient": "https://libp2p.github.io/js-libp2p-daemon/interfaces/_libp2p_daemon-client.PubSubClient.html",
|
|
11
|
+
".:PubSubClient": "https://libp2p.github.io/js-libp2p-daemon/interfaces/_libp2p_daemon-client.PubSubClient.html",
|
|
12
|
+
"StreamHandlerFunction": "https://libp2p.github.io/js-libp2p-daemon/interfaces/_libp2p_daemon-client.StreamHandlerFunction.html",
|
|
13
|
+
".:StreamHandlerFunction": "https://libp2p.github.io/js-libp2p-daemon/interfaces/_libp2p_daemon-client.StreamHandlerFunction.html",
|
|
14
|
+
"Subscription": "https://libp2p.github.io/js-libp2p-daemon/interfaces/_libp2p_daemon-client.Subscription.html",
|
|
15
|
+
".:Subscription": "https://libp2p.github.io/js-libp2p-daemon/interfaces/_libp2p_daemon-client.Subscription.html",
|
|
16
|
+
"createClient": "https://libp2p.github.io/js-libp2p-daemon/functions/_libp2p_daemon-client.createClient.html",
|
|
17
|
+
".:createClient": "https://libp2p.github.io/js-libp2p-daemon/functions/_libp2p_daemon-client.createClient.html"
|
|
18
18
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/daemon-client",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.8",
|
|
4
4
|
"description": "libp2p-daemon client implementation",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/main/packages/libp2p-daemon-client#readme",
|
|
@@ -32,13 +32,6 @@
|
|
|
32
32
|
"import": "./dist/src/index.js"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
-
"eslintConfig": {
|
|
36
|
-
"extends": "ipfs",
|
|
37
|
-
"parserOptions": {
|
|
38
|
-
"project": true,
|
|
39
|
-
"sourceType": "module"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
35
|
"release": {
|
|
43
36
|
"branches": [
|
|
44
37
|
"main"
|
|
@@ -144,23 +137,23 @@
|
|
|
144
137
|
},
|
|
145
138
|
"dependencies": {
|
|
146
139
|
"@libp2p/daemon-protocol": "^7.0.0",
|
|
147
|
-
"@libp2p/interface": "^2.10.
|
|
148
|
-
"@libp2p/logger": "^5.1.
|
|
149
|
-
"@libp2p/peer-id": "^5.1.
|
|
150
|
-
"@libp2p/tcp": "^10.1.
|
|
151
|
-
"@multiformats/multiaddr": "^12.
|
|
152
|
-
"it-protobuf-stream": "^2.0.
|
|
153
|
-
"multiformats": "^13.
|
|
140
|
+
"@libp2p/interface": "^2.10.5",
|
|
141
|
+
"@libp2p/logger": "^5.1.21",
|
|
142
|
+
"@libp2p/peer-id": "^5.1.8",
|
|
143
|
+
"@libp2p/tcp": "^10.1.18",
|
|
144
|
+
"@multiformats/multiaddr": "^12.5.1",
|
|
145
|
+
"it-protobuf-stream": "^2.0.3",
|
|
146
|
+
"multiformats": "^13.4.0"
|
|
154
147
|
},
|
|
155
148
|
"devDependencies": {
|
|
156
149
|
"@chainsafe/libp2p-gossipsub": "^14.1.1",
|
|
157
150
|
"@libp2p/daemon-server": "^8.0.0",
|
|
158
|
-
"@libp2p/interface-compliance-tests": "^6.4.
|
|
159
|
-
"@libp2p/kad-dht": "^15.1.
|
|
160
|
-
"aegir": "^
|
|
161
|
-
"it-all": "^3.0.
|
|
151
|
+
"@libp2p/interface-compliance-tests": "^6.4.16",
|
|
152
|
+
"@libp2p/kad-dht": "^15.1.10",
|
|
153
|
+
"aegir": "^47.0.21",
|
|
154
|
+
"it-all": "^3.0.9",
|
|
162
155
|
"it-pipe": "^3.0.1",
|
|
163
|
-
"sinon": "^
|
|
156
|
+
"sinon": "^21.0.0",
|
|
164
157
|
"sinon-ts": "^2.0.0",
|
|
165
158
|
"uint8arraylist": "^2.4.8",
|
|
166
159
|
"uint8arrays": "^5.1.0"
|