-
Notifications
You must be signed in to change notification settings - Fork 464
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f925ab
commit 9fa0a60
Showing
2 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,14 +105,19 @@ It's recommended to check package.json changes for this: | |
--> | ||
|
||
```json | ||
"libp2p-bootstrap": "^0.12.3", | ||
"libp2p-crypto": "^0.19.4", | ||
"libp2p-interfaces": "^0.10.0", | ||
"libp2p-delegated-content-routing": "^0.10.0", | ||
"libp2p-delegated-peer-routing": "^0.9.0", | ||
"libp2p-floodsub": "^0.25.1", | ||
"libp2p-gossipsub": "^0.9.0", | ||
"libp2p-floodsub": "^0.25.0", | ||
"libp2p-kad-dht": "^0.22.0", | ||
"libp2p-mdns": "^0.16.0", | ||
"libp2p-webrtc-star": "^0.22.0", | ||
"libp2p-noise": "^3.0.0", | ||
"libp2p-tcp": "^0.15.4", | ||
"libp2p-webrtc-star": "^0.22.2", | ||
"libp2p-websockets": "^0.15.6" | ||
``` | ||
|
||
One of the main changes in this new release is the update to `[email protected]`. This should also be updated in upstream projects to avoid several multiaddr versions in the bundle and to avoid potential problems when libp2p interacts with provided outdated multiaddr instances. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ | |
"it-merge": "1.0.0", | ||
"it-pipe": "^1.1.0", | ||
"it-take": "1.0.0", | ||
"libp2p-crypto": "^0.19.0", | ||
"libp2p-crypto": "^0.19.4", | ||
"libp2p-interfaces": "^0.10.3", | ||
"libp2p-utils": "^0.3.1", | ||
"mafmt": "^9.0.0", | ||
|
@@ -157,9 +157,9 @@ | |
"libp2p-mdns": "^0.16.0", | ||
"libp2p-mplex": "^0.10.1", | ||
"libp2p-noise": "^2.0.0", | ||
"libp2p-tcp": "^0.15.1", | ||
"libp2p-webrtc-star": "^0.22.0", | ||
"libp2p-websockets": "^0.15.0", | ||
"libp2p-tcp": "^0.15.4", | ||
"libp2p-webrtc-star": "^0.22.2", | ||
"libp2p-websockets": "^0.15.6", | ||
"multihashes": "^4.0.2", | ||
"nock": "^13.0.3", | ||
"p-defer": "^3.0.0", | ||
|
@@ -170,6 +170,10 @@ | |
"uint8arrays": "^2.1.3", | ||
"util": "^0.12.3" | ||
}, | ||
"resolutions": { | ||
"playwright-test": "3.0.4", | ||
"esbuild": "0.11.13" | ||
}, | ||
"contributors": [ | ||
"David Dias <[email protected]>", | ||
"Vasco Santos <[email protected]>", | ||
|