@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.
@@ -1,18 +1,18 @@
1
1
  {
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
- "DHTClient": "https://libp2p.github.io/js-libp2p-daemon/interfaces/_libp2p_daemon_client.DHTClient.html",
5
- ".:DHTClient": "https://libp2p.github.io/js-libp2p-daemon/interfaces/_libp2p_daemon_client.DHTClient.html",
6
- "DaemonClient": "https://libp2p.github.io/js-libp2p-daemon/interfaces/_libp2p_daemon_client.DaemonClient.html",
7
- ".:DaemonClient": "https://libp2p.github.io/js-libp2p-daemon/interfaces/_libp2p_daemon_client.DaemonClient.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"
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.6",
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.0",
148
- "@libp2p/logger": "^5.1.16",
149
- "@libp2p/peer-id": "^5.1.3",
150
- "@libp2p/tcp": "^10.1.11",
151
- "@multiformats/multiaddr": "^12.4.0",
152
- "it-protobuf-stream": "^2.0.2",
153
- "multiformats": "^13.3.4"
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.6",
159
- "@libp2p/kad-dht": "^15.1.0",
160
- "aegir": "^46.0.3",
161
- "it-all": "^3.0.8",
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": "^20.0.0",
156
+ "sinon": "^21.0.0",
164
157
  "sinon-ts": "^2.0.0",
165
158
  "uint8arraylist": "^2.4.8",
166
159
  "uint8arrays": "^5.1.0"