Skip to content

Commit 4502a3f

Browse files
committed
chore: release main
1 parent d447a99 commit 4502a3f

File tree

97 files changed

+3007
-355
lines changed

Some content is hidden

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

97 files changed

+3007
-355
lines changed

.release-please-manifest.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
{
2-
"packages/config": "1.1.22",
3-
"packages/connection-encrypter-plaintext": "3.0.7",
4-
"packages/connection-encrypter-tls": "3.0.7",
5-
"packages/crypto": "5.1.13",
6-
"packages/floodsub": "11.0.8",
7-
"packages/gossipsub": "15.0.9",
8-
"packages/interface": "3.1.0",
9-
"packages/interface-compliance-tests": "7.0.8",
10-
"packages/interface-internal": "3.0.7",
11-
"packages/interop": "14.0.9",
12-
"packages/kad-dht": "16.1.0",
13-
"packages/keychain": "6.0.7",
14-
"packages/libp2p": "3.1.0",
15-
"packages/libp2p-daemon": "6.0.9",
16-
"packages/libp2p-daemon-client": "10.0.9",
17-
"packages/libp2p-daemon-protocol": "8.0.3",
18-
"packages/libp2p-daemon-server": "9.0.9",
19-
"packages/logger": "6.2.0",
20-
"packages/metrics-opentelemetry": "2.0.7",
21-
"packages/metrics-prometheus": "5.0.7",
22-
"packages/metrics-simple": "2.0.7",
23-
"packages/multistream-select": "7.0.7",
24-
"packages/peer-collections": "7.0.7",
25-
"packages/peer-discovery-bootstrap": "12.0.8",
26-
"packages/peer-discovery-mdns": "12.0.8",
27-
"packages/peer-id": "6.0.4",
28-
"packages/peer-record": "9.0.4",
29-
"packages/peer-store": "12.0.7",
30-
"packages/pnet": "3.0.8",
31-
"packages/protocol-autonat": "3.0.7",
32-
"packages/protocol-autonat-v2": "2.0.7",
33-
"packages/protocol-dcutr": "3.0.7",
34-
"packages/protocol-echo": "3.0.8",
35-
"packages/protocol-fetch": "4.0.7",
36-
"packages/protocol-identify": "4.0.7",
37-
"packages/protocol-perf": "5.0.8",
38-
"packages/protocol-ping": "3.0.7",
2+
"packages/config": "1.2.0",
3+
"packages/connection-encrypter-plaintext": "4.0.0",
4+
"packages/connection-encrypter-tls": "4.0.0",
5+
"packages/crypto": "6.0.0",
6+
"packages/floodsub": "12.0.0",
7+
"packages/gossipsub": "16.0.0",
8+
"packages/interface": "4.0.0",
9+
"packages/interface-compliance-tests": "8.0.0",
10+
"packages/interface-internal": "4.0.0",
11+
"packages/interop": "15.0.0",
12+
"packages/kad-dht": "17.0.0",
13+
"packages/keychain": "7.0.0",
14+
"packages/libp2p": "4.0.0",
15+
"packages/libp2p-daemon": "7.0.0",
16+
"packages/libp2p-daemon-client": "11.0.0",
17+
"packages/libp2p-daemon-protocol": "9.0.0",
18+
"packages/libp2p-daemon-server": "10.0.0",
19+
"packages/logger": "7.0.0",
20+
"packages/metrics-opentelemetry": "3.0.0",
21+
"packages/metrics-prometheus": "6.0.0",
22+
"packages/metrics-simple": "3.0.0",
23+
"packages/multistream-select": "8.0.0",
24+
"packages/peer-collections": "8.0.0",
25+
"packages/peer-discovery-bootstrap": "13.0.0",
26+
"packages/peer-discovery-mdns": "13.0.0",
27+
"packages/peer-id": "7.0.0",
28+
"packages/peer-record": "10.0.0",
29+
"packages/peer-store": "13.0.0",
30+
"packages/pnet": "4.0.0",
31+
"packages/protocol-autonat": "4.0.0",
32+
"packages/protocol-autonat-v2": "3.0.0",
33+
"packages/protocol-dcutr": "4.0.0",
34+
"packages/protocol-echo": "4.0.0",
35+
"packages/protocol-fetch": "5.0.0",
36+
"packages/protocol-identify": "5.0.0",
37+
"packages/protocol-perf": "6.0.0",
38+
"packages/protocol-ping": "4.0.0",
3939
"packages/record": "4.0.8",
40-
"packages/stream-multiplexer-mplex": "12.0.8",
41-
"packages/transport-circuit-relay-v2": "4.1.0",
42-
"packages/transport-memory": "2.0.7",
43-
"packages/transport-tcp": "11.0.7",
44-
"packages/transport-webrtc": "6.0.8",
45-
"packages/transport-websockets": "10.0.8",
46-
"packages/transport-webtransport": "6.0.9",
47-
"packages/upnp-nat": "4.0.7",
48-
"packages/utils": "7.0.7",
49-
"packages/integration-tests": "1.1.0",
50-
"interop": "1.0.9"
40+
"packages/stream-multiplexer-mplex": "13.0.0",
41+
"packages/transport-circuit-relay-v2": "5.0.0",
42+
"packages/transport-memory": "3.0.0",
43+
"packages/transport-tcp": "12.0.0",
44+
"packages/transport-webrtc": "7.0.0",
45+
"packages/transport-websockets": "11.0.0",
46+
"packages/transport-webtransport": "7.0.0",
47+
"packages/upnp-nat": "5.0.0",
48+
"packages/utils": "8.0.0",
49+
"packages/integration-tests": "2.0.0",
50+
"interop": "2.0.0"
5151
}

interop/CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,68 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/libp2p/js-libp2p/compare/transport-interop-libp2p-main-v1.0.9...transport-interop-libp2p-main-v2.0.0) (2025-10-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* requires @mulitformats/multiaddr 13.x.x or later
9+
* - Stream handlers accept `stream, connection`, not `{ stream, connection }`
10+
* The `discoverRelays` option has been removed, instead add one or more instances of `"/p2p-circuit"` to the libp2p config under the `addresses.listen` key
11+
* the `connectionEncryption` option has been renamed `connectionEncrypters`
12+
* - `@libp2p/peer-id-factory` has been removed, use `generateKeyPair` and `peerIdFromPrivateKey` instead
13+
* the autodialer has been removed as well as the corresponding config keys
14+
15+
### Features
16+
17+
* select muxer early ([#3026](https://github.com/libp2p/js-libp2p/issues/3026)) ([c4b6a37](https://github.com/libp2p/js-libp2p/commit/c4b6a37173bbf4bfd127bdc524c2c00a1a9749e6))
18+
* streams as EventTargets ([#3218](https://github.com/libp2p/js-libp2p/issues/3218)) ([0f68898](https://github.com/libp2p/js-libp2p/commit/0f68898e6503975aae6f2bb6ba36aff65dabdfe8)), closes [#3226](https://github.com/libp2p/js-libp2p/issues/3226)
19+
* WebRTC-Direct support for Node.js ([#2583](https://github.com/libp2p/js-libp2p/issues/2583)) ([200c2bd](https://github.com/libp2p/js-libp2p/commit/200c2bd22e4db2e74c4533c12bc52085ecf7296b))
20+
21+
22+
### Bug Fixes
23+
24+
* bump noise version ([#3306](https://github.com/libp2p/js-libp2p/issues/3306)) ([71e8ee1](https://github.com/libp2p/js-libp2p/commit/71e8ee1632fdeaff5d6c33a38ae6df02ea69f579))
25+
* capture early datachannels ([#3312](https://github.com/libp2p/js-libp2p/issues/3312)) ([8d66d5f](https://github.com/libp2p/js-libp2p/commit/8d66d5ff1c28298ac1bef3b68fb757eeba1d3bfa))
26+
* make circuit relay listen on addresses like other transports ([#2776](https://github.com/libp2p/js-libp2p/issues/2776)) ([3244ed0](https://github.com/libp2p/js-libp2p/commit/3244ed08625516b25716485c936c26a34b69466a))
27+
* remove autodialer ([#2639](https://github.com/libp2p/js-libp2p/issues/2639)) ([ab90179](https://github.com/libp2p/js-libp2p/commit/ab901790810d8ce59724af1706c9a9e74341b8ee))
28+
* remove patches for gossipsub, noise and the daemon modules ([#2694](https://github.com/libp2p/js-libp2p/issues/2694)) ([7cd9845](https://github.com/libp2p/js-libp2p/commit/7cd984569dbf0046861ec84e8e030ef62725fd14))
29+
* remove private key field from peer id ([#2660](https://github.com/libp2p/js-libp2p/issues/2660)) ([3eeb0c7](https://github.com/libp2p/js-libp2p/commit/3eeb0c705bd58285a6e1ec9fcbb6987c5959d504)), closes [#2659](https://github.com/libp2p/js-libp2p/issues/2659)
30+
* remove ws filters ([#2983](https://github.com/libp2p/js-libp2p/issues/2983)) ([2b49a5f](https://github.com/libp2p/js-libp2p/commit/2b49a5f74e8c79d571396e8a6a70f904b73763f2))
31+
* rename connectionEncryption option to connectionEncrypters ([#2691](https://github.com/libp2p/js-libp2p/issues/2691)) ([6d72709](https://github.com/libp2p/js-libp2p/commit/6d72709ba5959388777610e2f71b8ba9522139b6))
32+
* update multiaddr ([#3184](https://github.com/libp2p/js-libp2p/issues/3184)) ([6c42ea6](https://github.com/libp2p/js-libp2p/commit/6c42ea64a6e22028a87ecb3422e418e99ff09279))
33+
* update project ([db9f40c](https://github.com/libp2p/js-libp2p/commit/db9f40c4fc4c230444d0f3ca79b65a0053bc35f7))
34+
* use @chainsafe/libp2p-noise and @chainsafe/libp2p-yamux ([#3308](https://github.com/libp2p/js-libp2p/issues/3308)) ([425a42c](https://github.com/libp2p/js-libp2p/commit/425a42cddac5aac4d0ac822295cc4c4817dcdc95))
35+
36+
37+
### Documentation
38+
39+
* add spellcheck to gh actions ([#2994](https://github.com/libp2p/js-libp2p/issues/2994)) ([5b084e9](https://github.com/libp2p/js-libp2p/commit/5b084e9682a572e82f7907714d7807b3b9856326))
40+
* fix broken links ([#3282](https://github.com/libp2p/js-libp2p/issues/3282)) ([71b4c41](https://github.com/libp2p/js-libp2p/commit/71b4c41e5990db2b65067663120b14de1ad72f9d))
41+
* remove mplex from docs ([b6681bd](https://github.com/libp2p/js-libp2p/commit/b6681bd2505ac2749192042c3f16b14a88a8656d))
42+
* update spell check ([#2999](https://github.com/libp2p/js-libp2p/issues/2999)) ([6f8cfea](https://github.com/libp2p/js-libp2p/commit/6f8cfeafb2f6ddc231a85ca369fb33cf759940f7))
43+
* update typedoc config ([#3146](https://github.com/libp2p/js-libp2p/issues/3146)) ([14dbebe](https://github.com/libp2p/js-libp2p/commit/14dbebea8bd17addadac730afec0fa3b1cc6334a))
44+
45+
46+
### Dependencies
47+
48+
* bump aegir from 43.0.3 to 44.0.1 ([#2603](https://github.com/libp2p/js-libp2p/issues/2603)) ([944935f](https://github.com/libp2p/js-libp2p/commit/944935f8dbcc1083e4cb4a02b49a0aab3083d3d9))
49+
* update @multiformats/multiaddr to 13.x.x ([#3268](https://github.com/libp2p/js-libp2p/issues/3268)) ([b8ecade](https://github.com/libp2p/js-libp2p/commit/b8ecade2a725d38d11dd8df888c5abb22e14f26b))
50+
* update aegir, fix all linting issues ([#3110](https://github.com/libp2p/js-libp2p/issues/3110)) ([510b033](https://github.com/libp2p/js-libp2p/commit/510b033f6b15358c7fae21486c3b09e730aa26cd))
51+
* update p-event, p-wait-for and noble deps ([#3302](https://github.com/libp2p/js-libp2p/issues/3302)) ([55bbd8c](https://github.com/libp2p/js-libp2p/commit/55bbd8cde12fe1c05e8d264e6e2406ca9fe2f044))
52+
* The following workspace dependencies were updated
53+
* devDependencies
54+
* @libp2p/circuit-relay-v2 bumped from ^4.1.0 to ^5.0.0
55+
* @libp2p/identify bumped from ^4.0.7 to ^5.0.0
56+
* @libp2p/interface bumped from ^3.1.0 to ^4.0.0
57+
* @libp2p/mplex bumped from ^12.0.8 to ^13.0.0
58+
* @libp2p/ping bumped from ^3.0.7 to ^4.0.0
59+
* @libp2p/tcp bumped from ^11.0.7 to ^12.0.0
60+
* @libp2p/tls bumped from ^3.0.7 to ^4.0.0
61+
* @libp2p/webrtc bumped from ^6.0.8 to ^7.0.0
62+
* @libp2p/websockets bumped from ^10.0.8 to ^11.0.0
63+
* @libp2p/webtransport bumped from ^6.0.9 to ^7.0.0
64+
* libp2p bumped from ^3.1.0 to ^4.0.0
65+
366
## [1.0.9](https://github.com/libp2p/js-libp2p/compare/transport-interop-libp2p-main-v1.0.8...transport-interop-libp2p-main-v1.0.9) (2025-10-28)
467

568

interop/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/transport-interop-libp2p-main",
3-
"version": "1.0.9",
3+
"version": "2.0.0",
44
"type": "module",
55
"private": true,
66
"scripts": {
@@ -13,19 +13,19 @@
1313
"devDependencies": {
1414
"@chainsafe/libp2p-noise": "^17.0.0",
1515
"@chainsafe/libp2p-yamux": "^8.0.0",
16-
"@libp2p/circuit-relay-v2": "^4.1.0",
17-
"@libp2p/identify": "^4.0.7",
18-
"@libp2p/interface": "^3.1.0",
19-
"@libp2p/mplex": "^12.0.8",
20-
"@libp2p/ping": "^3.0.7",
21-
"@libp2p/tcp": "^11.0.7",
22-
"@libp2p/tls": "^3.0.7",
23-
"@libp2p/webrtc": "^6.0.8",
24-
"@libp2p/websockets": "^10.0.8",
25-
"@libp2p/webtransport": "^6.0.9",
16+
"@libp2p/circuit-relay-v2": "^5.0.0",
17+
"@libp2p/identify": "^5.0.0",
18+
"@libp2p/interface": "^4.0.0",
19+
"@libp2p/mplex": "^13.0.0",
20+
"@libp2p/ping": "^4.0.0",
21+
"@libp2p/tcp": "^12.0.0",
22+
"@libp2p/tls": "^4.0.0",
23+
"@libp2p/webrtc": "^7.0.0",
24+
"@libp2p/websockets": "^11.0.0",
25+
"@libp2p/webtransport": "^7.0.0",
2626
"@multiformats/multiaddr": "^13.0.1",
2727
"aegir": "^47.0.22",
28-
"libp2p": "^3.1.0",
28+
"libp2p": "^4.0.0",
2929
"p-event": "^7.0.0",
3030
"redis": "^4.7.1"
3131
}

packages/config/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/libp2p/js-libp2p/compare/config-v1.1.22...config-v1.2.0) (2025-10-29)
4+
5+
6+
### Features
7+
8+
* add @libp2p/config ([#2893](https://github.com/libp2p/js-libp2p/issues/2893)) ([f474745](https://github.com/libp2p/js-libp2p/commit/f4747450f1025df1dc31970355ceed2154c5b835))
9+
* allow configuring self-key name in config ([#2975](https://github.com/libp2p/js-libp2p/issues/2975)) ([56e5a2a](https://github.com/libp2p/js-libp2p/commit/56e5a2a87f2218d5c4d5b84f3941741a176b0cd7))
10+
11+
12+
### Bug Fixes
13+
14+
* update project ([db9f40c](https://github.com/libp2p/js-libp2p/commit/db9f40c4fc4c230444d0f3ca79b65a0053bc35f7))
15+
16+
17+
### Documentation
18+
19+
* update comments in interface module and elsewhere ([#3107](https://github.com/libp2p/js-libp2p/issues/3107)) ([32627c8](https://github.com/libp2p/js-libp2p/commit/32627c8767587f7e8df88a700933ece6d5f5c3c4)), closes [#2112](https://github.com/libp2p/js-libp2p/issues/2112)
20+
* update config docs ([#2917](https://github.com/libp2p/js-libp2p/issues/2917)) ([8582cc2](https://github.com/libp2p/js-libp2p/commit/8582cc24965b8636e466a259ed9f65a23e511ec6))
21+
* update spell check ([#2999](https://github.com/libp2p/js-libp2p/issues/2999)) ([6f8cfea](https://github.com/libp2p/js-libp2p/commit/6f8cfeafb2f6ddc231a85ca369fb33cf759940f7))
22+
* update typedoc config ([#3146](https://github.com/libp2p/js-libp2p/issues/3146)) ([14dbebe](https://github.com/libp2p/js-libp2p/commit/14dbebea8bd17addadac730afec0fa3b1cc6334a))
23+
24+
25+
### Dependencies
26+
27+
* update aegir, fix all linting issues ([#3110](https://github.com/libp2p/js-libp2p/issues/3110)) ([510b033](https://github.com/libp2p/js-libp2p/commit/510b033f6b15358c7fae21486c3b09e730aa26cd))
28+
* update datastore ([#3326](https://github.com/libp2p/js-libp2p/issues/3326)) ([a0f9da2](https://github.com/libp2p/js-libp2p/commit/a0f9da212fcc8ac8d21da835e87c9225ae138fdd))
29+
* The following workspace dependencies were updated
30+
* dependencies
31+
* @libp2p/crypto bumped from ^5.1.13 to ^6.0.0
32+
* @libp2p/interface bumped from ^3.1.0 to ^4.0.0
33+
* @libp2p/keychain bumped from ^6.0.7 to ^7.0.0
34+
* @libp2p/logger bumped from ^6.2.0 to ^7.0.0
35+
336
## [1.1.22](https://github.com/libp2p/js-libp2p/compare/config-v1.1.21...config-v1.1.22) (2025-10-28)
437

538

packages/config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/config",
3-
"version": "1.1.22",
3+
"version": "1.2.0",
44
"description": "Helper functions to make dealing with libp2p config easier",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/config#readme",
@@ -39,10 +39,10 @@
3939
"doc-check": "aegir doc-check"
4040
},
4141
"dependencies": {
42-
"@libp2p/crypto": "^5.1.13",
43-
"@libp2p/interface": "^3.1.0",
44-
"@libp2p/keychain": "^6.0.7",
45-
"@libp2p/logger": "^6.2.0",
42+
"@libp2p/crypto": "^6.0.0",
43+
"@libp2p/interface": "^4.0.0",
44+
"@libp2p/keychain": "^7.0.0",
45+
"@libp2p/logger": "^7.0.0",
4646
"interface-datastore": "^9.0.1"
4747
},
4848
"devDependencies": {

packages/connection-encrypter-plaintext/CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,60 @@
7272
* devDependencies
7373
* @libp2p/interface-compliance-tests bumped from ^5.3.0 to ^5.3.1
7474

75+
## [4.0.0](https://github.com/libp2p/js-libp2p/compare/plaintext-v3.0.7...plaintext-v4.0.0) (2025-10-29)
76+
77+
78+
### ⚠ BREAKING CHANGES
79+
80+
* - Stream handlers accept `stream, connection`, not `{ stream, connection }`
81+
* the `connectionEncryption` option has been renamed `connectionEncrypters`
82+
* - `@libp2p/peer-id-factory` has been removed, use `generateKeyPair` and `peerIdFromPrivateKey` instead
83+
* the final argument to `secureOutbound` and `secureInbound` in the `ConnectionEncrypter` interface is now an options object
84+
* The `.code` property has been removed from most errors, use `.name` instead
85+
* removes `localPeer: PeerId` first parameter from `secureInbound` and `secureOutbound` in `ConnectionEncrypter`
86+
87+
### Features
88+
89+
* streams as EventTargets ([#3218](https://github.com/libp2p/js-libp2p/issues/3218)) ([0f68898](https://github.com/libp2p/js-libp2p/commit/0f68898e6503975aae6f2bb6ba36aff65dabdfe8)), closes [#3226](https://github.com/libp2p/js-libp2p/issues/3226)
90+
* use `.name` property instead of `.code` for errors ([#2655](https://github.com/libp2p/js-libp2p/issues/2655)) ([0d20426](https://github.com/libp2p/js-libp2p/commit/0d20426fd5ea19b03345c70289bbd692e4348e1f))
91+
92+
93+
### Bug Fixes
94+
95+
* always send key type ([#3028](https://github.com/libp2p/js-libp2p/issues/3028)) ([2fbcdb6](https://github.com/libp2p/js-libp2p/commit/2fbcdb68763032db4cc9f3ff7d8acc7de3a65789))
96+
* make connection securing abortable ([#2662](https://github.com/libp2p/js-libp2p/issues/2662)) ([51f7b57](https://github.com/libp2p/js-libp2p/commit/51f7b570c3a5bae8dd7da7edbc4145893328400e))
97+
* remove localPeer from secureInbound and secureOutbound ([#2304](https://github.com/libp2p/js-libp2p/issues/2304)) ([b435a21](https://github.com/libp2p/js-libp2p/commit/b435a214cf342c6015f474d26143fc27f0f673e9))
98+
* remove private key field from peer id ([#2660](https://github.com/libp2p/js-libp2p/issues/2660)) ([3eeb0c7](https://github.com/libp2p/js-libp2p/commit/3eeb0c705bd58285a6e1ec9fcbb6987c5959d504)), closes [#2659](https://github.com/libp2p/js-libp2p/issues/2659)
99+
* rename connectionEncryption option to connectionEncrypters ([#2691](https://github.com/libp2p/js-libp2p/issues/2691)) ([6d72709](https://github.com/libp2p/js-libp2p/commit/6d72709ba5959388777610e2f71b8ba9522139b6))
100+
* scope logging to connection and stream ([#3215](https://github.com/libp2p/js-libp2p/issues/3215)) ([ce6b542](https://github.com/libp2p/js-libp2p/commit/ce6b542a8ea3d42e2238f910cf2a113370515058))
101+
* send raw plaintext public key during handshake ([#2599](https://github.com/libp2p/js-libp2p/issues/2599)) ([359265a](https://github.com/libp2p/js-libp2p/commit/359265a3a842698b5bdf93c6be64e3bcfee745bf))
102+
* update error logs to use %e token ([#3261](https://github.com/libp2p/js-libp2p/issues/3261)) ([e10c5c0](https://github.com/libp2p/js-libp2p/commit/e10c5c0c51876ab83da51d558ee4789fc3c38a49))
103+
* update project ([db9f40c](https://github.com/libp2p/js-libp2p/commit/db9f40c4fc4c230444d0f3ca79b65a0053bc35f7))
104+
* update stream deps ([#3055](https://github.com/libp2p/js-libp2p/issues/3055)) ([b2124c2](https://github.com/libp2p/js-libp2p/commit/b2124c2db02d7870b958f294da42ec79084818a3))
105+
106+
107+
### Documentation
108+
109+
* update comments in interface module and elsewhere ([#3107](https://github.com/libp2p/js-libp2p/issues/3107)) ([32627c8](https://github.com/libp2p/js-libp2p/commit/32627c8767587f7e8df88a700933ece6d5f5c3c4)), closes [#2112](https://github.com/libp2p/js-libp2p/issues/2112)
110+
* update spell check ([#2999](https://github.com/libp2p/js-libp2p/issues/2999)) ([6f8cfea](https://github.com/libp2p/js-libp2p/commit/6f8cfeafb2f6ddc231a85ca369fb33cf759940f7))
111+
* update typedoc config ([#3146](https://github.com/libp2p/js-libp2p/issues/3146)) ([14dbebe](https://github.com/libp2p/js-libp2p/commit/14dbebea8bd17addadac730afec0fa3b1cc6334a))
112+
113+
114+
### Dependencies
115+
116+
* bump aegir from 43.0.3 to 44.0.1 ([#2603](https://github.com/libp2p/js-libp2p/issues/2603)) ([944935f](https://github.com/libp2p/js-libp2p/commit/944935f8dbcc1083e4cb4a02b49a0aab3083d3d9))
117+
* bump sinon from 19.0.5 to 20.0.0 ([#3112](https://github.com/libp2p/js-libp2p/issues/3112)) ([d1ce677](https://github.com/libp2p/js-libp2p/commit/d1ce6774d8f7c338f15a05f80d09e361d21e7586))
118+
* update aegir, fix all linting issues ([#3110](https://github.com/libp2p/js-libp2p/issues/3110)) ([510b033](https://github.com/libp2p/js-libp2p/commit/510b033f6b15358c7fae21486c3b09e730aa26cd))
119+
* The following workspace dependencies were updated
120+
* dependencies
121+
* @libp2p/crypto bumped from ^5.1.13 to ^6.0.0
122+
* @libp2p/interface bumped from ^3.1.0 to ^4.0.0
123+
* @libp2p/peer-id bumped from ^6.0.4 to ^7.0.0
124+
* @libp2p/utils bumped from ^7.0.7 to ^8.0.0
125+
* devDependencies
126+
* @libp2p/crypto bumped from ^5.1.13 to ^6.0.0
127+
* @libp2p/logger bumped from ^6.2.0 to ^7.0.0
128+
75129
## [3.0.7](https://github.com/libp2p/js-libp2p/compare/plaintext-v3.0.6...plaintext-v3.0.7) (2025-10-28)
76130

77131

packages/connection-encrypter-plaintext/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/plaintext",
3-
"version": "3.0.7",
3+
"version": "4.0.0",
44
"description": "An insecure connection encrypter",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/connection-encrypter-plaintext#readme",
@@ -45,17 +45,17 @@
4545
"doc-check": "aegir doc-check"
4646
},
4747
"dependencies": {
48-
"@libp2p/crypto": "^5.1.13",
49-
"@libp2p/interface": "^3.1.0",
50-
"@libp2p/peer-id": "^6.0.4",
51-
"@libp2p/utils": "^7.0.7",
48+
"@libp2p/crypto": "^6.0.0",
49+
"@libp2p/interface": "^4.0.0",
50+
"@libp2p/peer-id": "^7.0.0",
51+
"@libp2p/utils": "^8.0.0",
5252
"protons-runtime": "^5.6.0",
5353
"uint8arraylist": "^2.4.8",
5454
"uint8arrays": "^5.1.0"
5555
},
5656
"devDependencies": {
57-
"@libp2p/crypto": "^5.1.13",
58-
"@libp2p/logger": "^6.2.0",
57+
"@libp2p/crypto": "^6.0.0",
58+
"@libp2p/logger": "^7.0.0",
5959
"aegir": "^47.0.22",
6060
"protons": "^7.7.0",
6161
"sinon": "^21.0.0"

0 commit comments

Comments
 (0)