Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"packages/utils": "0.0.27",
"packages/utils": "0.0.28",
"packages/proto": "0.0.15",
"packages/interfaces": "0.0.34",
"packages/enr": "0.0.33",
"packages/core": "0.0.40",
"packages/message-encryption": "0.0.38",
"packages/relay": "0.0.23",
"packages/sdk": "0.0.36",
"packages/discovery": "0.0.13",
"packages/sds": "0.0.8",
"packages/rln": "0.1.10",
"packages/react": "0.0.8",
"packages/run": "0.0.2"
"packages/interfaces": "0.0.35",
"packages/enr": "0.0.34",
"packages/core": "0.0.41",
"packages/message-encryption": "0.0.39",
"packages/relay": "0.0.24",
"packages/sdk": "0.0.37",
"packages/discovery": "0.0.14",
"packages/sds": "0.0.9",
"packages/rln": "0.1.11",
"packages/react": "0.0.9",
"packages/run": "0.0.3"
}
94 changes: 47 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.41](https://github.com/waku-org/js-waku/compare/core-v0.0.40...core-v0.0.41) (2025-11-15)


### Features

* Reliable Channel: Status Sync, overflow protection, stop TODOs ([#2729](https://github.com/waku-org/js-waku/issues/2729)) ([e5f51d7](https://github.com/waku-org/js-waku/commit/e5f51d7df101020a1a6d0787ce68fab4f28922f5))


### Bug Fixes

* Cleanup routines on reliable channel and core protocols ([#2733](https://github.com/waku-org/js-waku/issues/2733)) ([84a6ea6](https://github.com/waku-org/js-waku/commit/84a6ea69cf8630dacea0cafd58dd8c605ee8dc48))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @waku/enr bumped from ^0.0.33 to ^0.0.34
* @waku/interfaces bumped from 0.0.34 to 0.0.35
* @waku/utils bumped from 0.0.27 to 0.0.28

## [0.0.40](https://github.com/waku-org/js-waku/compare/core-v0.0.39...core-v0.0.40) (2025-10-31)


Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waku/core",
"version": "0.0.40",
"version": "0.0.41",
"description": "TypeScript implementation of the Waku v2 protocol",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -64,11 +64,11 @@
"node": ">=22"
},
"dependencies": {
"@waku/enr": "^0.0.33",
"@waku/interfaces": "0.0.34",
"@waku/enr": "^0.0.34",
"@waku/interfaces": "0.0.35",
"@libp2p/ping": "2.0.35",
"@waku/proto": "0.0.15",
"@waku/utils": "0.0.27",
"@waku/utils": "0.0.28",
"debug": "^4.3.4",
"@noble/hashes": "^1.3.2",
"it-all": "^3.0.4",
Expand Down
12 changes: 12 additions & 0 deletions packages/discovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.14](https://github.com/waku-org/js-waku/compare/discovery-v0.0.13...discovery-v0.0.14) (2025-11-15)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from 0.0.40 to 0.0.41
* @waku/enr bumped from 0.0.33 to 0.0.34
* @waku/interfaces bumped from 0.0.34 to 0.0.35
* @waku/utils bumped from 0.0.27 to 0.0.28

## [0.0.13](https://github.com/waku-org/js-waku/compare/discovery-v0.0.12...discovery-v0.0.13) (2025-10-31)


Expand Down
10 changes: 5 additions & 5 deletions packages/discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waku/discovery",
"version": "0.0.13",
"version": "0.0.14",
"description": "Contains various discovery mechanisms: DNS Discovery (EIP-1459, Peer Exchange, Local Peer Cache Discovery.",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down Expand Up @@ -51,11 +51,11 @@
"node": ">=22"
},
"dependencies": {
"@waku/core": "0.0.40",
"@waku/enr": "0.0.33",
"@waku/interfaces": "0.0.34",
"@waku/core": "0.0.41",
"@waku/enr": "0.0.34",
"@waku/interfaces": "0.0.35",
"@waku/proto": "^0.0.15",
"@waku/utils": "0.0.27",
"@waku/utils": "0.0.28",
"debug": "^4.3.4",
"dns-over-http-resolver": "^3.0.8",
"hi-base32": "^0.5.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/enr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* devDependencies
* @waku/interfaces bumped from 0.0.27 to 0.0.28

## [0.0.34](https://github.com/waku-org/js-waku/compare/enr-v0.0.33...enr-v0.0.34) (2025-11-15)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @waku/utils bumped from 0.0.27 to 0.0.28
* devDependencies
* @waku/interfaces bumped from 0.0.34 to 0.0.35

## [0.0.33](https://github.com/waku-org/js-waku/compare/enr-v0.0.32...enr-v0.0.33) (2025-09-20)


Expand Down
Loading
Loading