@libp2p/kad-dht 3.1.0 → 4.0.0

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/kad-dht",
3
- "version": "3.1.0",
3
+ "version": "4.0.0",
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-kad-dht#readme",
@@ -137,7 +137,7 @@
137
137
  "release": "aegir release"
138
138
  },
139
139
  "dependencies": {
140
- "@libp2p/components": "^2.0.4",
140
+ "@libp2p/components": "^3.0.0",
141
141
  "@libp2p/crypto": "^1.0.4",
142
142
  "@libp2p/interface-address-manager": "^1.0.3",
143
143
  "@libp2p/interface-connection": "^3.0.2",
@@ -184,7 +184,7 @@
184
184
  "varint": "^6.0.0"
185
185
  },
186
186
  "devDependencies": {
187
- "@libp2p/interface-mocks": "^4.0.3",
187
+ "@libp2p/interface-mocks": "^6.0.0",
188
188
  "@libp2p/peer-id-factory": "^1.0.18",
189
189
  "@libp2p/peer-store": "^3.1.4",
190
190
  "@types/lodash.random": "^3.2.6",