fix: missing dependencies

This commit is contained in:
fryorcraken.eth 2022-12-19 16:16:41 +11:00
parent e0fd4433e7
commit e292855742
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
3 changed files with 13 additions and 0 deletions

6
package-lock.json generated
View File

@ -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",

View File

@ -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

View File

@ -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",