@libp2p/kad-dht 14.1.3-0862522fe → 14.1.3-339b7df88

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/kad-dht",
3
- "version": "14.1.3-0862522fe",
3
+ "version": "14.1.3-339b7df88",
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,58 +57,58 @@
57
57
  "doc-check": "aegir doc-check"
58
58
  },
59
59
  "dependencies": {
60
- "@libp2p/crypto": "5.0.7-0862522fe",
61
- "@libp2p/interface": "2.2.1-0862522fe",
62
- "@libp2p/interface-internal": "2.1.1-0862522fe",
63
- "@libp2p/peer-collections": "6.0.12-0862522fe",
64
- "@libp2p/peer-id": "5.0.8-0862522fe",
65
- "@libp2p/record": "4.0.4-0862522fe",
66
- "@libp2p/utils": "6.2.1-0862522fe",
67
- "@multiformats/multiaddr": "^12.2.3",
60
+ "@libp2p/crypto": "5.0.7-339b7df88",
61
+ "@libp2p/interface": "2.2.1-339b7df88",
62
+ "@libp2p/interface-internal": "2.1.1-339b7df88",
63
+ "@libp2p/peer-collections": "6.0.12-339b7df88",
64
+ "@libp2p/peer-id": "5.0.8-339b7df88",
65
+ "@libp2p/record": "4.0.4-339b7df88",
66
+ "@libp2p/utils": "6.2.1-339b7df88",
67
+ "@multiformats/multiaddr": "^12.3.3",
68
68
  "any-signal": "^4.1.1",
69
- "interface-datastore": "^8.3.0",
69
+ "interface-datastore": "^8.3.1",
70
70
  "it-all": "^3.0.6",
71
71
  "it-drain": "^3.0.7",
72
72
  "it-length": "^3.0.6",
73
- "it-length-prefixed": "^9.0.4",
74
- "it-map": "^3.1.0",
73
+ "it-length-prefixed": "^9.1.0",
74
+ "it-map": "^3.1.1",
75
75
  "it-merge": "^3.0.5",
76
- "it-parallel": "^3.0.7",
76
+ "it-parallel": "^3.0.8",
77
77
  "it-pipe": "^3.0.1",
78
- "it-protobuf-stream": "^1.1.3",
79
- "it-take": "^3.0.5",
80
- "mortice": "^3.0.4",
81
- "multiformats": "^13.1.0",
78
+ "it-protobuf-stream": "^1.1.5",
79
+ "it-take": "^3.0.6",
80
+ "mortice": "^3.0.6",
81
+ "multiformats": "^13.3.1",
82
82
  "p-defer": "^4.0.1",
83
83
  "p-event": "^6.0.1",
84
- "progress-events": "^1.0.0",
85
- "protons-runtime": "^5.4.0",
86
- "race-signal": "^1.0.2",
84
+ "progress-events": "^1.0.1",
85
+ "protons-runtime": "^5.5.0",
86
+ "race-signal": "^1.1.0",
87
87
  "uint8-varint": "^2.0.4",
88
88
  "uint8arraylist": "^2.4.8",
89
89
  "uint8arrays": "^5.1.0"
90
90
  },
91
91
  "devDependencies": {
92
- "@libp2p/interface-compliance-tests": "6.1.11-0862522fe",
93
- "@libp2p/logger": "5.1.4-0862522fe",
94
- "@libp2p/peer-store": "11.0.12-0862522fe",
92
+ "@libp2p/interface-compliance-tests": "6.1.11-339b7df88",
93
+ "@libp2p/logger": "5.1.4-339b7df88",
94
+ "@libp2p/peer-store": "11.0.12-339b7df88",
95
95
  "@types/lodash.random": "^3.2.9",
96
96
  "@types/lodash.range": "^3.2.9",
97
97
  "@types/sinon": "^17.0.3",
98
- "@types/which": "^3.0.3",
99
- "aegir": "^44.0.1",
100
- "datastore-core": "^10.0.0",
98
+ "@types/which": "^3.0.4",
99
+ "aegir": "^45.0.5",
100
+ "datastore-core": "^10.0.2",
101
101
  "delay": "^6.0.0",
102
- "execa": "^9.1.0",
103
- "it-filter": "^3.1.0",
102
+ "execa": "^9.5.1",
103
+ "it-filter": "^3.1.1",
104
104
  "it-last": "^3.0.6",
105
105
  "it-pair": "^2.0.6",
106
- "it-stream-types": "^2.0.1",
106
+ "it-stream-types": "^2.0.2",
107
107
  "lodash.random": "^3.2.0",
108
108
  "lodash.range": "^3.2.0",
109
- "p-retry": "^6.2.0",
110
- "protons": "^7.5.0",
111
- "sinon": "^18.0.0",
109
+ "p-retry": "^6.2.1",
110
+ "protons": "^7.6.0",
111
+ "sinon": "^19.0.2",
112
112
  "sinon-ts": "^2.0.0",
113
113
  "which": "^4.0.0"
114
114
  },
package/LICENSE DELETED
@@ -1,4 +0,0 @@
1
- This project is dual licensed under MIT and Apache-2.0.
2
-
3
- MIT: https://www.opensource.org/licenses/mit
4
- Apache-2.0: https://www.apache.org/licenses/license-2.0