fix(logger): Change formatter that collides with new libp2p version [fixes DXJ-459] (#334)

* Change formatter that collides with new libp2p version
This commit is contained in:
Akim
2023-08-29 23:32:10 +07:00
committed by GitHub
parent ea62bafc45
commit 18a972b573
3 changed files with 9 additions and 11 deletions

View File

@ -18,6 +18,6 @@
"license": "Apache-2.0",
"dependencies": {
"@fluencelabs/js-client": "workspace:*",
"@test/aqua_for_test": "workspace:../../aqua"
"@test/aqua_for_test": "workspace:*"
}
}