mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
chore: release master
This commit is contained in:
parent
fa1beca7f1
commit
e22f211d46
@ -1,15 +1,15 @@
|
||||
{
|
||||
"packages/utils": "0.0.22",
|
||||
"packages/proto": "0.0.9",
|
||||
"packages/interfaces": "0.0.29",
|
||||
"packages/message-hash": "0.1.18",
|
||||
"packages/enr": "0.0.28",
|
||||
"packages/core": "0.0.34",
|
||||
"packages/message-encryption": "0.0.32",
|
||||
"packages/relay": "0.0.17",
|
||||
"packages/sdk": "0.0.30",
|
||||
"packages/discovery": "0.0.7",
|
||||
"packages/utils": "0.0.23",
|
||||
"packages/proto": "0.0.10",
|
||||
"packages/interfaces": "0.0.30",
|
||||
"packages/message-hash": "0.1.19",
|
||||
"packages/enr": "0.0.29",
|
||||
"packages/core": "0.0.35",
|
||||
"packages/message-encryption": "0.0.33",
|
||||
"packages/relay": "0.0.18",
|
||||
"packages/sdk": "0.0.31",
|
||||
"packages/discovery": "0.0.8",
|
||||
"packages/react-native-polyfills": "0.0.1",
|
||||
"packages/sds": "0.0.2",
|
||||
"packages/rln": "0.1.4"
|
||||
"packages/sds": "0.0.3",
|
||||
"packages/rln": "0.1.5"
|
||||
}
|
||||
|
||||
96
package-lock.json
generated
96
package-lock.json
generated
@ -42171,14 +42171,14 @@
|
||||
},
|
||||
"packages/core": {
|
||||
"name": "@waku/core",
|
||||
"version": "0.0.34",
|
||||
"version": "0.0.35",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@libp2p/ping": "2.0.1",
|
||||
"@waku/enr": "^0.0.28",
|
||||
"@waku/interfaces": "0.0.29",
|
||||
"@waku/proto": "0.0.9",
|
||||
"@waku/utils": "0.0.22",
|
||||
"@waku/enr": "^0.0.29",
|
||||
"@waku/interfaces": "0.0.30",
|
||||
"@waku/proto": "0.0.10",
|
||||
"@waku/utils": "0.0.23",
|
||||
"debug": "^4.3.4",
|
||||
"it-all": "^3.0.4",
|
||||
"it-length-prefixed": "^9.0.4",
|
||||
@ -42238,14 +42238,14 @@
|
||||
},
|
||||
"packages/discovery": {
|
||||
"name": "@waku/discovery",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@waku/core": "0.0.34",
|
||||
"@waku/enr": "0.0.28",
|
||||
"@waku/interfaces": "0.0.29",
|
||||
"@waku/proto": "^0.0.9",
|
||||
"@waku/utils": "0.0.22",
|
||||
"@waku/core": "0.0.35",
|
||||
"@waku/enr": "0.0.29",
|
||||
"@waku/interfaces": "0.0.30",
|
||||
"@waku/proto": "^0.0.10",
|
||||
"@waku/utils": "0.0.23",
|
||||
"debug": "^4.3.4",
|
||||
"dns-over-http-resolver": "^3.0.8",
|
||||
"hi-base32": "^0.5.1",
|
||||
@ -42287,7 +42287,7 @@
|
||||
},
|
||||
"packages/enr": {
|
||||
"name": "@waku/enr",
|
||||
"version": "0.0.28",
|
||||
"version": "0.0.29",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@ethersproject/rlp": "^5.7.0",
|
||||
@ -42295,7 +42295,7 @@
|
||||
"@libp2p/peer-id": "^5.0.1",
|
||||
"@multiformats/multiaddr": "^12.0.0",
|
||||
"@noble/secp256k1": "^1.7.1",
|
||||
"@waku/utils": "0.0.22",
|
||||
"@waku/utils": "0.0.23",
|
||||
"debug": "^4.3.4",
|
||||
"js-sha3": "^0.9.2"
|
||||
},
|
||||
@ -42306,7 +42306,7 @@
|
||||
"@types/chai": "^4.3.11",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.29",
|
||||
"@waku/interfaces": "0.0.30",
|
||||
"chai": "^4.3.10",
|
||||
"cspell": "^8.6.1",
|
||||
"fast-check": "^3.19.0",
|
||||
@ -42330,10 +42330,10 @@
|
||||
},
|
||||
"packages/interfaces": {
|
||||
"name": "@waku/interfaces",
|
||||
"version": "0.0.29",
|
||||
"version": "0.0.30",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@waku/proto": "^0.0.9"
|
||||
"@waku/proto": "^0.0.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@chainsafe/libp2p-gossipsub": "^14.1.0",
|
||||
@ -42348,14 +42348,14 @@
|
||||
},
|
||||
"packages/message-encryption": {
|
||||
"name": "@waku/message-encryption",
|
||||
"version": "0.0.32",
|
||||
"version": "0.0.33",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@noble/secp256k1": "^1.7.1",
|
||||
"@waku/core": "0.0.34",
|
||||
"@waku/interfaces": "0.0.29",
|
||||
"@waku/proto": "0.0.9",
|
||||
"@waku/utils": "0.0.22",
|
||||
"@waku/core": "0.0.35",
|
||||
"@waku/interfaces": "0.0.30",
|
||||
"@waku/proto": "0.0.10",
|
||||
"@waku/utils": "0.0.23",
|
||||
"debug": "^4.3.4",
|
||||
"js-sha3": "^0.9.2",
|
||||
"uint8arrays": "^5.0.1"
|
||||
@ -42381,11 +42381,11 @@
|
||||
},
|
||||
"packages/message-hash": {
|
||||
"name": "@waku/message-hash",
|
||||
"version": "0.1.18",
|
||||
"version": "0.1.19",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "^1.3.2",
|
||||
"@waku/utils": "0.0.22"
|
||||
"@waku/utils": "0.0.23"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^25.0.7",
|
||||
@ -42395,7 +42395,7 @@
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.29",
|
||||
"@waku/interfaces": "0.0.30",
|
||||
"chai": "^4.3.10",
|
||||
"cspell": "^8.6.1",
|
||||
"fast-check": "^3.19.0",
|
||||
@ -42412,7 +42412,7 @@
|
||||
},
|
||||
"packages/proto": {
|
||||
"name": "@waku/proto",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"protons-runtime": "^5.4.0"
|
||||
@ -42454,16 +42454,16 @@
|
||||
},
|
||||
"packages/relay": {
|
||||
"name": "@waku/relay",
|
||||
"version": "0.0.17",
|
||||
"version": "0.0.18",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@chainsafe/libp2p-gossipsub": "^14.1.0",
|
||||
"@noble/hashes": "^1.3.2",
|
||||
"@waku/core": "0.0.34",
|
||||
"@waku/interfaces": "0.0.29",
|
||||
"@waku/proto": "0.0.9",
|
||||
"@waku/sdk": "0.0.30",
|
||||
"@waku/utils": "0.0.22",
|
||||
"@waku/core": "0.0.35",
|
||||
"@waku/interfaces": "0.0.30",
|
||||
"@waku/proto": "0.0.10",
|
||||
"@waku/sdk": "0.0.31",
|
||||
"@waku/utils": "0.0.23",
|
||||
"chai": "^4.3.10",
|
||||
"debug": "^4.3.4",
|
||||
"fast-check": "^3.19.0",
|
||||
@ -42490,13 +42490,13 @@
|
||||
},
|
||||
"packages/rln": {
|
||||
"name": "@waku/rln",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@chainsafe/bls-keystore": "3.0.0",
|
||||
"@noble/hashes": "^1.2.0",
|
||||
"@waku/core": "^0.0.34",
|
||||
"@waku/utils": "^0.0.22",
|
||||
"@waku/core": "^0.0.35",
|
||||
"@waku/utils": "^0.0.23",
|
||||
"@waku/zerokit-rln-wasm": "^0.0.13",
|
||||
"chai": "^5.1.2",
|
||||
"chai-as-promised": "^8.0.1",
|
||||
@ -42518,7 +42518,7 @@
|
||||
"@types/lodash": "^4.17.15",
|
||||
"@types/sinon": "^17.0.3",
|
||||
"@waku/build-utils": "^1.0.0",
|
||||
"@waku/message-encryption": "^0.0.32",
|
||||
"@waku/message-encryption": "^0.0.33",
|
||||
"deep-equal-in-any-order": "^2.0.6",
|
||||
"fast-check": "^3.23.2",
|
||||
"rollup-plugin-copy": "^3.5.0"
|
||||
@ -42705,7 +42705,7 @@
|
||||
},
|
||||
"packages/sdk": {
|
||||
"name": "@waku/sdk",
|
||||
"version": "0.0.30",
|
||||
"version": "0.0.31",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@chainsafe/libp2p-noise": "16.0.0",
|
||||
@ -42715,12 +42715,12 @@
|
||||
"@libp2p/ping": "2.0.1",
|
||||
"@libp2p/websockets": "^9.0.1",
|
||||
"@noble/hashes": "^1.3.3",
|
||||
"@waku/core": "0.0.34",
|
||||
"@waku/discovery": "0.0.7",
|
||||
"@waku/interfaces": "0.0.29",
|
||||
"@waku/message-hash": "0.1.18",
|
||||
"@waku/proto": "^0.0.9",
|
||||
"@waku/utils": "0.0.22",
|
||||
"@waku/core": "0.0.35",
|
||||
"@waku/discovery": "0.0.8",
|
||||
"@waku/interfaces": "0.0.30",
|
||||
"@waku/message-hash": "0.1.19",
|
||||
"@waku/proto": "^0.0.10",
|
||||
"@waku/utils": "0.0.23",
|
||||
"libp2p": "2.1.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -42831,14 +42831,14 @@
|
||||
},
|
||||
"packages/sds": {
|
||||
"name": "@waku/sds",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@libp2p/interface": "2.7.0",
|
||||
"@noble/hashes": "^1.7.1",
|
||||
"@waku/message-hash": "^0.1.18",
|
||||
"@waku/proto": "^0.0.9",
|
||||
"@waku/utils": "^0.0.22",
|
||||
"@waku/message-hash": "^0.1.19",
|
||||
"@waku/proto": "^0.0.10",
|
||||
"@waku/utils": "^0.0.23",
|
||||
"chai": "^5.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -42969,11 +42969,11 @@
|
||||
},
|
||||
"packages/utils": {
|
||||
"name": "@waku/utils",
|
||||
"version": "0.0.22",
|
||||
"version": "0.0.23",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "^1.3.2",
|
||||
"@waku/interfaces": "0.0.29",
|
||||
"@waku/interfaces": "0.0.30",
|
||||
"chai": "^4.3.10",
|
||||
"debug": "^4.3.4",
|
||||
"uint8arrays": "^5.0.1"
|
||||
|
||||
@ -5,6 +5,23 @@ 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/waku-org/js-waku/compare/core-v0.0.34...core-v0.0.35) (2025-04-23)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Introduce `createDecoder` and `createEncoder` on `IWaku` ([#2352](https://github.com/waku-org/js-waku/issues/2352)) ([3038c48](https://github.com/waku-org/js-waku/commit/3038c4891748cd13cb5c3262c722c4923d2f7079))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @waku/enr bumped from ^0.0.28 to ^0.0.29
|
||||
* @waku/interfaces bumped from 0.0.29 to 0.0.30
|
||||
* @waku/proto bumped from 0.0.9 to 0.0.10
|
||||
* @waku/utils bumped from 0.0.22 to 0.0.23
|
||||
|
||||
## [0.0.34](https://github.com/waku-org/js-waku/compare/core-v0.0.33...core-v0.0.34) (2025-03-24)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@waku/core",
|
||||
"version": "0.0.34",
|
||||
"version": "0.0.35",
|
||||
"description": "TypeScript implementation of the Waku v2 protocol",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
@ -68,11 +68,11 @@
|
||||
"node": ">=20"
|
||||
},
|
||||
"dependencies": {
|
||||
"@waku/enr": "^0.0.28",
|
||||
"@waku/interfaces": "0.0.29",
|
||||
"@waku/enr": "^0.0.29",
|
||||
"@waku/interfaces": "0.0.30",
|
||||
"@libp2p/ping": "2.0.1",
|
||||
"@waku/proto": "0.0.9",
|
||||
"@waku/utils": "0.0.22",
|
||||
"@waku/proto": "0.0.10",
|
||||
"@waku/utils": "0.0.23",
|
||||
"debug": "^4.3.4",
|
||||
"it-all": "^3.0.4",
|
||||
"it-length-prefixed": "^9.0.4",
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## [0.0.8](https://github.com/waku-org/js-waku/compare/discovery-v0.0.7...discovery-v0.0.8) (2025-04-23)
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @waku/core bumped from 0.0.34 to 0.0.35
|
||||
* @waku/enr bumped from 0.0.28 to 0.0.29
|
||||
* @waku/interfaces bumped from 0.0.29 to 0.0.30
|
||||
* @waku/proto bumped from ^0.0.9 to ^0.0.10
|
||||
* @waku/utils bumped from 0.0.22 to 0.0.23
|
||||
|
||||
## [0.0.7](https://github.com/waku-org/js-waku/compare/discovery-v0.0.6...discovery-v0.0.7) (2025-03-24)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@waku/discovery",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"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": ">=20"
|
||||
},
|
||||
"dependencies": {
|
||||
"@waku/core": "0.0.34",
|
||||
"@waku/enr": "0.0.28",
|
||||
"@waku/interfaces": "0.0.29",
|
||||
"@waku/proto": "^0.0.9",
|
||||
"@waku/utils": "0.0.22",
|
||||
"@waku/core": "0.0.35",
|
||||
"@waku/enr": "0.0.29",
|
||||
"@waku/interfaces": "0.0.30",
|
||||
"@waku/proto": "^0.0.10",
|
||||
"@waku/utils": "0.0.23",
|
||||
"debug": "^4.3.4",
|
||||
"dns-over-http-resolver": "^3.0.8",
|
||||
"hi-base32": "^0.5.1",
|
||||
|
||||
@ -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.29](https://github.com/waku-org/js-waku/compare/enr-v0.0.28...enr-v0.0.29) (2025-04-23)
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @waku/utils bumped from 0.0.22 to 0.0.23
|
||||
* devDependencies
|
||||
* @waku/interfaces bumped from 0.0.29 to 0.0.30
|
||||
|
||||
## [0.0.28](https://github.com/waku-org/js-waku/compare/enr-v0.0.27...enr-v0.0.28) (2025-03-24)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@waku/enr",
|
||||
"version": "0.0.28",
|
||||
"version": "0.0.29",
|
||||
"description": "ENR (EIP-778) for Waku",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
@ -56,7 +56,7 @@
|
||||
"@libp2p/peer-id": "^5.0.1",
|
||||
"@multiformats/multiaddr": "^12.0.0",
|
||||
"@noble/secp256k1": "^1.7.1",
|
||||
"@waku/utils": "0.0.22",
|
||||
"@waku/utils": "0.0.23",
|
||||
"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.29",
|
||||
"@waku/interfaces": "0.0.30",
|
||||
"chai": "^4.3.10",
|
||||
"cspell": "^8.6.1",
|
||||
"fast-check": "^3.19.0",
|
||||
|
||||
@ -5,6 +5,20 @@ 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.30](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.29...interfaces-v0.0.30) (2025-04-23)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Introduce `createDecoder` and `createEncoder` on `IWaku` ([#2352](https://github.com/waku-org/js-waku/issues/2352)) ([3038c48](https://github.com/waku-org/js-waku/commit/3038c4891748cd13cb5c3262c722c4923d2f7079))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @waku/proto bumped from ^0.0.9 to ^0.0.10
|
||||
|
||||
## [0.0.29](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.28...interfaces-v0.0.29) (2025-03-24)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@waku/interfaces",
|
||||
"version": "0.0.29",
|
||||
"version": "0.0.30",
|
||||
"description": "Definition of Waku interfaces",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
@ -64,6 +64,6 @@
|
||||
"README.md"
|
||||
],
|
||||
"dependencies": {
|
||||
"@waku/proto": "^0.0.9"
|
||||
"@waku/proto": "^0.0.10"
|
||||
}
|
||||
}
|
||||
|
||||
@ -101,6 +101,18 @@ 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.33](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.32...message-encryption-v0.0.33) (2025-04-23)
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @waku/core bumped from 0.0.34 to 0.0.35
|
||||
* @waku/interfaces bumped from 0.0.29 to 0.0.30
|
||||
* @waku/proto bumped from 0.0.9 to 0.0.10
|
||||
* @waku/utils bumped from 0.0.22 to 0.0.23
|
||||
|
||||
## [0.0.32](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.31...message-encryption-v0.0.32) (2025-03-24)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@waku/message-encryption",
|
||||
"version": "0.0.32",
|
||||
"version": "0.0.33",
|
||||
"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.34",
|
||||
"@waku/interfaces": "0.0.29",
|
||||
"@waku/proto": "0.0.9",
|
||||
"@waku/utils": "0.0.22",
|
||||
"@waku/core": "0.0.35",
|
||||
"@waku/interfaces": "0.0.30",
|
||||
"@waku/proto": "0.0.10",
|
||||
"@waku/utils": "0.0.23",
|
||||
"debug": "^4.3.4",
|
||||
"js-sha3": "^0.9.2",
|
||||
"uint8arrays": "^5.0.1"
|
||||
|
||||
@ -64,6 +64,17 @@
|
||||
* devDependencies
|
||||
* @waku/interfaces bumped from 0.0.25 to 0.0.26
|
||||
|
||||
## [0.1.19](https://github.com/waku-org/js-waku/compare/message-hash-v0.1.18...message-hash-v0.1.19) (2025-04-23)
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @waku/utils bumped from 0.0.22 to 0.0.23
|
||||
* devDependencies
|
||||
* @waku/interfaces bumped from 0.0.29 to 0.0.30
|
||||
|
||||
## [0.1.18](https://github.com/waku-org/js-waku/compare/message-hash-v0.1.17...message-hash-v0.1.18) (2025-03-24)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@waku/message-hash",
|
||||
"version": "0.1.18",
|
||||
"version": "0.1.19",
|
||||
"description": "TypeScript implementation of the Deterministic Message Hashing as specified in 14/WAKU2-MESSAGE",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
@ -51,7 +51,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@noble/hashes": "^1.3.2",
|
||||
"@waku/utils": "0.0.22"
|
||||
"@waku/utils": "0.0.23"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^25.0.7",
|
||||
@ -61,7 +61,7 @@
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.29",
|
||||
"@waku/interfaces": "0.0.30",
|
||||
"chai": "^4.3.10",
|
||||
"cspell": "^8.6.1",
|
||||
"fast-check": "^3.19.0",
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [0.0.10](https://github.com/waku-org/js-waku/compare/proto-v0.0.9...proto-v0.0.10) (2025-04-23)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **sds:** Add retrieval hint to causal history ([4da382d](https://github.com/waku-org/js-waku/commit/4da382d59489645802d9efeb68e8eb05cdc95ec1))
|
||||
* **sds:** Add retrieval hint to causal history ([408be95](https://github.com/waku-org/js-waku/commit/408be95a1317210e43a2caff3ecff40d457d17c4))
|
||||
|
||||
## [0.0.9](https://github.com/waku-org/js-waku/compare/proto-v0.0.8...proto-v0.0.9) (2025-03-24)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@waku/proto",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10",
|
||||
"description": "Protobuf definitions for Waku",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
|
||||
@ -25,6 +25,19 @@
|
||||
* @waku/interfaces bumped from 0.0.16 to 0.0.17
|
||||
* @waku/utils bumped from 0.0.9 to 0.0.10
|
||||
|
||||
## [0.0.18](https://github.com/waku-org/js-waku/compare/relay-v0.0.17...relay-v0.0.18) (2025-04-23)
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @waku/core bumped from 0.0.34 to 0.0.35
|
||||
* @waku/sdk bumped from 0.0.30 to 0.0.31
|
||||
* @waku/interfaces bumped from 0.0.29 to 0.0.30
|
||||
* @waku/proto bumped from 0.0.9 to 0.0.10
|
||||
* @waku/utils bumped from 0.0.22 to 0.0.23
|
||||
|
||||
## [0.0.17](https://github.com/waku-org/js-waku/compare/relay-v0.0.16...relay-v0.0.17) (2025-03-24)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@waku/relay",
|
||||
"version": "0.0.17",
|
||||
"version": "0.0.18",
|
||||
"description": "Relay Protocol for Waku",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
@ -51,11 +51,11 @@
|
||||
"dependencies": {
|
||||
"@chainsafe/libp2p-gossipsub": "^14.1.0",
|
||||
"@noble/hashes": "^1.3.2",
|
||||
"@waku/core": "0.0.34",
|
||||
"@waku/sdk": "0.0.30",
|
||||
"@waku/interfaces": "0.0.29",
|
||||
"@waku/proto": "0.0.9",
|
||||
"@waku/utils": "0.0.22",
|
||||
"@waku/core": "0.0.35",
|
||||
"@waku/sdk": "0.0.31",
|
||||
"@waku/interfaces": "0.0.30",
|
||||
"@waku/proto": "0.0.10",
|
||||
"@waku/utils": "0.0.23",
|
||||
"chai": "^4.3.10",
|
||||
"debug": "^4.3.4",
|
||||
"fast-check": "^3.19.0",
|
||||
|
||||
@ -1,5 +1,27 @@
|
||||
# Changelog
|
||||
|
||||
## [0.1.5](https://github.com/waku-org/js-waku/compare/rln-v0.1.4...rln-v0.1.5) (2025-04-23)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **rln:** Create `CredentialsManager` without Zerokit ([#2295](https://github.com/waku-org/js-waku/issues/2295)) ([4adf870](https://github.com/waku-org/js-waku/commit/4adf8706c3befd99ace8f02dc2a1350428d4a163))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **rln:** Update types to match nwaku ([#2339](https://github.com/waku-org/js-waku/issues/2339)) ([28f28d0](https://github.com/waku-org/js-waku/commit/28f28d0d3627d7fdd06c5970c6028ea73031786e))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @waku/core bumped from ^0.0.34 to ^0.0.35
|
||||
* @waku/utils bumped from ^0.0.22 to ^0.0.23
|
||||
* devDependencies
|
||||
* @waku/message-encryption bumped from ^0.0.32 to ^0.0.33
|
||||
|
||||
## [0.1.4](https://github.com/waku-org/js-waku/compare/rln-v0.1.3...rln-v0.1.4) (2025-03-24)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@waku/rln",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"description": "RLN (Rate Limiting Nullifier) implementation for Waku",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
@ -58,7 +58,7 @@
|
||||
"@types/lodash": "^4.17.15",
|
||||
"@types/sinon": "^17.0.3",
|
||||
"@waku/build-utils": "^1.0.0",
|
||||
"@waku/message-encryption": "^0.0.32",
|
||||
"@waku/message-encryption": "^0.0.33",
|
||||
"deep-equal-in-any-order": "^2.0.6",
|
||||
"fast-check": "^3.23.2",
|
||||
"rollup-plugin-copy": "^3.5.0"
|
||||
@ -75,8 +75,8 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@chainsafe/bls-keystore": "3.0.0",
|
||||
"@waku/core": "^0.0.34",
|
||||
"@waku/utils": "^0.0.22",
|
||||
"@waku/core": "^0.0.35",
|
||||
"@waku/utils": "^0.0.23",
|
||||
"@noble/hashes": "^1.2.0",
|
||||
"@waku/zerokit-rln-wasm": "^0.0.13",
|
||||
"ethereum-cryptography": "^3.1.0",
|
||||
|
||||
@ -47,6 +47,30 @@ 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.31](https://github.com/waku-org/js-waku/compare/sdk-v0.0.30...sdk-v0.0.31) (2025-04-23)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Introduce `createDecoder` and `createEncoder` on `IWaku` ([#2352](https://github.com/waku-org/js-waku/issues/2352)) ([3038c48](https://github.com/waku-org/js-waku/commit/3038c4891748cd13cb5c3262c722c4923d2f7079))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Health indicator properly handle peer:identify event ([#2369](https://github.com/waku-org/js-waku/issues/2369)) ([5512380](https://github.com/waku-org/js-waku/commit/551238006c82547394f49fb842c27a91aa1b89d1))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @waku/core bumped from 0.0.34 to 0.0.35
|
||||
* @waku/discovery bumped from 0.0.7 to 0.0.8
|
||||
* @waku/interfaces bumped from 0.0.29 to 0.0.30
|
||||
* @waku/proto bumped from ^0.0.9 to ^0.0.10
|
||||
* @waku/utils bumped from 0.0.22 to 0.0.23
|
||||
* @waku/message-hash bumped from 0.1.18 to 0.1.19
|
||||
|
||||
## [0.0.30](https://github.com/waku-org/js-waku/compare/sdk-v0.0.29...sdk-v0.0.30) (2025-03-24)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@waku/sdk",
|
||||
"version": "0.0.30",
|
||||
"version": "0.0.31",
|
||||
"description": "A unified SDK for easy creation and management of js-waku nodes.",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
@ -67,12 +67,12 @@
|
||||
"@libp2p/ping": "2.0.1",
|
||||
"@libp2p/websockets": "^9.0.1",
|
||||
"@noble/hashes": "^1.3.3",
|
||||
"@waku/core": "0.0.34",
|
||||
"@waku/discovery": "0.0.7",
|
||||
"@waku/interfaces": "0.0.29",
|
||||
"@waku/proto": "^0.0.9",
|
||||
"@waku/utils": "0.0.22",
|
||||
"@waku/message-hash": "0.1.18",
|
||||
"@waku/core": "0.0.35",
|
||||
"@waku/discovery": "0.0.8",
|
||||
"@waku/interfaces": "0.0.30",
|
||||
"@waku/proto": "^0.0.10",
|
||||
"@waku/utils": "0.0.23",
|
||||
"@waku/message-hash": "0.1.19",
|
||||
"libp2p": "2.1.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -1,5 +1,24 @@
|
||||
# Changelog
|
||||
|
||||
## [0.0.3](https://github.com/waku-org/js-waku/compare/sds-v0.0.2...sds-v0.0.3) (2025-04-23)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **sds:** Add retrieval hint to causal history ([4da382d](https://github.com/waku-org/js-waku/commit/4da382d59489645802d9efeb68e8eb05cdc95ec1))
|
||||
* **sds:** Add retrieval hint to causal history ([408be95](https://github.com/waku-org/js-waku/commit/408be95a1317210e43a2caff3ecff40d457d17c4))
|
||||
* **sds:** Adds ephemeral messages, delivered message callback and event ([18e08f9](https://github.com/waku-org/js-waku/commit/18e08f94dfb20538ebf6575acb7e7e395a08d2c1))
|
||||
* **sds:** Adds ephemeral messages, delivered message callback and event ([6b4848c](https://github.com/waku-org/js-waku/commit/6b4848c8536d39914915dba011d4a075bfed0e4a))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @waku/message-hash bumped from ^0.1.18 to ^0.1.19
|
||||
* @waku/proto bumped from ^0.0.9 to ^0.0.10
|
||||
* @waku/utils bumped from ^0.0.22 to ^0.0.23
|
||||
|
||||
## [0.0.2](https://github.com/waku-org/js-waku/compare/sds-v0.0.1...sds-v0.0.2) (2025-03-24)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@waku/sds",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"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",
|
||||
@ -61,9 +61,9 @@
|
||||
"dependencies": {
|
||||
"@libp2p/interface": "2.7.0",
|
||||
"@noble/hashes": "^1.7.1",
|
||||
"@waku/message-hash": "^0.1.18",
|
||||
"@waku/proto": "^0.0.9",
|
||||
"@waku/utils": "^0.0.22",
|
||||
"@waku/message-hash": "^0.1.19",
|
||||
"@waku/proto": "^0.0.10",
|
||||
"@waku/utils": "^0.0.23",
|
||||
"chai": "^5.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -12,6 +12,15 @@
|
||||
* devDependencies
|
||||
* @waku/interfaces bumped from 0.0.16 to 0.0.17
|
||||
|
||||
## [0.0.23](https://github.com/waku-org/js-waku/compare/utils-v0.0.22...utils-v0.0.23) (2025-04-23)
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @waku/interfaces bumped from 0.0.29 to 0.0.30
|
||||
|
||||
## [0.0.22](https://github.com/waku-org/js-waku/compare/utils-v0.0.21...utils-v0.0.22) (2025-03-24)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@waku/utils",
|
||||
"version": "0.0.22",
|
||||
"version": "0.0.23",
|
||||
"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.29",
|
||||
"@waku/interfaces": "0.0.30",
|
||||
"chai": "^4.3.10",
|
||||
"debug": "^4.3.4",
|
||||
"uint8arrays": "^5.0.1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user