Skip to content

Commit 5920e2f

Browse files
chore: release master
1 parent 6625a27 commit 5920e2f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1110
-234
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"interop":"1.0.14","packages/crypto":"2.0.8","packages/interface":"0.1.6","packages/interface-compliance-tests":"4.1.5","packages/interface-internal":"0.1.9","packages/kad-dht":"10.0.15","packages/keychain":"3.0.8","packages/libp2p":"0.46.21","packages/logger":"3.1.0","packages/metrics-prometheus":"2.0.12","packages/multistream-select":"4.0.6","packages/peer-collections":"4.0.8","packages/peer-discovery-bootstrap":"9.0.12","packages/peer-discovery-mdns":"9.0.14","packages/peer-id":"3.0.6","packages/peer-id-factory":"3.0.8","packages/peer-record":"6.0.9","packages/peer-store":"9.0.9","packages/protocol-perf":"2.0.1","packages/pubsub":"8.0.10","packages/pubsub-floodsub":"8.0.13","packages/stream-multiplexer-mplex":"9.0.12","packages/transport-tcp":"8.0.13","packages/transport-webrtc":"3.2.11","packages/transport-websockets":"7.0.13","packages/transport-webtransport":"3.1.10","packages/utils":"4.0.7"}
1+
{"interop":"2.0.0","packages/connection-encrypter-plaintext":"1.0.0","packages/crypto":"2.0.9","packages/interface":"1.0.0","packages/interface-compliance-tests":"5.0.0","packages/interface-internal":"0.1.10","packages/kad-dht":"11.0.0","packages/keychain":"4.0.0","packages/libp2p":"1.0.0","packages/logger":"4.0.0","packages/metrics-prometheus":"2.0.13","packages/multistream-select":"4.0.7","packages/peer-collections":"4.0.9","packages/peer-discovery-bootstrap":"10.0.0","packages/peer-discovery-mdns":"10.0.0","packages/peer-id":"4.0.0","packages/peer-id-factory":"3.0.9","packages/peer-record":"6.0.10","packages/peer-store":"9.0.10","packages/protocol-autonat":"1.0.0","packages/protocol-dcutr":"1.0.0","packages/protocol-fetch":"1.0.0","packages/protocol-identify":"1.0.0","packages/protocol-perf":"3.0.0","packages/protocol-ping":"1.0.0","packages/pubsub":"8.0.11","packages/pubsub-floodsub":"8.0.14","packages/stream-multiplexer-mplex":"9.0.13","packages/transport-circuit-relay-v2":"1.0.0","packages/transport-tcp":"8.0.14","packages/transport-webrtc":"4.0.0","packages/transport-websockets":"7.0.14","packages/transport-webtransport":"3.1.11","packages/upnp-nat":"1.0.0","packages/utils":"5.0.0"}

interop/CHANGELOG.md

+31-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [2.0.0](https://www.github.com/libp2p/js-libp2p/compare/multidim-interop-v1.0.14...multidim-interop-v2.0.0) (2023-11-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* imports from `libp2p/circuit-relay` should be updated to `@libp2p/circuit-relay-v2`
9+
* imports from `libp2p/identify` need to change to `@libp2p/identify`
10+
* imports from `libp2p/ping` must be updated to `@libp2p/ping`
11+
12+
### Code Refactoring
13+
14+
* extract circuit relay v2 to separate module ([#2222](https://www.github.com/libp2p/js-libp2p/issues/2222)) ([24afba3](https://www.github.com/libp2p/js-libp2p/commit/24afba30004fb7f24af1f0180229bb164340f00b))
15+
* extract identify service into separate module ([#2219](https://www.github.com/libp2p/js-libp2p/issues/2219)) ([72c2f77](https://www.github.com/libp2p/js-libp2p/commit/72c2f775bd85bd4928048dda0fd14740d6fb6a69))
16+
* extract ping service into separate module ([#2218](https://www.github.com/libp2p/js-libp2p/issues/2218)) ([556282a](https://www.github.com/libp2p/js-libp2p/commit/556282afdc9b328fd58df1045dc7c792199be932))
17+
18+
19+
### Dependencies
20+
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* @libp2p/circuit-relay-v2 bumped from ^0.0.0 to ^1.0.0
24+
* @libp2p/identify bumped from ^0.0.0 to ^1.0.0
25+
* @libp2p/mplex bumped from ^9.0.12 to ^9.0.13
26+
* @libp2p/ping bumped from ^0.0.0 to ^1.0.0
27+
* @libp2p/tcp bumped from ^8.0.13 to ^8.0.14
28+
* @libp2p/webrtc bumped from ^3.2.11 to ^4.0.0
29+
* @libp2p/websockets bumped from ^7.0.13 to ^7.0.14
30+
* @libp2p/webtransport bumped from ^3.1.10 to ^3.1.11
31+
* libp2p bumped from ^0.46.21 to ^1.0.0
32+
333
### [1.0.14](https://www.github.com/libp2p/js-libp2p/compare/multidim-interop-v1.0.13...multidim-interop-v1.0.14) (2023-11-10)
434

535

@@ -172,4 +202,4 @@
172202
* @libp2p/webrtc bumped from ^3.0.0 to ^3.1.10
173203
* @libp2p/websockets bumped from ^7.0.0 to ^7.0.6
174204
* @libp2p/webtransport bumped from ^3.0.0 to ^3.0.10
175-
* libp2p bumped from ^0.46.0 to ^0.46.10
205+
* libp2p bumped from ^0.46.0 to ^0.46.10

interop/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/multidim-interop",
3-
"version": "1.0.14",
3+
"version": "2.0.0",
44
"description": "Multidimensional interop tests",
55
"author": "Glen De Cauwsemaecker <[email protected]> / @marcopolo",
66
"license": "Apache-2.0 OR MIT",
@@ -53,18 +53,18 @@
5353
"dependencies": {
5454
"@chainsafe/libp2p-noise": "^13.0.0",
5555
"@chainsafe/libp2p-yamux": "^5.0.0",
56-
"@libp2p/circuit-relay-v2": "^0.0.0",
57-
"@libp2p/identify": "^0.0.0",
58-
"@libp2p/mplex": "^9.0.12",
59-
"@libp2p/ping": "^0.0.0",
60-
"@libp2p/tcp": "^8.0.13",
61-
"@libp2p/webrtc": "^3.2.11",
62-
"@libp2p/websockets": "^7.0.13",
63-
"@libp2p/webtransport": "^3.1.10",
56+
"@libp2p/circuit-relay-v2": "^1.0.0",
57+
"@libp2p/identify": "^1.0.0",
58+
"@libp2p/mplex": "^9.0.13",
59+
"@libp2p/ping": "^1.0.0",
60+
"@libp2p/tcp": "^8.0.14",
61+
"@libp2p/webrtc": "^4.0.0",
62+
"@libp2p/websockets": "^7.0.14",
63+
"@libp2p/webtransport": "^3.1.11",
6464
"@multiformats/mafmt": "^12.1.6",
6565
"@multiformats/multiaddr": "^12.1.10",
6666
"aegir": "^41.0.2",
67-
"libp2p": "^0.46.21",
67+
"libp2p": "^1.0.0",
6868
"redis": "^4.5.1"
6969
},
7070
"browser": {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-11-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* imports from `libp2p/circuit-relay` should be updated to `@libp2p/circuit-relay-v2`
9+
* imports from `libp2p/plaintext` should be changed to `@libp2p/plaintext`
10+
11+
### Bug Fixes
12+
13+
* use logging component everywhere ([#2228](https://www.github.com/libp2p/js-libp2p/issues/2228)) ([e5dfde0](https://www.github.com/libp2p/js-libp2p/commit/e5dfde0883191c93903ca552433f177d48adf0b3))
14+
15+
16+
### Code Refactoring
17+
18+
* extract circuit relay v2 to separate module ([#2222](https://www.github.com/libp2p/js-libp2p/issues/2222)) ([24afba3](https://www.github.com/libp2p/js-libp2p/commit/24afba30004fb7f24af1f0180229bb164340f00b))
19+
* extract plaintext into separate module ([#2221](https://www.github.com/libp2p/js-libp2p/issues/2221)) ([a364d95](https://www.github.com/libp2p/js-libp2p/commit/a364d95bbd7b15a5ce6ce508321e7ff2fa40a5e5))
20+
21+
22+
23+
### Dependencies
24+
25+
* The following workspace dependencies were updated
26+
* dependencies
27+
* @libp2p/interface bumped from ^0.1.2 to ^1.0.0
28+
* @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
29+
* devDependencies
30+
* @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
31+
* @libp2p/logger bumped from ^3.1.0 to ^4.0.0
32+
* @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9

packages/connection-encrypter-plaintext/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/plaintext",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "An insecure connection encrypter",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/connection-encrypter-plaintext#readme",
@@ -47,8 +47,8 @@
4747
"dep-check": "aegir dep-check"
4848
},
4949
"dependencies": {
50-
"@libp2p/interface": "^0.1.2",
51-
"@libp2p/peer-id": "^3.0.6",
50+
"@libp2p/interface": "^1.0.0",
51+
"@libp2p/peer-id": "^4.0.0",
5252
"@multiformats/multiaddr": "^12.1.10",
5353
"it-handshake": "^4.1.3",
5454
"it-length-prefixed": "^9.0.3",
@@ -58,9 +58,9 @@
5858
"uint8arraylist": "^2.4.3"
5959
},
6060
"devDependencies": {
61-
"@libp2p/interface-compliance-tests": "^4.1.5",
62-
"@libp2p/logger": "^3.1.0",
63-
"@libp2p/peer-id-factory": "^3.0.8",
61+
"@libp2p/interface-compliance-tests": "^5.0.0",
62+
"@libp2p/logger": "^4.0.0",
63+
"@libp2p/peer-id-factory": "^3.0.9",
6464
"aegir": "^41.0.2",
6565
"protons": "^7.3.0",
6666
"sinon": "^17.0.0"

packages/crypto/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55

66
* **dev:** bump aegir from 38.1.8 to 39.0.5 ([#320](https://github.com/libp2p/js-libp2p-crypto/issues/320)) ([f0b4c06](https://github.com/libp2p/js-libp2p-crypto/commit/f0b4c068a23d78b1376865c6adf6cce21ab91196))
77

8+
### [2.0.9](https://www.github.com/libp2p/js-libp2p/compare/crypto-v2.0.8...crypto-v2.0.9) (2023-11-17)
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @libp2p/interface bumped from ^0.1.6 to ^1.0.0
16+
817
### [2.0.8](https://www.github.com/libp2p/js-libp2p/compare/crypto-v2.0.7...crypto-v2.0.8) (2023-11-07)
918

1019

packages/crypto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/crypto",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "Crypto primitives for libp2p",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/crypto#readme",
@@ -86,7 +86,7 @@
8686
"generate": "protons ./src/keys/keys.proto"
8787
},
8888
"dependencies": {
89-
"@libp2p/interface": "^0.1.6",
89+
"@libp2p/interface": "^1.0.0",
9090
"@noble/curves": "^1.1.0",
9191
"@noble/hashes": "^1.3.1",
9292
"multiformats": "^12.1.3",

packages/interface-compliance-tests/CHANGELOG.md

+33-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@
55

66
* bump aegir from 38.1.8 to 39.0.5 ([#393](https://github.com/libp2p/js-libp2p-interfaces/issues/393)) ([31f3797](https://github.com/libp2p/js-libp2p-interfaces/commit/31f3797b24f7c23f3f16e9db3a230bd5f7cd5175))
77

8+
## [5.0.0](https://www.github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v4.1.5...interface-compliance-tests-v5.0.0) (2023-11-17)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* the `isStarted` method has been removed from the `Startable` interface
14+
* the `.protocols` property has been removed from the `PeerInfo` interface
15+
16+
### Bug Fixes
17+
18+
* remove protocols from PeerInfo ([#2166](https://www.github.com/libp2p/js-libp2p/issues/2166)) ([5468cd1](https://www.github.com/libp2p/js-libp2p/commit/5468cd13a76281e46b221fdbd7d4005c0d3f2252))
19+
* use logging component everywhere ([#2228](https://www.github.com/libp2p/js-libp2p/issues/2228)) ([e5dfde0](https://www.github.com/libp2p/js-libp2p/commit/e5dfde0883191c93903ca552433f177d48adf0b3))
20+
21+
22+
### Code Refactoring
23+
24+
* remove isStarted method from Startable ([#2145](https://www.github.com/libp2p/js-libp2p/issues/2145)) ([fca208f](https://www.github.com/libp2p/js-libp2p/commit/fca208f3763af041aa37b1cb915d2bc777acb96d))
25+
26+
27+
### Dependencies
28+
29+
* The following workspace dependencies were updated
30+
* dependencies
31+
* @libp2p/interface bumped from ^0.1.6 to ^1.0.0
32+
* @libp2p/interface-internal bumped from ^0.1.9 to ^0.1.10
33+
* @libp2p/logger bumped from ^3.1.0 to ^4.0.0
34+
* @libp2p/multistream-select bumped from ^4.0.6 to ^4.0.7
35+
* @libp2p/peer-collections bumped from ^4.0.8 to ^4.0.9
36+
* @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
37+
* @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
38+
* @libp2p/utils bumped from ^4.0.7 to ^5.0.0
39+
840
### [4.1.5](https://www.github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v4.1.4...interface-compliance-tests-v4.1.5) (2023-11-07)
941

1042

@@ -714,4 +746,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
714746

715747
### BREAKING CHANGES
716748

717-
* the tests now live in the libp2p-interfaces-compliance-tests module
749+
* the tests now live in the libp2p-interfaces-compliance-tests module

packages/interface-compliance-tests/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/interface-compliance-tests",
3-
"version": "4.1.5",
3+
"version": "5.0.0",
44
"description": "Compliance tests for JS libp2p interfaces",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/interface-compliance-tests#readme",
@@ -103,14 +103,14 @@
103103
"test:electron-main": "aegir test -t electron-main"
104104
},
105105
"dependencies": {
106-
"@libp2p/interface": "^0.1.6",
107-
"@libp2p/interface-internal": "^0.1.9",
108-
"@libp2p/logger": "^3.1.0",
109-
"@libp2p/multistream-select": "^4.0.6",
110-
"@libp2p/peer-collections": "^4.0.8",
111-
"@libp2p/peer-id": "^3.0.6",
112-
"@libp2p/peer-id-factory": "^3.0.8",
113-
"@libp2p/utils": "^4.0.7",
106+
"@libp2p/interface": "^1.0.0",
107+
"@libp2p/interface-internal": "^0.1.10",
108+
"@libp2p/logger": "^4.0.0",
109+
"@libp2p/multistream-select": "^4.0.7",
110+
"@libp2p/peer-collections": "^4.0.9",
111+
"@libp2p/peer-id": "^4.0.0",
112+
"@libp2p/peer-id-factory": "^3.0.9",
113+
"@libp2p/utils": "^5.0.0",
114114
"@multiformats/multiaddr": "^12.1.10",
115115
"abortable-iterator": "^5.0.1",
116116
"aegir": "^41.0.2",

packages/interface-internal/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
### [0.1.10](https://www.github.com/libp2p/js-libp2p/compare/interface-internal-v0.1.9...interface-internal-v0.1.10) (2023-11-17)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @libp2p/interface bumped from ^0.1.6 to ^1.0.0
11+
* @libp2p/peer-collections bumped from ^4.0.8 to ^4.0.9
12+
313
### [0.1.9](https://www.github.com/libp2p/js-libp2p/compare/interface-internal-v0.1.8...interface-internal-v0.1.9) (2023-11-07)
414

515

packages/interface-internal/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/interface-internal",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Interfaces implemented by internal libp2p components",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/interface-internal#readme",
@@ -79,8 +79,8 @@
7979
"build": "aegir build"
8080
},
8181
"dependencies": {
82-
"@libp2p/interface": "^0.1.6",
83-
"@libp2p/peer-collections": "^4.0.8",
82+
"@libp2p/interface": "^1.0.0",
83+
"@libp2p/peer-collections": "^4.0.9",
8484
"@multiformats/multiaddr": "^12.1.10",
8585
"uint8arraylist": "^2.4.3"
8686
},

packages/interface/CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@
55

66
* add start/stop events to libp2p interface ([#407](https://github.com/libp2p/js-libp2p-interfaces/issues/407)) ([016c1e8](https://github.com/libp2p/js-libp2p-interfaces/commit/016c1e82b060c93c80546cd8c493ec6e6c97cbec))
77

8+
## [1.0.0](https://www.github.com/libp2p/js-libp2p/compare/interface-v0.1.6...interface-v1.0.0) (2023-11-17)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* imports from `libp2p/dcutr` now need to be from `@libp2p/dcutr`
14+
* imports from `libp2p/identify` need to change to `@libp2p/identify`
15+
* imports from `libp2p/upnp-nat` should be updated to `@libp2p/upnp-nat`
16+
* the `isStarted` method has been removed from the `Startable` interface
17+
* the `.protocols` property has been removed from the `PeerInfo` interface
18+
* move autonat into separate package (#2107)
19+
* remove libp2p.keychain (#2084)
20+
* remove min/max from topologies (#2158)
21+
22+
### Bug Fixes
23+
24+
* remove min/max from topologies ([#2158](https://www.github.com/libp2p/js-libp2p/issues/2158)) ([511359a](https://www.github.com/libp2p/js-libp2p/commit/511359a86235e7abe65887dce7262b34a53bad5a))
25+
* remove protocols from PeerInfo ([#2166](https://www.github.com/libp2p/js-libp2p/issues/2166)) ([5468cd1](https://www.github.com/libp2p/js-libp2p/commit/5468cd13a76281e46b221fdbd7d4005c0d3f2252))
26+
27+
28+
### Code Refactoring
29+
30+
* extract DCUtR into separate module ([#2220](https://www.github.com/libp2p/js-libp2p/issues/2220)) ([d2c3e72](https://www.github.com/libp2p/js-libp2p/commit/d2c3e7235b64558c6cace414c54a42659fee2970))
31+
* extract identify service into separate module ([#2219](https://www.github.com/libp2p/js-libp2p/issues/2219)) ([72c2f77](https://www.github.com/libp2p/js-libp2p/commit/72c2f775bd85bd4928048dda0fd14740d6fb6a69))
32+
* extract UPnP NAT into separate module ([#2217](https://www.github.com/libp2p/js-libp2p/issues/2217)) ([f29b73f](https://www.github.com/libp2p/js-libp2p/commit/f29b73f781afcea36cba0589aafdd81e1852e194))
33+
* move autonat into separate package ([#2107](https://www.github.com/libp2p/js-libp2p/issues/2107)) ([b0e8f06](https://www.github.com/libp2p/js-libp2p/commit/b0e8f06f0dcdbda0e367186b093e42e8bff3ee27))
34+
* remove isStarted method from Startable ([#2145](https://www.github.com/libp2p/js-libp2p/issues/2145)) ([fca208f](https://www.github.com/libp2p/js-libp2p/commit/fca208f3763af041aa37b1cb915d2bc777acb96d))
35+
* remove libp2p.keychain ([#2084](https://www.github.com/libp2p/js-libp2p/issues/2084)) ([125c84b](https://www.github.com/libp2p/js-libp2p/commit/125c84bb8a30ac986fb5aed0a4de23bc806d3aea))
36+
837
### [0.1.6](https://www.github.com/libp2p/js-libp2p/compare/interface-v0.1.5...interface-v0.1.6) (2023-11-07)
938

1039

packages/interface/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/interface",
3-
"version": "0.1.6",
3+
"version": "1.0.0",
44
"description": "The interface implemented by a libp2p node",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/interface#readme",

packages/kad-dht/CHANGELOG.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@
55

66
* skip self-query if not running ([#479](https://github.com/libp2p/js-libp2p-kad-dht/issues/479)) ([7095290](https://github.com/libp2p/js-libp2p-kad-dht/commit/70952907a27fd8778773172059879656b4f08855))
77

8+
## [11.0.0](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.15...kad-dht-v11.0.0) (2023-11-17)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* the `.protocols` property has been removed from the `PeerInfo` interface
14+
15+
### Bug Fixes
16+
17+
* remove protocols from PeerInfo ([#2166](https://www.github.com/libp2p/js-libp2p/issues/2166)) ([5468cd1](https://www.github.com/libp2p/js-libp2p/commit/5468cd13a76281e46b221fdbd7d4005c0d3f2252))
18+
* use logging component everywhere ([#2228](https://www.github.com/libp2p/js-libp2p/issues/2228)) ([e5dfde0](https://www.github.com/libp2p/js-libp2p/commit/e5dfde0883191c93903ca552433f177d48adf0b3))
19+
20+
21+
### Dependencies
22+
23+
* The following workspace dependencies were updated
24+
* dependencies
25+
* @libp2p/crypto bumped from ^2.0.8 to ^2.0.9
26+
* @libp2p/interface bumped from ^0.1.6 to ^1.0.0
27+
* @libp2p/interface-internal bumped from ^0.1.9 to ^0.1.10
28+
* @libp2p/peer-collections bumped from ^4.0.8 to ^4.0.9
29+
* @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
30+
* devDependencies
31+
* @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
32+
* @libp2p/logger bumped from ^3.1.0 to ^4.0.0
33+
* @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
34+
* @libp2p/peer-store bumped from ^9.0.9 to ^9.0.10
35+
836
### [10.0.15](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.14...kad-dht-v10.0.15) (2023-11-10)
937

1038

@@ -1903,4 +1931,4 @@ Co-Authored-By: vasco-santos <[email protected]>
19031931

19041932
### Features
19051933

1906-
* v0.1.0 ([4bd1fbc](https://github.com/libp2p/js-libp2p-kad-dht/commit/4bd1fbc))
1934+
* v0.1.0 ([4bd1fbc](https://github.com/libp2p/js-libp2p-kad-dht/commit/4bd1fbc))

0 commit comments

Comments
 (0)