From 24811e4ffc40ecbcd9674d9316e6ed1aa91fd170 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" <110212804+fryorcraken@users.noreply.github.com> Date: Fri, 2 Jun 2023 05:50:52 +1000 Subject: [PATCH] chore: release master (#1376) --- .release-please-manifest.json | 22 +++++++++++----------- packages/core/CHANGELOG.md | 20 ++++++++++++++++++++ packages/core/package.json | 8 ++++---- packages/create/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/create/package.json | 10 +++++----- packages/dns-discovery/CHANGELOG.md | 9 +++++++++ packages/dns-discovery/package.json | 8 ++++---- packages/enr/CHANGELOG.md | 8 ++++++++ packages/enr/package.json | 6 +++--- packages/interfaces/CHANGELOG.md | 11 +++++++++++ packages/interfaces/package.json | 2 +- packages/message-encryption/CHANGELOG.md | 9 +++++++++ packages/message-encryption/package.json | 10 +++++----- packages/message-hash/CHANGELOG.md | 8 ++++++++ packages/message-hash/package.json | 6 +++--- packages/peer-exchange/CHANGELOG.md | 11 +++++++++++ packages/peer-exchange/package.json | 12 ++++++------ packages/proto/CHANGELOG.md | 11 +++++++++++ packages/proto/package.json | 2 +- packages/relay/CHANGELOG.md | 9 +++++++++ packages/relay/package.json | 10 +++++----- packages/utils/CHANGELOG.md | 18 ++++++++++++++++++ packages/utils/package-lock.json | 4 ++-- packages/utils/package.json | 4 ++-- 24 files changed, 188 insertions(+), 52 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8c653976f5..45d8dc98f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,13 +1,13 @@ { - "packages/utils": "0.0.6", - "packages/proto": "0.0.4", - "packages/interfaces": "0.0.13", - "packages/message-hash": "0.1.2", - "packages/enr": "0.0.12", - "packages/peer-exchange": "0.0.11", - "packages/core": "0.0.18", - "packages/dns-discovery": "0.0.12", - "packages/message-encryption": "0.0.16", - "packages/create": "0.0.14", - "packages/relay": "0.0.1" + "packages/utils": "0.0.7", + "packages/proto": "0.0.5", + "packages/interfaces": "0.0.14", + "packages/message-hash": "0.1.3", + "packages/enr": "0.0.13", + "packages/peer-exchange": "0.0.12", + "packages/core": "0.0.19", + "packages/dns-discovery": "0.0.13", + "packages/message-encryption": "0.0.17", + "packages/create": "0.0.15", + "packages/relay": "0.0.2" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5c25619e86..547f7917ca 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -5,6 +5,26 @@ 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.19](https://github.com/waku-org/js-waku/compare/core-v0.0.18...core-v0.0.19) (2023-05-26) + + +### ⚠ BREAKING CHANGES + +* filter v2 ([#1332](https://github.com/waku-org/js-waku/issues/1332)) + +### Features + +* Filter v2 ([#1332](https://github.com/waku-org/js-waku/issues/1332)) ([8d0e647](https://github.com/waku-org/js-waku/commit/8d0e64796695fbafad0a033552eb4412bdff3d78)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/interfaces bumped from 0.0.13 to 0.0.14 + * @waku/proto bumped from * to 0.0.5 + * @waku/utils bumped from 0.0.6 to 0.0.7 + ## [0.0.18](https://github.com/waku-org/js-waku/compare/core-v0.0.17...core-v0.0.18) (2023-05-18) diff --git a/packages/core/package.json b/packages/core/package.json index b4d40078b4..965f77af38 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@waku/core", - "version": "0.0.18", + "version": "0.0.19", "description": "TypeScript implementation of the Waku v2 protocol", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -73,9 +73,9 @@ }, "dependencies": { "@noble/hashes": "^1.3.0", - "@waku/interfaces": "0.0.13", - "@waku/proto": "*", - "@waku/utils": "0.0.6", + "@waku/interfaces": "0.0.14", + "@waku/proto": "0.0.5", + "@waku/utils": "0.0.7", "debug": "^4.3.4", "it-all": "^3.0.1", "it-length-prefixed": "^9.0.1", diff --git a/packages/create/CHANGELOG.md b/packages/create/CHANGELOG.md index 9c8f7eb43c..2c9967b5f1 100644 --- a/packages/create/CHANGELOG.md +++ b/packages/create/CHANGELOG.md @@ -26,6 +26,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * devDependencies * @waku/interfaces bumped from 0.0.11 to 0.0.12 +## [0.0.15](https://github.com/waku-org/js-waku/compare/create-v0.0.14...create-v0.0.15) (2023-05-26) + + +### ⚠ BREAKING CHANGES + +* filter v2 ([#1332](https://github.com/waku-org/js-waku/issues/1332)) + +### Features + +* Filter v2 ([#1332](https://github.com/waku-org/js-waku/issues/1332)) ([8d0e647](https://github.com/waku-org/js-waku/commit/8d0e64796695fbafad0a033552eb4412bdff3d78)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/relay bumped from 0.0.1 to 0.0.2 + * @waku/core bumped from 0.0.18 to 0.0.19 + * @waku/dns-discovery bumped from 0.0.12 to 0.0.13 + * devDependencies + * @waku/interfaces bumped from 0.0.13 to 0.0.14 + ## [0.0.14](https://github.com/waku-org/js-waku/compare/create-v0.0.13...create-v0.0.14) (2023-05-18) diff --git a/packages/create/package.json b/packages/create/package.json index fc352b4156..e8386350d7 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,6 +1,6 @@ { "name": "@waku/create", - "version": "0.0.14", + "version": "0.0.15", "description": "Easily create a Waku node", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -51,9 +51,9 @@ "@chainsafe/libp2p-noise": "^11.0.0", "@libp2p/mplex": "^7.1.1", "@libp2p/websockets": "^5.0.3", - "@waku/relay": "0.0.1", - "@waku/core": "0.0.18", - "@waku/dns-discovery": "0.0.12", + "@waku/relay": "0.0.2", + "@waku/core": "0.0.19", + "@waku/dns-discovery": "0.0.13", "libp2p": "^0.42.2" }, "devDependencies": { @@ -77,7 +77,7 @@ "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.51.0", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.13", + "@waku/interfaces": "0.0.14", "cspell": "^6.31.1", "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", diff --git a/packages/dns-discovery/CHANGELOG.md b/packages/dns-discovery/CHANGELOG.md index bd3aaf8374..e51b2002fa 100644 --- a/packages/dns-discovery/CHANGELOG.md +++ b/packages/dns-discovery/CHANGELOG.md @@ -37,6 +37,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * devDependencies * @waku/interfaces bumped from 0.0.11 to 0.0.12 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/enr bumped from 0.0.12 to 0.0.13 + * @waku/utils bumped from 0.0.6 to 0.0.7 + * devDependencies + * @waku/interfaces bumped from 0.0.13 to 0.0.14 + ## [0.0.12](https://github.com/waku-org/js-waku/compare/dns-discovery-v0.0.11...dns-discovery-v0.0.12) (2023-05-18) diff --git a/packages/dns-discovery/package.json b/packages/dns-discovery/package.json index 307651d522..9e9a2ed9bd 100644 --- a/packages/dns-discovery/package.json +++ b/packages/dns-discovery/package.json @@ -1,6 +1,6 @@ { "name": "@waku/dns-discovery", - "version": "0.0.12", + "version": "0.0.13", "description": "DNS Peer Discovery (EIP-1459)", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -53,8 +53,8 @@ "dependencies": { "@libp2p/interface-peer-discovery": "^1.0.5", "@libp2p/interfaces": "^3.3.1", - "@waku/enr": "0.0.12", - "@waku/utils": "0.0.6", + "@waku/enr": "0.0.13", + "@waku/utils": "0.0.7", "debug": "^4.3.4", "dns-query": "^0.11.2", "hi-base32": "^0.5.1", @@ -73,7 +73,7 @@ "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.51.0", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.13", + "@waku/interfaces": "0.0.14", "chai": "^4.3.7", "cspell": "^6.31.1", "eslint": "^8.35.0", diff --git a/packages/enr/CHANGELOG.md b/packages/enr/CHANGELOG.md index b8d4aa949d..dcd78f0036 100644 --- a/packages/enr/CHANGELOG.md +++ b/packages/enr/CHANGELOG.md @@ -35,6 +35,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * devDependencies * @waku/interfaces bumped from 0.0.11 to 0.0.12 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/utils bumped from 0.0.6 to 0.0.7 + * devDependencies + * @waku/interfaces bumped from 0.0.13 to 0.0.14 + ## [0.0.12](https://github.com/waku-org/js-waku/compare/enr-v0.0.11...enr-v0.0.12) (2023-05-18) diff --git a/packages/enr/package.json b/packages/enr/package.json index 370907d19d..4e2f50a8de 100644 --- a/packages/enr/package.json +++ b/packages/enr/package.json @@ -1,6 +1,6 @@ { "name": "@waku/enr", - "version": "0.0.12", + "version": "0.0.13", "description": "ENR (EIP-778) for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -56,7 +56,7 @@ "@libp2p/peer-id": "^2.0.3", "@multiformats/multiaddr": "^12.0.0", "@noble/secp256k1": "^1.7.1", - "@waku/utils": "0.0.6", + "@waku/utils": "0.0.7", "debug": "^4.3.4", "js-sha3": "^0.8.0" }, @@ -72,7 +72,7 @@ "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.51.0", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.13", + "@waku/interfaces": "0.0.14", "chai": "^4.3.7", "cspell": "^6.31.1", "eslint": "^8.35.0", diff --git a/packages/interfaces/CHANGELOG.md b/packages/interfaces/CHANGELOG.md index 573c5d71bf..546b39de40 100644 --- a/packages/interfaces/CHANGELOG.md +++ b/packages/interfaces/CHANGELOG.md @@ -5,6 +5,17 @@ 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.14](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.13...interfaces-v0.0.14) (2023-05-26) + + +### ⚠ BREAKING CHANGES + +* filter v2 ([#1332](https://github.com/waku-org/js-waku/issues/1332)) + +### Features + +* Filter v2 ([#1332](https://github.com/waku-org/js-waku/issues/1332)) ([8d0e647](https://github.com/waku-org/js-waku/commit/8d0e64796695fbafad0a033552eb4412bdff3d78)) + ## [0.0.13](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.12...interfaces-v0.0.13) (2023-05-18) diff --git a/packages/interfaces/package.json b/packages/interfaces/package.json index f319dd63db..d934f19265 100644 --- a/packages/interfaces/package.json +++ b/packages/interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@waku/interfaces", - "version": "0.0.13", + "version": "0.0.14", "description": "Definition of Waku interfaces", "types": "./dist/index.d.ts", "module": "./dist/index.js", diff --git a/packages/message-encryption/CHANGELOG.md b/packages/message-encryption/CHANGELOG.md index 96bbe9ef75..defbaf65d2 100644 --- a/packages/message-encryption/CHANGELOG.md +++ b/packages/message-encryption/CHANGELOG.md @@ -35,6 +35,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * @waku/interfaces bumped from 0.0.10 to 0.0.11 * @waku/utils bumped from 0.0.3 to 0.0.4 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from 0.0.18 to 0.0.19 + * @waku/interfaces bumped from 0.0.13 to 0.0.14 + * @waku/proto bumped from * to 0.0.5 + * @waku/utils bumped from 0.0.6 to 0.0.7 + ## [0.0.16](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.15...message-encryption-v0.0.16) (2023-05-18) diff --git a/packages/message-encryption/package.json b/packages/message-encryption/package.json index edcab847b2..7a19f07398 100644 --- a/packages/message-encryption/package.json +++ b/packages/message-encryption/package.json @@ -1,6 +1,6 @@ { "name": "@waku/message-encryption", - "version": "0.0.16", + "version": "0.0.17", "description": "Waku Message Payload Encryption", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -72,10 +72,10 @@ }, "dependencies": { "@noble/secp256k1": "^1.7.1", - "@waku/core": "0.0.18", - "@waku/interfaces": "0.0.13", - "@waku/proto": "*", - "@waku/utils": "0.0.6", + "@waku/core": "0.0.19", + "@waku/interfaces": "0.0.14", + "@waku/proto": "0.0.5", + "@waku/utils": "0.0.7", "debug": "^4.3.4", "js-sha3": "^0.8.0" }, diff --git a/packages/message-hash/CHANGELOG.md b/packages/message-hash/CHANGELOG.md index a677f99191..c4a0fcbcf4 100644 --- a/packages/message-hash/CHANGELOG.md +++ b/packages/message-hash/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/utils bumped from 0.0.6 to 0.0.7 + * devDependencies + * @waku/interfaces bumped from 0.0.13 to 0.0.14 + ## [0.1.2](https://github.com/waku-org/js-waku/compare/message-hash-v0.1.1...message-hash-v0.1.2) (2023-05-18) diff --git a/packages/message-hash/package.json b/packages/message-hash/package.json index 70eecbb25e..6a027b8dfd 100644 --- a/packages/message-hash/package.json +++ b/packages/message-hash/package.json @@ -1,6 +1,6 @@ { "name": "@waku/message-hash", - "version": "0.1.2", + "version": "0.1.3", "description": "TypeScript implementation of the Deterministic Message Hashing as specified in 14/WAKU2-MESSAGE", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -53,7 +53,7 @@ }, "dependencies": { "@noble/hashes": "^1.2.0", - "@waku/utils": "0.0.6" + "@waku/utils": "0.0.7" }, "devDependencies": { "@rollup/plugin-commonjs": "^24.0.1", @@ -65,7 +65,7 @@ "@typescript-eslint/eslint-plugin": "^5.54.1", "@typescript-eslint/parser": "^5.51.0", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.13", + "@waku/interfaces": "0.0.14", "chai": "^4.3.7", "cspell": "^6.28.0", "eslint": "^8.35.0", diff --git a/packages/peer-exchange/CHANGELOG.md b/packages/peer-exchange/CHANGELOG.md index 5db8914c8d..c17602d33a 100644 --- a/packages/peer-exchange/CHANGELOG.md +++ b/packages/peer-exchange/CHANGELOG.md @@ -43,6 +43,17 @@ * devDependencies * @waku/interfaces bumped from 0.0.11 to 0.0.12 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from 0.0.18 to 0.0.19 + * @waku/enr bumped from 0.0.12 to 0.0.13 + * @waku/proto bumped from * to 0.0.5 + * @waku/utils bumped from 0.0.6 to 0.0.7 + * devDependencies + * @waku/interfaces bumped from 0.0.13 to 0.0.14 + ## [0.0.11](https://github.com/waku-org/js-waku/compare/peer-exchange-v0.0.10...peer-exchange-v0.0.11) (2023-05-18) diff --git a/packages/peer-exchange/package.json b/packages/peer-exchange/package.json index 6a59d260ae..688b66ffdd 100644 --- a/packages/peer-exchange/package.json +++ b/packages/peer-exchange/package.json @@ -1,6 +1,6 @@ { "name": "@waku/peer-exchange", - "version": "0.0.11", + "version": "0.0.12", "description": "Peer Exchange (https://rfc.vac.dev/spec/34/) protocol for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -50,10 +50,10 @@ "dependencies": { "@libp2p/interface-peer-discovery": "^1.0.5", "@libp2p/interfaces": "^3.3.1", - "@waku/core": "0.0.18", - "@waku/enr": "0.0.12", - "@waku/proto": "*", - "@waku/utils": "0.0.6", + "@waku/core": "0.0.19", + "@waku/enr": "0.0.13", + "@waku/proto": "0.0.5", + "@waku/utils": "0.0.7", "debug": "^4.3.4", "it-all": "^3.0.1", "it-length-prefixed": "^9.0.1", @@ -71,7 +71,7 @@ "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.51.0", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.13", + "@waku/interfaces": "0.0.14", "chai": "^4.3.7", "cspell": "^6.31.1", "eslint": "^8.35.0", diff --git a/packages/proto/CHANGELOG.md b/packages/proto/CHANGELOG.md index a0fd8e9997..b0723243c7 100644 --- a/packages/proto/CHANGELOG.md +++ b/packages/proto/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.0.5](https://github.com/waku-org/js-waku/compare/proto-v0.0.4...proto-v0.0.5) (2023-05-26) + + +### ⚠ BREAKING CHANGES + +* filter v2 ([#1332](https://github.com/waku-org/js-waku/issues/1332)) + +### Features + +* Filter v2 ([#1332](https://github.com/waku-org/js-waku/issues/1332)) ([8d0e647](https://github.com/waku-org/js-waku/commit/8d0e64796695fbafad0a033552eb4412bdff3d78)) + ## [0.0.4](https://github.com/waku-org/js-waku/compare/proto-v0.0.3...proto-v0.0.4) (2023-03-24) diff --git a/packages/proto/package.json b/packages/proto/package.json index 832be27732..a8d4dbf152 100644 --- a/packages/proto/package.json +++ b/packages/proto/package.json @@ -1,6 +1,6 @@ { "name": "@waku/proto", - "version": "0.0.4", + "version": "0.0.5", "description": "Protobuf definitions for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", diff --git a/packages/relay/CHANGELOG.md b/packages/relay/CHANGELOG.md index c74afaf30d..5eaa8b336c 100644 --- a/packages/relay/CHANGELOG.md +++ b/packages/relay/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from 0.0.18 to 0.0.19 + * @waku/interfaces bumped from 0.0.13 to 0.0.14 + * @waku/proto bumped from * to 0.0.5 + * @waku/utils bumped from 0.0.6 to 0.0.7 + ## 0.0.1 (2023-05-18) diff --git a/packages/relay/package.json b/packages/relay/package.json index bceab406e5..ba3c3606db 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -1,6 +1,6 @@ { "name": "@waku/relay", - "version": "0.0.1", + "version": "0.0.2", "description": "Relay Protocol for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -51,10 +51,10 @@ "dependencies": { "@chainsafe/libp2p-gossipsub": "^6.1.0", "@noble/hashes": "^1.3.0", - "@waku/core": "0.0.18", - "@waku/interfaces": "0.0.13", - "@waku/proto": "*", - "@waku/utils": "0.0.6", + "@waku/core": "0.0.19", + "@waku/interfaces": "0.0.14", + "@waku/proto": "0.0.5", + "@waku/utils": "0.0.7", "chai": "^4.3.7", "debug": "^4.3.4", "fast-check": "^3.8.1" diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 496ec4935d..00a741a8d0 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.0.7](https://github.com/waku-org/js-waku/compare/utils-v0.0.6...utils-v0.0.7) (2023-05-26) + + +### ⚠ BREAKING CHANGES + +* filter v2 ([#1332](https://github.com/waku-org/js-waku/issues/1332)) + +### Features + +* Filter v2 ([#1332](https://github.com/waku-org/js-waku/issues/1332)) ([8d0e647](https://github.com/waku-org/js-waku/commit/8d0e64796695fbafad0a033552eb4412bdff3d78)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @waku/interfaces bumped from 0.0.13 to 0.0.14 + ## [0.0.6](https://github.com/waku-org/js-waku/compare/utils-v0.0.5...utils-v0.0.6) (2023-05-18) diff --git a/packages/utils/package-lock.json b/packages/utils/package-lock.json index e86932738b..121e77c0aa 100644 --- a/packages/utils/package-lock.json +++ b/packages/utils/package-lock.json @@ -1,12 +1,12 @@ { "name": "@waku/utils", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@waku/utils", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT OR Apache-2.0", "dependencies": { "debug": "^4.3.4", diff --git a/packages/utils/package.json b/packages/utils/package.json index 36bed48f2f..e7e2aa3a10 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@waku/utils", - "version": "0.0.6", + "version": "0.0.7", "description": "Different utilities for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -78,7 +78,7 @@ "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.51.0", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.13", + "@waku/interfaces": "0.0.14", "cspell": "^6.31.1", "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0",