Merge pull request #1099 from waku-org/fix/missing-deps

This commit is contained in:
fryorcraken.eth 2022-12-16 12:57:04 +11:00 committed by GitHub
commit 737ecf007f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 0 deletions

6
package-lock.json generated
View File

@ -27115,6 +27115,9 @@
"@noble/hashes": "^1.1.3", "@noble/hashes": "^1.1.3",
"@waku/byte-utils": "*", "@waku/byte-utils": "*",
"@waku/interfaces": "*", "@waku/interfaces": "*",
"@waku/libp2p-utils": "*",
"@waku/peer-exchange": "*",
"@waku/proto": "*",
"debug": "^4.3.4", "debug": "^4.3.4",
"it-all": "^1.0.6", "it-all": "^1.0.6",
"it-length-prefixed": "^8.0.2", "it-length-prefixed": "^8.0.2",
@ -31219,6 +31222,9 @@
"@typescript-eslint/parser": "^5.8.1", "@typescript-eslint/parser": "^5.8.1",
"@waku/byte-utils": "*", "@waku/byte-utils": "*",
"@waku/interfaces": "*", "@waku/interfaces": "*",
"@waku/libp2p-utils": "*",
"@waku/peer-exchange": "*",
"@waku/proto": "*",
"app-root-path": "^3.0.0", "app-root-path": "^3.0.0",
"chai": "^4.3.4", "chai": "^4.3.4",
"cspell": "^6.17.0", "cspell": "^6.17.0",

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Fixed
- Missing dependency declarations.
## [@waku/core@0.0.7] - 2022-12-15 ## [@waku/core@0.0.7] - 2022-12-15
### Added ### Added

View File

@ -90,6 +90,9 @@
"@noble/hashes": "^1.1.3", "@noble/hashes": "^1.1.3",
"@waku/byte-utils": "*", "@waku/byte-utils": "*",
"@waku/interfaces": "*", "@waku/interfaces": "*",
"@waku/libp2p-utils": "*",
"@waku/peer-exchange": "*",
"@waku/proto": "*",
"debug": "^4.3.4", "debug": "^4.3.4",
"it-all": "^1.0.6", "it-all": "^1.0.6",
"it-length-prefixed": "^8.0.2", "it-length-prefixed": "^8.0.2",