You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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 ^10.0.0
26
+
*@libp2p/ping bumped from ^0.0.0 to ^1.0.0
27
+
*@libp2p/tcp bumped from ^8.0.13 to ^9.0.0
28
+
*@libp2p/webrtc bumped from ^3.2.11 to ^4.0.0
29
+
*@libp2p/websockets bumped from ^7.0.13 to ^8.0.0
30
+
*@libp2p/webtransport bumped from ^3.1.10 to ^4.0.0
0 commit comments