mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 23:33:08 +00:00
Merge #644
644: Freeze `libp2p-gossipsub` version to 0.13.0 r=D4nte a=D4nte 0.13.2 moved heartbeat class which is a breaking change. Cc `@jemboh` Co-authored-by: Franck Royer <franck@status.im>
This commit is contained in:
commit
7e61dd3031
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
- Examples: Add Relay JavaScript example.
|
- Examples: Add Relay JavaScript example.
|
||||||
- **Breaking**: Moved utf-8 conversion functions to `utils`.
|
- **Breaking**: Moved utf-8 conversion functions to `utils`.
|
||||||
|
- Froze `libp2p-gossipsub` to `0.13.0` as new patch version bring breaking changes.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -19,7 +19,7 @@
|
|||||||
"js-sha3": "^0.8.0",
|
"js-sha3": "^0.8.0",
|
||||||
"libp2p": "^0.36.2",
|
"libp2p": "^0.36.2",
|
||||||
"libp2p-bootstrap": "^0.14.0",
|
"libp2p-bootstrap": "^0.14.0",
|
||||||
"libp2p-gossipsub": "^0.13.0",
|
"libp2p-gossipsub": "0.13.0",
|
||||||
"libp2p-mplex": "^0.10.4",
|
"libp2p-mplex": "^0.10.4",
|
||||||
"libp2p-websockets": "^0.16.1",
|
"libp2p-websockets": "^0.16.1",
|
||||||
"multiaddr": "^10.0.1",
|
"multiaddr": "^10.0.1",
|
||||||
|
|||||||
@ -75,7 +75,7 @@
|
|||||||
"js-sha3": "^0.8.0",
|
"js-sha3": "^0.8.0",
|
||||||
"libp2p": "^0.36.2",
|
"libp2p": "^0.36.2",
|
||||||
"libp2p-bootstrap": "^0.14.0",
|
"libp2p-bootstrap": "^0.14.0",
|
||||||
"libp2p-gossipsub": "^0.13.0",
|
"libp2p-gossipsub": "0.13.0",
|
||||||
"libp2p-mplex": "^0.10.4",
|
"libp2p-mplex": "^0.10.4",
|
||||||
"libp2p-websockets": "^0.16.1",
|
"libp2p-websockets": "^0.16.1",
|
||||||
"multiaddr": "^10.0.1",
|
"multiaddr": "^10.0.1",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user