chore: release master

This commit is contained in:
Sasha 2025-12-24 02:13:45 +01:00
parent 9a1e9cecc5
commit cbe1053650
26 changed files with 285 additions and 106 deletions

View File

@ -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
package-lock.json generated
View File

@ -34056,15 +34056,15 @@
},
"packages/core": {
"name": "@waku/core",
"version": "0.0.40",
"version": "0.0.41",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@libp2p/ping": "2.0.35",
"@noble/hashes": "^1.3.2",
"@waku/enr": "^0.0.33",
"@waku/interfaces": "0.0.34",
"@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",
"it-all": "^3.0.4",
"it-length-prefixed": "^9.0.4",
@ -34124,14 +34124,14 @@
},
"packages/discovery": {
"name": "@waku/discovery",
"version": "0.0.13",
"version": "0.0.14",
"license": "MIT OR Apache-2.0",
"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",
@ -34160,7 +34160,7 @@
},
"packages/enr": {
"name": "@waku/enr",
"version": "0.0.33",
"version": "0.0.34",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@ethersproject/rlp": "^5.7.0",
@ -34168,7 +34168,7 @@
"@libp2p/peer-id": "5.1.7",
"@multiformats/multiaddr": "^12.0.0",
"@noble/secp256k1": "^1.7.1",
"@waku/utils": "0.0.27",
"@waku/utils": "0.0.28",
"debug": "^4.3.4",
"js-sha3": "^0.9.2"
},
@ -34179,7 +34179,7 @@
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@waku/build-utils": "*",
"@waku/interfaces": "0.0.34",
"@waku/interfaces": "0.0.35",
"chai": "^4.3.10",
"cspell": "^8.6.1",
"fast-check": "^3.19.0",
@ -34223,7 +34223,7 @@
},
"packages/interfaces": {
"name": "@waku/interfaces",
"version": "0.0.34",
"version": "0.0.35",
"license": "MIT OR Apache-2.0",
"devDependencies": {
"@chainsafe/libp2p-gossipsub": "14.1.1",
@ -34238,14 +34238,14 @@
},
"packages/message-encryption": {
"name": "@waku/message-encryption",
"version": "0.0.38",
"version": "0.0.39",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@noble/secp256k1": "^1.7.1",
"@waku/core": "0.0.40",
"@waku/interfaces": "0.0.34",
"@waku/core": "0.0.41",
"@waku/interfaces": "0.0.35",
"@waku/proto": "0.0.15",
"@waku/utils": "0.0.27",
"@waku/utils": "0.0.28",
"debug": "^4.3.4",
"js-sha3": "^0.9.2",
"uint8arrays": "^5.0.1"
@ -34293,12 +34293,12 @@
},
"packages/react": {
"name": "@waku/react",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@waku/interfaces": "0.0.34",
"@waku/sdk": "0.0.36",
"@waku/utils": "0.0.27"
"@waku/interfaces": "0.0.35",
"@waku/sdk": "0.0.37",
"@waku/utils": "0.0.28"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
@ -34641,16 +34641,16 @@
},
"packages/relay": {
"name": "@waku/relay",
"version": "0.0.23",
"version": "0.0.24",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@chainsafe/libp2p-gossipsub": "14.1.1",
"@noble/hashes": "^1.3.2",
"@waku/core": "0.0.40",
"@waku/interfaces": "0.0.34",
"@waku/core": "0.0.41",
"@waku/interfaces": "0.0.35",
"@waku/proto": "0.0.15",
"@waku/sdk": "0.0.36",
"@waku/utils": "0.0.27",
"@waku/sdk": "0.0.37",
"@waku/utils": "0.0.28",
"chai": "^4.3.10",
"debug": "^4.3.4",
"fast-check": "^3.19.0",
@ -34727,14 +34727,14 @@
},
"packages/rln": {
"name": "@waku/rln",
"version": "0.1.10",
"version": "0.1.11",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@chainsafe/bls-keystore": "3.0.0",
"@noble/hashes": "^1.2.0",
"@wagmi/core": "^2.22.1",
"@waku/core": "^0.0.40",
"@waku/utils": "^0.0.27",
"@waku/core": "^0.0.41",
"@waku/utils": "^0.0.28",
"@waku/zerokit-rln-wasm": "^0.2.1",
"chai": "^5.1.2",
"chai-as-promised": "^8.0.1",
@ -34757,8 +34757,8 @@
"@types/sinon": "^17.0.3",
"@wagmi/cli": "^2.7.0",
"@waku/build-utils": "^1.0.0",
"@waku/interfaces": "0.0.34",
"@waku/message-encryption": "^0.0.37",
"@waku/interfaces": "0.0.35",
"@waku/message-encryption": "^0.0.39",
"deep-equal-in-any-order": "^2.0.6",
"fast-check": "^3.23.2",
"rollup-plugin-copy": "^3.5.0"
@ -34957,13 +34957,13 @@
},
"packages/run": {
"name": "@waku/run",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@waku/core": "0.0.40",
"@waku/interfaces": "*",
"@waku/sdk": "0.0.36",
"@waku/utils": "*"
"@waku/core": "0.0.41",
"@waku/interfaces": "0.0.35",
"@waku/sdk": "0.0.37",
"@waku/utils": "0.0.28"
},
"bin": {
"waku-run": "dist/src/cli.js"
@ -34984,7 +34984,7 @@
},
"packages/sdk": {
"name": "@waku/sdk",
"version": "0.0.36",
"version": "0.0.37",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@chainsafe/libp2p-noise": "16.1.3",
@ -34995,12 +34995,12 @@
"@libp2p/websockets": "9.2.16",
"@noble/hashes": "^1.3.3",
"@types/lodash.debounce": "^4.0.9",
"@waku/core": "0.0.40",
"@waku/discovery": "0.0.13",
"@waku/interfaces": "0.0.34",
"@waku/core": "0.0.41",
"@waku/discovery": "0.0.14",
"@waku/interfaces": "0.0.35",
"@waku/proto": "^0.0.15",
"@waku/sds": "^0.0.8",
"@waku/utils": "0.0.27",
"@waku/sds": "^0.0.9",
"@waku/utils": "0.0.28",
"libp2p": "2.8.11",
"lodash.debounce": "^4.0.8"
},
@ -35013,7 +35013,7 @@
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.9",
"@waku/build-utils": "*",
"@waku/message-encryption": "^0.0.38",
"@waku/message-encryption": "^0.0.39",
"chai": "^5.1.1",
"cspell": "^8.6.1",
"interface-datastore": "8.3.2",
@ -35209,13 +35209,13 @@
},
"packages/sds": {
"name": "@waku/sds",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@libp2p/interface": "2.10.4",
"@noble/hashes": "^1.7.1",
"@waku/proto": "^0.0.15",
"@waku/utils": "^0.0.27",
"@waku/utils": "^0.0.28",
"chai": "^5.1.2",
"lodash": "^4.17.21"
},
@ -35335,11 +35335,11 @@
},
"packages/utils": {
"name": "@waku/utils",
"version": "0.0.27",
"version": "0.0.28",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@noble/hashes": "^1.3.2",
"@waku/interfaces": "0.0.34",
"@waku/interfaces": "0.0.35",
"chai": "^4.3.10",
"debug": "^4.3.4",
"uint8arrays": "^5.0.1"

View File

@ -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/logos-messaging/js-waku/compare/core-v0.0.40...core-v0.0.41) (2025-12-24)
### Features
* Reliable Channel: Status Sync, overflow protection, stop TODOs ([#2729](https://github.com/logos-messaging/js-waku/issues/2729)) ([e5f51d7](https://github.com/logos-messaging/js-waku/commit/e5f51d7df101020a1a6d0787ce68fab4f28922f5))
### Bug Fixes
* Cleanup routines on reliable channel and core protocols ([#2733](https://github.com/logos-messaging/js-waku/issues/2733)) ([84a6ea6](https://github.com/logos-messaging/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)

View File

@ -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",
@ -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",

View File

@ -1,5 +1,17 @@
# Changelog
## [0.0.14](https://github.com/logos-messaging/js-waku/compare/discovery-v0.0.13...discovery-v0.0.14) (2025-12-24)
### 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)

View File

@ -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",
@ -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",

View File

@ -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/logos-messaging/js-waku/compare/enr-v0.0.33...enr-v0.0.34) (2025-12-24)
### 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)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/enr",
"version": "0.0.33",
"version": "0.0.34",
"description": "ENR (EIP-778) for Waku",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
@ -56,7 +56,7 @@
"@libp2p/peer-id": "5.1.7",
"@multiformats/multiaddr": "^12.0.0",
"@noble/secp256k1": "^1.7.1",
"@waku/utils": "0.0.27",
"@waku/utils": "0.0.28",
"debug": "^4.3.4",
"js-sha3": "^0.9.2"
},
@ -67,7 +67,7 @@
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@waku/build-utils": "*",
"@waku/interfaces": "0.0.34",
"@waku/interfaces": "0.0.35",
"chai": "^4.3.10",
"cspell": "^8.6.1",
"fast-check": "^3.19.0",

View File

@ -5,6 +5,13 @@ 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.35](https://github.com/logos-messaging/js-waku/compare/interfaces-v0.0.34...interfaces-v0.0.35) (2025-12-24)
### Bug Fixes
* Cleanup routines on reliable channel and core protocols ([#2733](https://github.com/logos-messaging/js-waku/issues/2733)) ([84a6ea6](https://github.com/logos-messaging/js-waku/commit/84a6ea69cf8630dacea0cafd58dd8c605ee8dc48))
## [0.0.34](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.33...interfaces-v0.0.34) (2025-09-20)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/interfaces",
"version": "0.0.34",
"version": "0.0.35",
"description": "Definition of Waku interfaces",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",

View File

@ -101,6 +101,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* @waku/interfaces bumped from 0.0.27 to 0.0.28
* @waku/utils bumped from 0.0.20 to 0.0.21
## [0.0.39](https://github.com/logos-messaging/js-waku/compare/message-encryption-v0.0.38...message-encryption-v0.0.39) (2025-12-24)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from 0.0.40 to 0.0.41
* @waku/interfaces bumped from 0.0.34 to 0.0.35
* @waku/utils bumped from 0.0.27 to 0.0.28
## [0.0.38](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.37...message-encryption-v0.0.38) (2025-10-31)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/message-encryption",
"version": "0.0.38",
"version": "0.0.39",
"description": "Waku Message Payload Encryption",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
@ -76,10 +76,10 @@
},
"dependencies": {
"@noble/secp256k1": "^1.7.1",
"@waku/core": "0.0.40",
"@waku/interfaces": "0.0.34",
"@waku/core": "0.0.41",
"@waku/interfaces": "0.0.35",
"@waku/proto": "0.0.15",
"@waku/utils": "0.0.27",
"@waku/utils": "0.0.28",
"debug": "^4.3.4",
"js-sha3": "^0.9.2",
"uint8arrays": "^5.0.1"

View File

@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.9](https://github.com/logos-messaging/js-waku/compare/react-v0.0.8...react-v0.0.9) (2025-12-24)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/interfaces bumped from 0.0.34 to 0.0.35
* @waku/sdk bumped from 0.0.36 to 0.0.37
* @waku/utils bumped from 0.0.27 to 0.0.28
## [0.0.8](https://github.com/waku-org/js-waku/compare/react-v0.0.7...react-v0.0.8) (2025-10-31)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/react",
"version": "0.0.8",
"version": "0.0.9",
"description": "React hooks and components to use js-waku",
"type": "module",
"main": "dist/index.cjs.js",
@ -54,9 +54,9 @@
"node": ">=22"
},
"dependencies": {
"@waku/interfaces": "0.0.34",
"@waku/sdk": "0.0.36",
"@waku/utils": "0.0.27"
"@waku/interfaces": "0.0.35",
"@waku/sdk": "0.0.37",
"@waku/utils": "0.0.28"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",

View File

@ -25,6 +25,23 @@
* @waku/interfaces bumped from 0.0.16 to 0.0.17
* @waku/utils bumped from 0.0.9 to 0.0.10
## [0.0.24](https://github.com/logos-messaging/js-waku/compare/relay-v0.0.23...relay-v0.0.24) (2025-12-24)
### Bug Fixes
* Cleanup routines on reliable channel and core protocols ([#2733](https://github.com/logos-messaging/js-waku/issues/2733)) ([84a6ea6](https://github.com/logos-messaging/js-waku/commit/84a6ea69cf8630dacea0cafd58dd8c605ee8dc48))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from 0.0.40 to 0.0.41
* @waku/sdk bumped from 0.0.36 to 0.0.37
* @waku/interfaces bumped from 0.0.34 to 0.0.35
* @waku/utils bumped from 0.0.27 to 0.0.28
## [0.0.23](https://github.com/waku-org/js-waku/compare/relay-v0.0.22...relay-v0.0.23) (2025-10-31)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/relay",
"version": "0.0.23",
"version": "0.0.24",
"description": "Relay Protocol for Waku",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
@ -51,11 +51,11 @@
"dependencies": {
"@chainsafe/libp2p-gossipsub": "14.1.1",
"@noble/hashes": "^1.3.2",
"@waku/core": "0.0.40",
"@waku/sdk": "0.0.36",
"@waku/interfaces": "0.0.34",
"@waku/core": "0.0.41",
"@waku/sdk": "0.0.37",
"@waku/interfaces": "0.0.35",
"@waku/proto": "0.0.15",
"@waku/utils": "0.0.27",
"@waku/utils": "0.0.28",
"chai": "^4.3.10",
"debug": "^4.3.4",
"fast-check": "^3.19.0",

View File

@ -1,5 +1,27 @@
# Changelog
## [0.1.11](https://github.com/logos-messaging/js-waku/compare/rln-v0.1.10...rln-v0.1.11) (2025-12-24)
### ⚠ BREAKING CHANGES
* **rln:** generate contract types, migrate from ethers to viem ([#2705](https://github.com/logos-messaging/js-waku/issues/2705))
### Features
* **rln:** Generate contract types, migrate from ethers to viem ([#2705](https://github.com/logos-messaging/js-waku/issues/2705)) ([f2ad23a](https://github.com/logos-messaging/js-waku/commit/f2ad23ad4354fb3440ca369ed91ba4d882bbacf6))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from ^0.0.40 to ^0.0.41
* @waku/utils bumped from ^0.0.27 to ^0.0.28
* devDependencies
* @waku/interfaces bumped from 0.0.34 to 0.0.35
* @waku/message-encryption bumped from ^0.0.37 to ^0.0.39
## [0.1.10](https://github.com/waku-org/js-waku/compare/rln-v0.1.9...rln-v0.1.10) (2025-10-31)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/rln",
"version": "0.1.10",
"version": "0.1.11",
"description": "RLN (Rate Limiting Nullifier) implementation for Waku",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
@ -60,8 +60,8 @@
"@types/sinon": "^17.0.3",
"@wagmi/cli": "^2.7.0",
"@waku/build-utils": "^1.0.0",
"@waku/interfaces": "0.0.34",
"@waku/message-encryption": "^0.0.37",
"@waku/interfaces": "0.0.35",
"@waku/message-encryption": "^0.0.39",
"deep-equal-in-any-order": "^2.0.6",
"fast-check": "^3.23.2",
"rollup-plugin-copy": "^3.5.0"
@ -80,8 +80,8 @@
"@chainsafe/bls-keystore": "3.0.0",
"@noble/hashes": "^1.2.0",
"@wagmi/core": "^2.22.1",
"@waku/core": "^0.0.40",
"@waku/utils": "^0.0.27",
"@waku/core": "^0.0.41",
"@waku/utils": "^0.0.28",
"@waku/zerokit-rln-wasm": "^0.2.1",
"chai": "^5.1.2",
"chai-as-promised": "^8.0.1",

View File

@ -1,5 +1,17 @@
# Changelog
## [0.0.3](https://github.com/logos-messaging/js-waku/compare/run-v0.0.2...run-v0.0.3) (2025-12-24)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from 0.0.40 to 0.0.41
* @waku/interfaces bumped from * to 0.0.35
* @waku/sdk bumped from 0.0.36 to 0.0.37
* @waku/utils bumped from * to 0.0.28
## [0.0.2](https://github.com/waku-org/js-waku/compare/run-v0.0.1...run-v0.0.2) (2025-10-31)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/run",
"version": "0.0.2",
"version": "0.0.3",
"description": "Run a local Waku network for development and testing",
"type": "module",
"author": "Waku Team",
@ -50,10 +50,10 @@
"node": ">=22"
},
"dependencies": {
"@waku/core": "0.0.40",
"@waku/interfaces": "*",
"@waku/sdk": "0.0.36",
"@waku/utils": "*"
"@waku/core": "0.0.41",
"@waku/interfaces": "0.0.35",
"@waku/sdk": "0.0.37",
"@waku/utils": "0.0.28"
},
"devDependencies": {
"@types/chai": "^4.3.11",

View File

@ -47,6 +47,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* @waku/interfaces bumped from 0.0.19 to 0.0.20
* @waku/peer-exchange bumped from ^0.0.17 to ^0.0.18
## [0.0.37](https://github.com/logos-messaging/js-waku/compare/sdk-v0.0.36...sdk-v0.0.37) (2025-12-24)
### Features
* Incorporate sds-r into reliable channels ([#2701](https://github.com/logos-messaging/js-waku/issues/2701)) ([788f7e6](https://github.com/logos-messaging/js-waku/commit/788f7e62c5141d10d013c91c28d549188d165762))
* Reliable Channel: Status Sync, overflow protection, stop TODOs ([#2729](https://github.com/logos-messaging/js-waku/issues/2729)) ([e5f51d7](https://github.com/logos-messaging/js-waku/commit/e5f51d7df101020a1a6d0787ce68fab4f28922f5))
### Bug Fixes
* Cleanup routines on reliable channel and core protocols ([#2733](https://github.com/logos-messaging/js-waku/issues/2733)) ([84a6ea6](https://github.com/logos-messaging/js-waku/commit/84a6ea69cf8630dacea0cafd58dd8c605ee8dc48))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from 0.0.40 to 0.0.41
* @waku/discovery bumped from 0.0.13 to 0.0.14
* @waku/interfaces bumped from 0.0.34 to 0.0.35
* @waku/sds bumped from ^0.0.8 to ^0.0.9
* @waku/utils bumped from 0.0.27 to 0.0.28
* devDependencies
* @waku/message-encryption bumped from ^0.0.38 to ^0.0.39
## [0.0.36](https://github.com/waku-org/js-waku/compare/sdk-v0.0.35...sdk-v0.0.36) (2025-10-31)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/sdk",
"version": "0.0.36",
"version": "0.0.37",
"description": "A unified SDK for easy creation and management of js-waku nodes.",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
@ -68,12 +68,12 @@
"@libp2p/websockets": "9.2.16",
"@noble/hashes": "^1.3.3",
"@types/lodash.debounce": "^4.0.9",
"@waku/core": "0.0.40",
"@waku/discovery": "0.0.13",
"@waku/interfaces": "0.0.34",
"@waku/core": "0.0.41",
"@waku/discovery": "0.0.14",
"@waku/interfaces": "0.0.35",
"@waku/proto": "^0.0.15",
"@waku/sds": "^0.0.8",
"@waku/utils": "0.0.27",
"@waku/sds": "^0.0.9",
"@waku/utils": "0.0.28",
"libp2p": "2.8.11",
"lodash.debounce": "^4.0.8"
},
@ -86,7 +86,7 @@
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.9",
"@waku/build-utils": "*",
"@waku/message-encryption": "^0.0.38",
"@waku/message-encryption": "^0.0.39",
"chai": "^5.1.1",
"cspell": "^8.6.1",
"interface-datastore": "8.3.2",

View File

@ -1,5 +1,20 @@
# Changelog
## [0.0.9](https://github.com/logos-messaging/js-waku/compare/sds-v0.0.8...sds-v0.0.9) (2025-12-24)
### Features
* Incorporate sds-r into reliable channels ([#2701](https://github.com/logos-messaging/js-waku/issues/2701)) ([788f7e6](https://github.com/logos-messaging/js-waku/commit/788f7e62c5141d10d013c91c28d549188d165762))
* Reliable Channel: Status Sync, overflow protection, stop TODOs ([#2729](https://github.com/logos-messaging/js-waku/issues/2729)) ([e5f51d7](https://github.com/logos-messaging/js-waku/commit/e5f51d7df101020a1a6d0787ce68fab4f28922f5))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/utils bumped from ^0.0.27 to ^0.0.28
## [0.0.8](https://github.com/waku-org/js-waku/compare/sds-v0.0.7...sds-v0.0.8) (2025-10-31)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/sds",
"version": "0.0.8",
"version": "0.0.9",
"description": "Scalable Data Sync implementation for the browser. Based on https://github.com/vacp2p/rfc-index/blob/main/vac/raw/sds.md",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
@ -63,7 +63,7 @@
"@libp2p/interface": "2.10.4",
"@noble/hashes": "^1.7.1",
"@waku/proto": "^0.0.15",
"@waku/utils": "^0.0.27",
"@waku/utils": "^0.0.28",
"chai": "^5.1.2",
"lodash": "^4.17.21"
},

View File

@ -12,6 +12,20 @@
* devDependencies
* @waku/interfaces bumped from 0.0.16 to 0.0.17
## [0.0.28](https://github.com/logos-messaging/js-waku/compare/utils-v0.0.27...utils-v0.0.28) (2025-12-24)
### Features
* Reliable Channel: Status Sync, overflow protection, stop TODOs ([#2729](https://github.com/logos-messaging/js-waku/issues/2729)) ([e5f51d7](https://github.com/logos-messaging/js-waku/commit/e5f51d7df101020a1a6d0787ce68fab4f28922f5))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/interfaces bumped from 0.0.34 to 0.0.35
## [0.0.27](https://github.com/waku-org/js-waku/compare/utils-v0.0.26...utils-v0.0.27) (2025-09-20)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/utils",
"version": "0.0.27",
"version": "0.0.28",
"description": "Different utilities for Waku",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
@ -64,7 +64,7 @@
},
"dependencies": {
"@noble/hashes": "^1.3.2",
"@waku/interfaces": "0.0.34",
"@waku/interfaces": "0.0.35",
"chai": "^4.3.10",
"debug": "^4.3.4",
"uint8arrays": "^5.0.1"