diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 288bdb7fbc..6832c33375 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,14 +1,14 @@ { "packages/utils": "0.0.27", - "packages/proto": "0.0.14", + "packages/proto": "0.0.15", "packages/interfaces": "0.0.34", "packages/enr": "0.0.33", - "packages/core": "0.0.39", - "packages/message-encryption": "0.0.37", - "packages/relay": "0.0.22", - "packages/sdk": "0.0.35", - "packages/discovery": "0.0.12", - "packages/sds": "0.0.7", - "packages/rln": "0.1.9", - "packages/react": "0.0.7" + "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" } diff --git a/package-lock.json b/package-lock.json index 370aa3b75a..a2c36c56e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35156,14 +35156,14 @@ }, "packages/core": { "name": "@waku/core", - "version": "0.0.39", + "version": "0.0.40", "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/proto": "0.0.14", + "@waku/proto": "0.0.15", "@waku/utils": "0.0.27", "debug": "^4.3.4", "it-all": "^3.0.4", @@ -35224,13 +35224,13 @@ }, "packages/discovery": { "name": "@waku/discovery", - "version": "0.0.12", + "version": "0.0.13", "license": "MIT OR Apache-2.0", "dependencies": { - "@waku/core": "0.0.39", + "@waku/core": "0.0.40", "@waku/enr": "0.0.33", "@waku/interfaces": "0.0.34", - "@waku/proto": "^0.0.14", + "@waku/proto": "^0.0.15", "@waku/utils": "0.0.27", "debug": "^4.3.4", "dns-over-http-resolver": "^3.0.8", @@ -35342,13 +35342,13 @@ }, "packages/message-encryption": { "name": "@waku/message-encryption", - "version": "0.0.37", + "version": "0.0.38", "license": "MIT OR Apache-2.0", "dependencies": { "@noble/secp256k1": "^1.7.1", - "@waku/core": "0.0.39", + "@waku/core": "0.0.40", "@waku/interfaces": "0.0.34", - "@waku/proto": "0.0.14", + "@waku/proto": "0.0.15", "@waku/utils": "0.0.27", "debug": "^4.3.4", "js-sha3": "^0.9.2", @@ -35379,7 +35379,7 @@ }, "packages/proto": { "name": "@waku/proto", - "version": "0.0.14", + "version": "0.0.15", "license": "MIT OR Apache-2.0", "dependencies": { "protons-runtime": "^5.4.0" @@ -35401,11 +35401,11 @@ }, "packages/react": { "name": "@waku/react", - "version": "0.0.7", + "version": "0.0.8", "license": "MIT OR Apache-2.0", "dependencies": { "@waku/interfaces": "0.0.34", - "@waku/sdk": "0.0.35", + "@waku/sdk": "0.0.36", "@waku/utils": "0.0.27" }, "devDependencies": { @@ -35749,15 +35749,15 @@ }, "packages/relay": { "name": "@waku/relay", - "version": "0.0.22", + "version": "0.0.23", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/libp2p-gossipsub": "14.1.1", "@noble/hashes": "^1.3.2", - "@waku/core": "0.0.39", + "@waku/core": "0.0.40", "@waku/interfaces": "0.0.34", - "@waku/proto": "0.0.14", - "@waku/sdk": "0.0.35", + "@waku/proto": "0.0.15", + "@waku/sdk": "0.0.36", "@waku/utils": "0.0.27", "chai": "^4.3.10", "debug": "^4.3.4", @@ -35835,12 +35835,12 @@ }, "packages/rln": { "name": "@waku/rln", - "version": "0.1.9", + "version": "0.1.10", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/bls-keystore": "3.0.0", "@noble/hashes": "^1.2.0", - "@waku/core": "^0.0.39", + "@waku/core": "^0.0.40", "@waku/utils": "^0.0.27", "@waku/zerokit-rln-wasm": "^0.2.1", "chai": "^5.1.2", @@ -35864,7 +35864,7 @@ "@types/sinon": "^17.0.3", "@waku/build-utils": "^1.0.0", "@waku/interfaces": "0.0.34", - "@waku/message-encryption": "^0.0.37", + "@waku/message-encryption": "^0.0.38", "deep-equal-in-any-order": "^2.0.6", "fast-check": "^3.23.2", "rollup-plugin-copy": "^3.5.0" @@ -35980,7 +35980,7 @@ }, "packages/sdk": { "name": "@waku/sdk", - "version": "0.0.35", + "version": "0.0.36", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/libp2p-noise": "16.1.3", @@ -35991,11 +35991,11 @@ "@libp2p/websockets": "9.2.16", "@noble/hashes": "^1.3.3", "@types/lodash.debounce": "^4.0.9", - "@waku/core": "0.0.39", - "@waku/discovery": "0.0.12", + "@waku/core": "0.0.40", + "@waku/discovery": "0.0.13", "@waku/interfaces": "0.0.34", - "@waku/proto": "^0.0.14", - "@waku/sds": "^0.0.7", + "@waku/proto": "^0.0.15", + "@waku/sds": "^0.0.8", "@waku/utils": "0.0.27", "libp2p": "2.8.11", "lodash.debounce": "^4.0.8" @@ -36009,7 +36009,7 @@ "@types/chai": "^4.3.11", "@types/mocha": "^10.0.9", "@waku/build-utils": "*", - "@waku/message-encryption": "^0.0.37", + "@waku/message-encryption": "^0.0.38", "chai": "^5.1.1", "cspell": "^8.6.1", "interface-datastore": "8.3.2", @@ -36205,12 +36205,12 @@ }, "packages/sds": { "name": "@waku/sds", - "version": "0.0.7", + "version": "0.0.8", "license": "MIT OR Apache-2.0", "dependencies": { "@libp2p/interface": "2.10.4", "@noble/hashes": "^1.7.1", - "@waku/proto": "^0.0.14", + "@waku/proto": "^0.0.15", "@waku/utils": "^0.0.27", "chai": "^5.1.2", "lodash": "^4.17.21" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index adc7cac31d..ed2f8c16c3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -5,6 +5,15 @@ 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.40](https://github.com/waku-org/js-waku/compare/core-v0.0.39...core-v0.0.40) (2025-10-08) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/proto bumped from 0.0.14 to 0.0.15 + ## [0.0.39](https://github.com/waku-org/js-waku/compare/core-v0.0.38...core-v0.0.39) (2025-09-20) diff --git a/packages/core/package.json b/packages/core/package.json index ff2fb1899d..cc3a2bcbf3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@waku/core", - "version": "0.0.39", + "version": "0.0.40", "description": "TypeScript implementation of the Waku v2 protocol", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -67,7 +67,7 @@ "@waku/enr": "^0.0.33", "@waku/interfaces": "0.0.34", "@libp2p/ping": "2.0.35", - "@waku/proto": "0.0.14", + "@waku/proto": "0.0.15", "@waku/utils": "0.0.27", "debug": "^4.3.4", "@noble/hashes": "^1.3.2", diff --git a/packages/discovery/CHANGELOG.md b/packages/discovery/CHANGELOG.md index 928877ffc3..9e5f753afc 100644 --- a/packages/discovery/CHANGELOG.md +++ b/packages/discovery/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.0.13](https://github.com/waku-org/js-waku/compare/discovery-v0.0.12...discovery-v0.0.13) (2025-10-08) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from 0.0.39 to 0.0.40 + * @waku/proto bumped from ^0.0.14 to ^0.0.15 + ## [0.0.12](https://github.com/waku-org/js-waku/compare/discovery-v0.0.11...discovery-v0.0.12) (2025-09-20) diff --git a/packages/discovery/package.json b/packages/discovery/package.json index 6082f191c2..777e549d98 100644 --- a/packages/discovery/package.json +++ b/packages/discovery/package.json @@ -1,6 +1,6 @@ { "name": "@waku/discovery", - "version": "0.0.12", + "version": "0.0.13", "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,10 +51,10 @@ "node": ">=22" }, "dependencies": { - "@waku/core": "0.0.39", + "@waku/core": "0.0.40", "@waku/enr": "0.0.33", "@waku/interfaces": "0.0.34", - "@waku/proto": "^0.0.14", + "@waku/proto": "^0.0.15", "@waku/utils": "0.0.27", "debug": "^4.3.4", "dns-over-http-resolver": "^3.0.8", diff --git a/packages/message-encryption/CHANGELOG.md b/packages/message-encryption/CHANGELOG.md index 4bf6ed0264..e940c5aaa6 100644 --- a/packages/message-encryption/CHANGELOG.md +++ b/packages/message-encryption/CHANGELOG.md @@ -101,6 +101,16 @@ 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.38](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.37...message-encryption-v0.0.38) (2025-10-08) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from 0.0.39 to 0.0.40 + * @waku/proto bumped from 0.0.14 to 0.0.15 + ## [0.0.37](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.36...message-encryption-v0.0.37) (2025-09-20) diff --git a/packages/message-encryption/package.json b/packages/message-encryption/package.json index b9a4901875..f1259967b3 100644 --- a/packages/message-encryption/package.json +++ b/packages/message-encryption/package.json @@ -1,6 +1,6 @@ { "name": "@waku/message-encryption", - "version": "0.0.37", + "version": "0.0.38", "description": "Waku Message Payload Encryption", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -76,9 +76,9 @@ }, "dependencies": { "@noble/secp256k1": "^1.7.1", - "@waku/core": "0.0.39", + "@waku/core": "0.0.40", "@waku/interfaces": "0.0.34", - "@waku/proto": "0.0.14", + "@waku/proto": "0.0.15", "@waku/utils": "0.0.27", "debug": "^4.3.4", "js-sha3": "^0.9.2", diff --git a/packages/proto/CHANGELOG.md b/packages/proto/CHANGELOG.md index 87a88c1a97..99792d3e6e 100644 --- a/packages/proto/CHANGELOG.md +++ b/packages/proto/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.0.15](https://github.com/waku-org/js-waku/compare/proto-v0.0.14...proto-v0.0.15) (2025-10-08) + + +### ⚠ BREAKING CHANGES + +* SDS lamport timestamp overflow and keep it to current time ([#2664](https://github.com/waku-org/js-waku/issues/2664)) + +### Bug Fixes + +* SDS lamport timestamp overflow and keep it to current time ([#2664](https://github.com/waku-org/js-waku/issues/2664)) ([c0ecb6a](https://github.com/waku-org/js-waku/commit/c0ecb6abbaae0544f352b89293f59f274600a916)) + ## [0.0.14](https://github.com/waku-org/js-waku/compare/proto-v0.0.13...proto-v0.0.14) (2025-09-20) diff --git a/packages/proto/package.json b/packages/proto/package.json index eb46635413..67148a4346 100644 --- a/packages/proto/package.json +++ b/packages/proto/package.json @@ -1,6 +1,6 @@ { "name": "@waku/proto", - "version": "0.0.14", + "version": "0.0.15", "description": "Protobuf definitions for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 9572b7e333..315f36741d 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -5,6 +5,20 @@ 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.8](https://github.com/waku-org/js-waku/compare/react-v0.0.7...react-v0.0.8) (2025-10-08) + + +### Features + +* Add waku/react package and make it compatible with React frameworks ([#2656](https://github.com/waku-org/js-waku/issues/2656)) ([ad0bed6](https://github.com/waku-org/js-waku/commit/ad0bed69ba30456b6823e0260b58bdc31d53ff22)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/sdk bumped from 0.0.35 to 0.0.36 + ## [0.0.7] - Unreleased ### Added diff --git a/packages/react/package.json b/packages/react/package.json index ca0da6f168..d71597aff2 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@waku/react", - "version": "0.0.7", + "version": "0.0.8", "description": "React hooks and components to use js-waku", "type": "module", "main": "dist/index.cjs.js", @@ -55,7 +55,7 @@ }, "dependencies": { "@waku/interfaces": "0.0.34", - "@waku/sdk": "0.0.35", + "@waku/sdk": "0.0.36", "@waku/utils": "0.0.27" }, "devDependencies": { diff --git a/packages/relay/CHANGELOG.md b/packages/relay/CHANGELOG.md index 381558687b..6bb6320cc3 100644 --- a/packages/relay/CHANGELOG.md +++ b/packages/relay/CHANGELOG.md @@ -25,6 +25,17 @@ * @waku/interfaces bumped from 0.0.16 to 0.0.17 * @waku/utils bumped from 0.0.9 to 0.0.10 +## [0.0.23](https://github.com/waku-org/js-waku/compare/relay-v0.0.22...relay-v0.0.23) (2025-10-08) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from 0.0.39 to 0.0.40 + * @waku/sdk bumped from 0.0.35 to 0.0.36 + * @waku/proto bumped from 0.0.14 to 0.0.15 + ## [0.0.22](https://github.com/waku-org/js-waku/compare/relay-v0.0.21...relay-v0.0.22) (2025-09-20) diff --git a/packages/relay/package.json b/packages/relay/package.json index a3f9bec26a..026de40f1e 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -1,6 +1,6 @@ { "name": "@waku/relay", - "version": "0.0.22", + "version": "0.0.23", "description": "Relay Protocol for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -51,10 +51,10 @@ "dependencies": { "@chainsafe/libp2p-gossipsub": "14.1.1", "@noble/hashes": "^1.3.2", - "@waku/core": "0.0.39", - "@waku/sdk": "0.0.35", + "@waku/core": "0.0.40", + "@waku/sdk": "0.0.36", "@waku/interfaces": "0.0.34", - "@waku/proto": "0.0.14", + "@waku/proto": "0.0.15", "@waku/utils": "0.0.27", "chai": "^4.3.10", "debug": "^4.3.4", diff --git a/packages/rln/CHANGELOG.md b/packages/rln/CHANGELOG.md index 064d78fa9f..957f83f00b 100644 --- a/packages/rln/CHANGELOG.md +++ b/packages/rln/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.1.10](https://github.com/waku-org/js-waku/compare/rln-v0.1.9...rln-v0.1.10) (2025-10-08) + + +### ⚠ BREAKING CHANGES + +* **rln:** use zerokit for credential generation ([#2632](https://github.com/waku-org/js-waku/issues/2632)) + +### Features + +* **rln:** Use zerokit for credential generation ([#2632](https://github.com/waku-org/js-waku/issues/2632)) ([bbcfc94](https://github.com/waku-org/js-waku/commit/bbcfc9487937eb89c04502c12e50052f18fdac87)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from ^0.0.39 to ^0.0.40 + * devDependencies + * @waku/message-encryption bumped from ^0.0.37 to ^0.0.38 + ## [0.1.9](https://github.com/waku-org/js-waku/compare/rln-v0.1.8...rln-v0.1.9) (2025-09-20) diff --git a/packages/rln/package.json b/packages/rln/package.json index 4ea0199115..d57af535c8 100644 --- a/packages/rln/package.json +++ b/packages/rln/package.json @@ -1,6 +1,6 @@ { "name": "@waku/rln", - "version": "0.1.9", + "version": "0.1.10", "description": "RLN (Rate Limiting Nullifier) implementation for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -59,7 +59,7 @@ "@types/lodash": "^4.17.15", "@types/sinon": "^17.0.3", "@waku/build-utils": "^1.0.0", - "@waku/message-encryption": "^0.0.37", + "@waku/message-encryption": "^0.0.38", "deep-equal-in-any-order": "^2.0.6", "fast-check": "^3.23.2", "rollup-plugin-copy": "^3.5.0" @@ -76,7 +76,7 @@ ], "dependencies": { "@chainsafe/bls-keystore": "3.0.0", - "@waku/core": "^0.0.39", + "@waku/core": "^0.0.40", "@waku/utils": "^0.0.27", "@noble/hashes": "^1.2.0", "@waku/zerokit-rln-wasm": "^0.2.1", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index c4bc621f58..5080d4dde0 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -47,6 +47,38 @@ 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.36](https://github.com/waku-org/js-waku/compare/sdk-v0.0.35...sdk-v0.0.36) (2025-10-08) + + +### ⚠ BREAKING CHANGES + +* do not send sync messages with empty history ([#2658](https://github.com/waku-org/js-waku/issues/2658)) +* SDS lamport timestamp overflow and keep it to current time ([#2664](https://github.com/waku-org/js-waku/issues/2664)) +* **rln:** use zerokit for credential generation ([#2632](https://github.com/waku-org/js-waku/issues/2632)) + +### Features + +* Do not send sync messages with empty history ([#2658](https://github.com/waku-org/js-waku/issues/2658)) ([e92f6a2](https://github.com/waku-org/js-waku/commit/e92f6a2409b915a8a1edd839ef3b0c6c8670b1ec)) +* Reliable channels search up to 30 days to find message ([#2657](https://github.com/waku-org/js-waku/issues/2657)) ([593bc45](https://github.com/waku-org/js-waku/commit/593bc452259c48503e099946bb316c764f89cc1d)) +* **rln:** Use zerokit for credential generation ([#2632](https://github.com/waku-org/js-waku/issues/2632)) ([bbcfc94](https://github.com/waku-org/js-waku/commit/bbcfc9487937eb89c04502c12e50052f18fdac87)) + + +### Bug Fixes + +* SDS lamport timestamp overflow and keep it to current time ([#2664](https://github.com/waku-org/js-waku/issues/2664)) ([c0ecb6a](https://github.com/waku-org/js-waku/commit/c0ecb6abbaae0544f352b89293f59f274600a916)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from 0.0.39 to 0.0.40 + * @waku/discovery bumped from 0.0.12 to 0.0.13 + * @waku/proto bumped from ^0.0.14 to ^0.0.15 + * @waku/sds bumped from ^0.0.7 to ^0.0.8 + * devDependencies + * @waku/message-encryption bumped from ^0.0.37 to ^0.0.38 + ## [0.0.35](https://github.com/waku-org/js-waku/compare/sdk-v0.0.34...sdk-v0.0.35) (2025-09-20) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index a72b4025d7..894386b6fc 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@waku/sdk", - "version": "0.0.35", + "version": "0.0.36", "description": "A unified SDK for easy creation and management of js-waku nodes.", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -68,11 +68,11 @@ "@libp2p/websockets": "9.2.16", "@noble/hashes": "^1.3.3", "@types/lodash.debounce": "^4.0.9", - "@waku/core": "0.0.39", - "@waku/discovery": "0.0.12", + "@waku/core": "0.0.40", + "@waku/discovery": "0.0.13", "@waku/interfaces": "0.0.34", - "@waku/proto": "^0.0.14", - "@waku/sds": "^0.0.7", + "@waku/proto": "^0.0.15", + "@waku/sds": "^0.0.8", "@waku/utils": "0.0.27", "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.37", + "@waku/message-encryption": "^0.0.38", "chai": "^5.1.1", "cspell": "^8.6.1", "interface-datastore": "8.3.2", diff --git a/packages/sds/CHANGELOG.md b/packages/sds/CHANGELOG.md index 1573d584ec..9de9f24988 100644 --- a/packages/sds/CHANGELOG.md +++ b/packages/sds/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.0.8](https://github.com/waku-org/js-waku/compare/sds-v0.0.7...sds-v0.0.8) (2025-10-08) + + +### ⚠ BREAKING CHANGES + +* do not send sync messages with empty history ([#2658](https://github.com/waku-org/js-waku/issues/2658)) +* SDS lamport timestamp overflow and keep it to current time ([#2664](https://github.com/waku-org/js-waku/issues/2664)) + +### Features + +* Do not send sync messages with empty history ([#2658](https://github.com/waku-org/js-waku/issues/2658)) ([e92f6a2](https://github.com/waku-org/js-waku/commit/e92f6a2409b915a8a1edd839ef3b0c6c8670b1ec)) +* Reliable channels search up to 30 days to find message ([#2657](https://github.com/waku-org/js-waku/issues/2657)) ([593bc45](https://github.com/waku-org/js-waku/commit/593bc452259c48503e099946bb316c764f89cc1d)) + + +### Bug Fixes + +* SDS lamport timestamp overflow and keep it to current time ([#2664](https://github.com/waku-org/js-waku/issues/2664)) ([c0ecb6a](https://github.com/waku-org/js-waku/commit/c0ecb6abbaae0544f352b89293f59f274600a916)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/proto bumped from ^0.0.14 to ^0.0.15 + ## [0.0.7](https://github.com/waku-org/js-waku/compare/sds-v0.0.6...sds-v0.0.7) (2025-09-20) diff --git a/packages/sds/package.json b/packages/sds/package.json index 0e59d4fa41..5ec232ea3c 100644 --- a/packages/sds/package.json +++ b/packages/sds/package.json @@ -1,6 +1,6 @@ { "name": "@waku/sds", - "version": "0.0.7", + "version": "0.0.8", "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", @@ -62,7 +62,7 @@ "dependencies": { "@libp2p/interface": "2.10.4", "@noble/hashes": "^1.7.1", - "@waku/proto": "^0.0.14", + "@waku/proto": "^0.0.15", "@waku/utils": "^0.0.27", "chai": "^5.1.2", "lodash": "^4.17.21"