From 803a0b4a1231482818d8b2737f4c05a7d637be70 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Fri, 16 Dec 2022 12:47:50 +1100 Subject: [PATCH] fix: missing dependency declarations --- package-lock.json | 6 ++++++ packages/core/CHANGELOG.md | 4 ++++ packages/core/package.json | 3 +++ 3 files changed, 13 insertions(+) diff --git a/package-lock.json b/package-lock.json index 7ae94479d3..8c59fc7074 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27115,6 +27115,9 @@ "@noble/hashes": "^1.1.3", "@waku/byte-utils": "*", "@waku/interfaces": "*", + "@waku/libp2p-utils": "*", + "@waku/peer-exchange": "*", + "@waku/proto": "*", "debug": "^4.3.4", "it-all": "^1.0.6", "it-length-prefixed": "^8.0.2", @@ -31219,6 +31222,9 @@ "@typescript-eslint/parser": "^5.8.1", "@waku/byte-utils": "*", "@waku/interfaces": "*", + "@waku/libp2p-utils": "*", + "@waku/peer-exchange": "*", + "@waku/proto": "*", "app-root-path": "^3.0.0", "chai": "^4.3.4", "cspell": "^6.17.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d0bfdf89c6..c64b76e137 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Missing dependency declarations. + ## [@waku/core@0.0.7] - 2022-12-15 ### Added diff --git a/packages/core/package.json b/packages/core/package.json index a548f556a8..223aec7f34 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -90,6 +90,9 @@ "@noble/hashes": "^1.1.3", "@waku/byte-utils": "*", "@waku/interfaces": "*", + "@waku/libp2p-utils": "*", + "@waku/peer-exchange": "*", + "@waku/proto": "*", "debug": "^4.3.4", "it-all": "^1.0.6", "it-length-prefixed": "^8.0.2",