@libp2p/daemon-client 10.0.27 → 10.0.28-7ae12f9b0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/daemon-client",
3
- "version": "10.0.27",
3
+ "version": "10.0.28-7ae12f9b0",
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",
@@ -43,25 +43,25 @@
43
43
  "test:node": "aegir test -t node"
44
44
  },
45
45
  "dependencies": {
46
- "@libp2p/daemon-protocol": "^8.0.7",
47
- "@libp2p/interface": "^3.2.2",
48
- "@libp2p/logger": "^6.2.7",
49
- "@libp2p/peer-id": "^6.0.9",
50
- "@libp2p/tcp": "^11.0.20",
51
- "@libp2p/utils": "^7.2.1",
52
- "@multiformats/multiaddr": "^13.0.1",
53
- "multiformats": "^13.4.0"
46
+ "@libp2p/daemon-protocol": "8.0.8-7ae12f9b0",
47
+ "@libp2p/interface": "3.2.3-7ae12f9b0",
48
+ "@libp2p/logger": "6.2.8-7ae12f9b0",
49
+ "@libp2p/peer-id": "6.0.10-7ae12f9b0",
50
+ "@libp2p/tcp": "11.0.21-7ae12f9b0",
51
+ "@libp2p/utils": "7.2.2-7ae12f9b0",
52
+ "@multiformats/multiaddr": "^13.0.3",
53
+ "multiformats": "^14.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@libp2p/daemon-server": "^9.0.27",
57
- "@libp2p/gossipsub": "^16.0.0",
58
- "@libp2p/kad-dht": "^16.3.0",
59
- "aegir": "^47.0.22",
56
+ "@libp2p/daemon-server": "9.0.28-7ae12f9b0",
57
+ "@libp2p/gossipsub": "16.0.1-7ae12f9b0",
58
+ "@libp2p/kad-dht": "16.3.1-7ae12f9b0",
59
+ "aegir": "^48.0.11",
60
60
  "it-all": "^3.0.9",
61
61
  "p-event": "^7.0.0",
62
62
  "sinon": "^21.0.0",
63
63
  "sinon-ts": "^2.0.0",
64
64
  "uint8arraylist": "^2.4.8",
65
- "uint8arrays": "^5.1.0"
65
+ "uint8arrays": "^6.1.1"
66
66
  }
67
67
  }
@@ -1,18 +0,0 @@
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
- }