mirror of https://github.com/waku-org/js-waku.git
Remove unused dependencies
This commit is contained in:
parent
cab9be4782
commit
9cf83585ed
|
@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Changed
|
### Changed
|
||||||
- Clarify content topic format in README.md.
|
- Clarify content topic format in README.md.
|
||||||
|
|
||||||
|
## Removed
|
||||||
|
- Unused dependencies.
|
||||||
|
|
||||||
## [0.2.0] - 2021-05-14
|
## [0.2.0] - 2021-05-14
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -55,7 +55,6 @@
|
||||||
"node": ">=14"
|
"node": ">=14"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bitauth/libauth": "^1.17.1",
|
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.1",
|
||||||
"debug": "^4.3.1",
|
"debug": "^4.3.1",
|
||||||
"it-concat": "^2.0.0",
|
"it-concat": "^2.0.0",
|
||||||
|
@ -67,10 +66,8 @@
|
||||||
"libp2p-tcp": "^0.15.4",
|
"libp2p-tcp": "^0.15.4",
|
||||||
"libp2p-websockets": "^0.15.6",
|
"libp2p-websockets": "^0.15.6",
|
||||||
"multiaddr": "^9.0.1",
|
"multiaddr": "^9.0.1",
|
||||||
"prompt-sync": "^4.2.0",
|
|
||||||
"ts-proto": "^1.79.7",
|
"ts-proto": "^1.79.7",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2"
|
||||||
"yarg": "^1.0.8"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
||||||
|
|
Loading…
Reference in New Issue