Skip to content

Commit

Permalink
v3.0.2: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Aug 18, 2021
1 parent 3686365 commit c2af217
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "depay-web3-exchanges",
"moduleName": "Web3Exchanges",
"version": "3.0.1",
"version": "3.0.2",
"description": "JavaScript library simplifying decentralized web3 exchange routing for multiple blockchains and exchanges.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -34,9 +34,9 @@
"homepage": "https://github.com/DePayFi/depay-web3-exchanges#readme",
"private": false,
"dependencies": {
"depay-web3-client": "^4.0.0",
"depay-web3-client": "^4.0.1",
"depay-web3-constants": "^2.1.0",
"depay-web3-tokens": "^3.0.0",
"depay-web3-tokens": "^3.0.1",
"depay-web3-transaction": "^2.3.0"
},
"peerDependencies": {},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2577,10 +2577,10 @@ depay-web3-client@^3.0.0:
depay-web3-wallets "^3.0.0"
ethers "^5.3.1"

depay-web3-client@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/depay-web3-client/-/depay-web3-client-4.0.0.tgz#f575397bd3cf711f33cb3abb4feabd314a57deb2"
integrity sha512-0vkn4QVFTHMX44N2oOJW2g/qR396dP7xAyMxT5vlmWuc07E60w71+TRRG55+jOshCCYpX7JMEvWD8JnTuRp0bg==
depay-web3-client@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/depay-web3-client/-/depay-web3-client-4.0.1.tgz#5392faf08608f3c884f3de896fed90000b49b9cd"
integrity sha512-CoYe2s2zvn7k9Ve0pf6aqbKvMOCjQJasJrzSrF9/WsC+CMJxIMVamNz67VcPpqq5SwNDmq+fYfHF1BRczpkLhQ==
dependencies:
depay-web3-wallets "^4.2.0"
ethers "^5.4.4"
Expand Down Expand Up @@ -2618,12 +2618,12 @@ depay-web3-tokens@^2.3.0:
depay-web3-wallets "^3.0.0"
ethers "^5.3.1"

depay-web3-tokens@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/depay-web3-tokens/-/depay-web3-tokens-3.0.0.tgz#3882346c1a152ae5c00e8d1cb0520a0533f36037"
integrity sha512-xuO9bkEtwK+F1cf+s0hci6x+bxnnZq/tVFReLj1/ZlHN2Lumy+72jkqUIYfzQ6/w+BDftL2kykMIOFvJLnS/YA==
depay-web3-tokens@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/depay-web3-tokens/-/depay-web3-tokens-3.0.1.tgz#e54dc323da4991daeab17af4f6c34fa52f9aa656"
integrity sha512-T+hHuebECSz06goL/MrpsrTC+339wmGFjiauYfP6/z9G7yV23WfHIG5kBb/oX/mpEI322ri433z4l0Y8LtMSVA==
dependencies:
depay-web3-client "^4.0.0"
depay-web3-client "^4.0.1"
depay-web3-constants "^3.0.0"
depay-web3-wallets "^3.0.0"
ethers "^5.4.4"
Expand Down

0 comments on commit c2af217

Please sign in to comment.