Skip to content

Commit

Permalink
chore: use new logger canary (#4426)
Browse files Browse the repository at this point in the history
* chore: use new logger canary

* chore: update logger in web3wallet and sign client

* chore: update logger in provider

* chore: use latest logger

* chore: use strict version for logger
  • Loading branch information
devceline authored Apr 9, 2024
1 parent 61f4d77 commit 2d945ca
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 46 deletions.
60 changes: 18 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/jsonrpc-ws-connection": "1.0.14",
"@walletconnect/keyvaluestorage": "^1.1.1",
"@walletconnect/logger": "^2.1.1",
"@walletconnect/logger": "^2.1.2",
"@walletconnect/relay-api": "^1.0.9",
"@walletconnect/relay-auth": "^1.0.4",
"@walletconnect/safe-json": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/sign-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@walletconnect/events": "^1.0.1",
"@walletconnect/heartbeat": "1.2.1",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/logger": "^2.0.1",
"@walletconnect/logger": "^2.1.2",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.12.1",
"@walletconnect/utils": "2.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@walletconnect/core": "2.12.1",
"@walletconnect/jsonrpc-provider": "1.0.13",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/logger": "2.0.1",
"@walletconnect/logger": "2.1.2",
"@walletconnect/sign-client": "2.12.1",
"@walletconnect/types": "2.12.1",
"@walletconnect/utils": "2.12.1"
Expand Down
2 changes: 1 addition & 1 deletion providers/universal-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@walletconnect/jsonrpc-provider": "1.0.13",
"@walletconnect/jsonrpc-types": "^1.0.2",
"@walletconnect/jsonrpc-utils": "^1.0.7",
"@walletconnect/logger": "^2.0.1",
"@walletconnect/logger": "^2.1.2",
"@walletconnect/sign-client": "2.12.1",
"@walletconnect/types": "2.12.1",
"@walletconnect/utils": "2.12.1",
Expand Down

0 comments on commit 2d945ca

Please sign in to comment.