mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 05:43:08 +00:00
chore: release master (#2663)
This commit is contained in:
parent
5334a7fcc9
commit
101ffe8a04
@ -1,15 +1,15 @@
|
||||
{
|
||||
"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/run": "0.0.1"
|
||||
"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"
|
||||
}
|
||||
|
||||
58
package-lock.json
generated
58
package-lock.json
generated
@ -34408,14 +34408,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",
|
||||
@ -34476,13 +34476,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",
|
||||
@ -34594,13 +34594,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",
|
||||
@ -34631,7 +34631,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"
|
||||
@ -34653,11 +34653,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": {
|
||||
@ -35001,15 +35001,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",
|
||||
@ -35087,12 +35087,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",
|
||||
@ -35116,7 +35116,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"
|
||||
@ -35232,12 +35232,12 @@
|
||||
},
|
||||
"packages/run": {
|
||||
"name": "@waku/run",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@waku/core": "*",
|
||||
"@waku/core": "0.0.40",
|
||||
"@waku/interfaces": "*",
|
||||
"@waku/sdk": "*",
|
||||
"@waku/sdk": "0.0.36",
|
||||
"@waku/utils": "*"
|
||||
},
|
||||
"bin": {
|
||||
@ -35259,7 +35259,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",
|
||||
@ -35270,11 +35270,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"
|
||||
@ -35288,7 +35288,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",
|
||||
@ -35484,12 +35484,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"
|
||||
|
||||
@ -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-31)
|
||||
|
||||
|
||||
### 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)
|
||||
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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-31)
|
||||
|
||||
|
||||
### 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)
|
||||
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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-31)
|
||||
|
||||
|
||||
### 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)
|
||||
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -1,5 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
## [0.0.15](https://github.com/waku-org/js-waku/compare/proto-v0.0.14...proto-v0.0.15) (2025-10-31)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* SDS lamport timestamp overflow and keep it to current time ([#2664](https://github.com/waku-org/js-waku/issues/2664))
|
||||
|
||||
### Features
|
||||
|
||||
* Add SDS-Repair (SDS-R) to the SDS implementation ([#2698](https://github.com/waku-org/js-waku/issues/2698)) ([5334a7f](https://github.com/waku-org/js-waku/commit/5334a7fcc91544d33294beaad9b45e641ecf404d))
|
||||
|
||||
|
||||
### 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)
|
||||
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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-31)
|
||||
|
||||
|
||||
### 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
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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-31)
|
||||
|
||||
|
||||
### 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)
|
||||
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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-31)
|
||||
|
||||
|
||||
### ⚠ 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)
|
||||
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
16
packages/run/CHANGELOG.md
Normal file
16
packages/run/CHANGELOG.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## [0.0.2](https://github.com/waku-org/js-waku/compare/run-v0.0.1...run-v0.0.2) (2025-10-31)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Create @waku/run package for local dev env ([#2678](https://github.com/waku-org/js-waku/issues/2678)) ([0df18b2](https://github.com/waku-org/js-waku/commit/0df18b2a75f558f86f03c7f1c1e4b5e89d92f009))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @waku/core bumped from * to 0.0.40
|
||||
* @waku/sdk bumped from * to 0.0.36
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@waku/run",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Run a local Waku network for development and testing",
|
||||
"type": "module",
|
||||
"author": "Waku Team",
|
||||
@ -50,9 +50,9 @@
|
||||
"node": ">=22"
|
||||
},
|
||||
"dependencies": {
|
||||
"@waku/core": "*",
|
||||
"@waku/core": "0.0.40",
|
||||
"@waku/interfaces": "*",
|
||||
"@waku/sdk": "*",
|
||||
"@waku/sdk": "0.0.36",
|
||||
"@waku/utils": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -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-31)
|
||||
|
||||
|
||||
### ⚠ 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)
|
||||
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -1,5 +1,31 @@
|
||||
# Changelog
|
||||
|
||||
## [0.0.8](https://github.com/waku-org/js-waku/compare/sds-v0.0.7...sds-v0.0.8) (2025-10-31)
|
||||
|
||||
|
||||
### ⚠ 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
|
||||
|
||||
* Add SDS-Repair (SDS-R) to the SDS implementation ([#2698](https://github.com/waku-org/js-waku/issues/2698)) ([5334a7f](https://github.com/waku-org/js-waku/commit/5334a7fcc91544d33294beaad9b45e641ecf404d))
|
||||
* 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)
|
||||
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user