@libp2p/kad-dht 12.0.16-8214dcfb0 → 12.0.16-a3e8beabd

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.
Files changed (1) hide show
  1. package/package.json +26 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/kad-dht",
3
- "version": "12.0.16-8214dcfb0",
3
+ "version": "12.0.16-a3e8beabd",
4
4
  "description": "JavaScript implementation of the Kad-DHT for libp2p",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/kad-dht#readme",
@@ -57,26 +57,26 @@
57
57
  "doc-check": "aegir doc-check"
58
58
  },
59
59
  "dependencies": {
60
- "@libp2p/crypto": "4.1.1-8214dcfb0",
61
- "@libp2p/interface": "1.3.1-8214dcfb0",
62
- "@libp2p/interface-internal": "1.2.1-8214dcfb0",
63
- "@libp2p/peer-collections": "5.2.1-8214dcfb0",
64
- "@libp2p/peer-id": "4.1.1-8214dcfb0",
65
- "@libp2p/record": "4.0.1-8214dcfb0",
66
- "@libp2p/utils": "5.4.1-8214dcfb0",
67
- "@multiformats/multiaddr": "^12.2.1",
60
+ "@libp2p/crypto": "4.1.1-a3e8beabd",
61
+ "@libp2p/interface": "1.3.1-a3e8beabd",
62
+ "@libp2p/interface-internal": "1.2.1-a3e8beabd",
63
+ "@libp2p/peer-collections": "5.2.1-a3e8beabd",
64
+ "@libp2p/peer-id": "4.1.1-a3e8beabd",
65
+ "@libp2p/record": "4.0.1-a3e8beabd",
66
+ "@libp2p/utils": "5.4.1-a3e8beabd",
67
+ "@multiformats/multiaddr": "^12.2.3",
68
68
  "any-signal": "^4.1.1",
69
69
  "hashlru": "^2.3.0",
70
70
  "interface-datastore": "^8.2.11",
71
- "it-drain": "^3.0.5",
72
- "it-length": "^3.0.4",
71
+ "it-drain": "^3.0.7",
72
+ "it-length": "^3.0.6",
73
73
  "it-length-prefixed": "^9.0.4",
74
- "it-map": "^3.0.5",
75
- "it-merge": "^3.0.3",
76
- "it-parallel": "^3.0.6",
74
+ "it-map": "^3.1.0",
75
+ "it-merge": "^3.0.5",
76
+ "it-parallel": "^3.0.7",
77
77
  "it-pipe": "^3.0.1",
78
- "it-protobuf-stream": "^1.1.2",
79
- "it-take": "^3.0.4",
78
+ "it-protobuf-stream": "^1.1.3",
79
+ "it-take": "^3.0.5",
80
80
  "multiformats": "^13.1.0",
81
81
  "p-defer": "^4.0.1",
82
82
  "p-event": "^6.0.1",
@@ -89,22 +89,22 @@
89
89
  "uint8arrays": "^5.1.0"
90
90
  },
91
91
  "devDependencies": {
92
- "@libp2p/interface-compliance-tests": "5.4.4-8214dcfb0",
93
- "@libp2p/logger": "4.0.12-8214dcfb0",
94
- "@libp2p/peer-id-factory": "4.1.1-8214dcfb0",
95
- "@libp2p/peer-store": "10.0.18-8214dcfb0",
92
+ "@libp2p/interface-compliance-tests": "5.4.4-a3e8beabd",
93
+ "@libp2p/logger": "4.0.12-a3e8beabd",
94
+ "@libp2p/peer-id-factory": "4.1.1-a3e8beabd",
95
+ "@libp2p/peer-store": "10.0.18-a3e8beabd",
96
96
  "@types/lodash.random": "^3.2.9",
97
97
  "@types/lodash.range": "^3.2.9",
98
98
  "@types/sinon": "^17.0.3",
99
99
  "@types/which": "^3.0.3",
100
- "aegir": "^42.2.5",
100
+ "aegir": "^42.2.11",
101
101
  "datastore-core": "^9.2.9",
102
- "datastore-level": "^10.1.7",
102
+ "datastore-level": "^10.1.8",
103
103
  "delay": "^6.0.0",
104
- "execa": "^9.0.2",
105
- "it-all": "^3.0.4",
106
- "it-filter": "^3.0.4",
107
- "it-last": "^3.0.4",
104
+ "execa": "^9.1.0",
105
+ "it-all": "^3.0.6",
106
+ "it-filter": "^3.1.0",
107
+ "it-last": "^3.0.6",
108
108
  "it-pair": "^2.0.6",
109
109
  "it-stream-types": "^2.0.1",
110
110
  "lodash.random": "^3.2.0",