Skip to content

Commit

Permalink
v5.4.0: upgrades web3-wallets dependency (introduces coinbase wallet …
Browse files Browse the repository at this point in the history
…sdk)
  • Loading branch information
10xSebastian committed Mar 28, 2022
1 parent 703aab0 commit 7996a2d
Show file tree
Hide file tree
Showing 2 changed files with 664 additions and 24 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/web3-assets",
"moduleName": "Web3Assets",
"version": "5.3.2",
"version": "5.4.0",
"description": "",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -35,23 +35,26 @@
"private": false,
"dependencies": {},
"peerDependencies": {
"@depay/web3-blockchains": "^4.0.0",
"@depay/coinbase-wallet-sdk": "^1.0.2",
"@depay/walletconnect-v1": "^1.0.18",
"@depay/web3-blockchains": "^4.2.0",
"@depay/web3-client": "^8.0.0",
"@depay/web3-constants": "^5.0.0",
"@depay/web3-wallets": "^9.1.0"
"@depay/web3-wallets": "^10.0.0"
},
"engines": {
"node": ">=10"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@depay/coinbase-wallet-sdk": "^1.0.2",
"@depay/walletconnect-v1": "^1.0.18",
"@depay/web3-blockchains": "^4.0.0",
"@depay/web3-blockchains": "^4.2.0",
"@depay/web3-client": "^8.0.0",
"@depay/web3-constants": "^5.0.0",
"@depay/web3-mock": "^11.6.0",
"@depay/web3-wallets": "^9.1.0",
"@depay/web3-mock": "^11.7.0",
"@depay/web3-wallets": "^10.0.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
Expand Down
Loading

0 comments on commit 7996a2d

Please sign in to comment.