mirror of https://github.com/waku-org/js-waku.git
fix: missing dependencies
This commit is contained in:
parent
e0fd4433e7
commit
e292855742
|
@ -27215,6 +27215,8 @@
|
|||
"@libp2p/interface-transport": "^2.0.1",
|
||||
"@libp2p/mplex": "^7.0.0",
|
||||
"@libp2p/websockets": "^5.0.0",
|
||||
"@waku/core": "*",
|
||||
"@waku/peer-exchange": "*",
|
||||
"interface-datastore": "^7.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -27223,6 +27225,7 @@
|
|||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"@waku/interfaces": "*",
|
||||
"cspell": "^6.17.0",
|
||||
"eslint": "^8.6.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
@ -31299,6 +31302,9 @@
|
|||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"@waku/core": "*",
|
||||
"@waku/interfaces": "*",
|
||||
"@waku/peer-exchange": "*",
|
||||
"cspell": "^6.17.0",
|
||||
"eslint": "^8.6.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Missing dependency declarations.
|
||||
|
||||
## [0.0.5] - 2022-12-15
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -67,6 +67,8 @@
|
|||
"@libp2p/interface-transport": "^2.0.1",
|
||||
"@libp2p/mplex": "^7.0.0",
|
||||
"@libp2p/websockets": "^5.0.0",
|
||||
"@waku/core": "*",
|
||||
"@waku/peer-exchange": "*",
|
||||
"interface-datastore": "^7.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -75,6 +77,7 @@
|
|||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"@waku/interfaces": "*",
|
||||
"cspell": "^6.17.0",
|
||||
"eslint": "^8.6.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
|
Loading…
Reference in New Issue