@libp2p/kad-dht 14.1.0-7c085d10c → 14.1.0-91687998d

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/kad-dht",
3
- "version": "14.1.0-7c085d10c",
3
+ "version": "14.1.0-91687998d",
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,13 +57,13 @@
57
57
  "doc-check": "aegir doc-check"
58
58
  },
59
59
  "dependencies": {
60
- "@libp2p/crypto": "5.0.6-7c085d10c",
61
- "@libp2p/interface": "2.2.0-7c085d10c",
62
- "@libp2p/interface-internal": "2.0.10-7c085d10c",
63
- "@libp2p/peer-collections": "6.0.10-7c085d10c",
64
- "@libp2p/peer-id": "5.0.7-7c085d10c",
65
- "@libp2p/record": "4.0.4-7c085d10c",
66
- "@libp2p/utils": "6.1.3-7c085d10c",
60
+ "@libp2p/crypto": "5.0.6-91687998d",
61
+ "@libp2p/interface": "2.2.0-91687998d",
62
+ "@libp2p/interface-internal": "2.0.10-91687998d",
63
+ "@libp2p/peer-collections": "6.0.10-91687998d",
64
+ "@libp2p/peer-id": "5.0.7-91687998d",
65
+ "@libp2p/record": "4.0.4-91687998d",
66
+ "@libp2p/utils": "6.1.3-91687998d",
67
67
  "@multiformats/multiaddr": "^12.2.3",
68
68
  "any-signal": "^4.1.1",
69
69
  "interface-datastore": "^8.3.0",
@@ -88,9 +88,9 @@
88
88
  "uint8arrays": "^5.1.0"
89
89
  },
90
90
  "devDependencies": {
91
- "@libp2p/interface-compliance-tests": "6.1.8-7c085d10c",
92
- "@libp2p/logger": "5.1.3-7c085d10c",
93
- "@libp2p/peer-store": "11.0.10-7c085d10c",
91
+ "@libp2p/interface-compliance-tests": "6.1.8-91687998d",
92
+ "@libp2p/logger": "5.1.3-91687998d",
93
+ "@libp2p/peer-store": "11.0.10-91687998d",
94
94
  "@types/lodash.random": "^3.2.9",
95
95
  "@types/lodash.range": "^3.2.9",
96
96
  "@types/sinon": "^17.0.3",