mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 23:33:08 +00:00
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
|
||||||
|
|||||||
918
package-lock.json
generated
918
package-lock.json
generated
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…
x
Reference in New Issue
Block a user