mirror of https://github.com/waku-org/js-waku.git
fix: missing dependency declarations
This commit is contained in:
parent
eddf5c0bfd
commit
803a0b4a12
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue