Skip to content

Commit

Permalink
v4.0.0: updates to major version upgrade of depay-web3-transaction de…
Browse files Browse the repository at this point in the history
…pendency
  • Loading branch information
10xSebastian committed Aug 23, 2021
1 parent 0a3a347 commit 79e9b5c
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 7 deletions.
5 changes: 3 additions & 2 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.1.1",
"version": "4.0.0",
"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 @@ -37,7 +37,7 @@
"depay-web3-client": "^4.0.2",
"depay-web3-constants": "^2.1.0",
"depay-web3-tokens": "^3.0.3",
"depay-web3-transaction": "^2.4.1"
"depay-web3-transaction": "^3.1.0"
},
"peerDependencies": {},
"engines": {
Expand All @@ -56,6 +56,7 @@
"eslint": "^7.15.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"ethers": "^5.4.5",
"regenerator-runtime": "^0.13.7",
"rollup": "^2.34.2",
"rollup-plugin-delete": "^2.0.0",
Expand Down
71 changes: 66 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,31 @@
bech32 "1.1.4"
ws "7.4.6"

"@ethersproject/[email protected]":
version "5.4.4"
resolved "https://registry.yarnpkg.com/@ethersproject/providers/-/providers-5.4.4.tgz#6729120317942fc0ab0ecdb35e944ec6bbedb795"
integrity sha512-mQevyXj2X2D3l8p/JGDYFZbODhZjW6On15DnCK4Xc9y6b+P0vqorQC/j46omWSm4cyo7BQ/rgfhXNYmvAfyZoQ==
dependencies:
"@ethersproject/abstract-provider" "^5.4.0"
"@ethersproject/abstract-signer" "^5.4.0"
"@ethersproject/address" "^5.4.0"
"@ethersproject/basex" "^5.4.0"
"@ethersproject/bignumber" "^5.4.0"
"@ethersproject/bytes" "^5.4.0"
"@ethersproject/constants" "^5.4.0"
"@ethersproject/hash" "^5.4.0"
"@ethersproject/logger" "^5.4.0"
"@ethersproject/networks" "^5.4.0"
"@ethersproject/properties" "^5.4.0"
"@ethersproject/random" "^5.4.0"
"@ethersproject/rlp" "^5.4.0"
"@ethersproject/sha2" "^5.4.0"
"@ethersproject/strings" "^5.4.0"
"@ethersproject/transactions" "^5.4.0"
"@ethersproject/web" "^5.4.0"
bech32 "1.1.4"
ws "7.4.6"

"@ethersproject/[email protected]", "@ethersproject/random@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@ethersproject/random/-/random-5.3.0.tgz#7c46bf36e50cb0d0550bc8c666af8e1d4496dc1a"
Expand Down Expand Up @@ -2628,13 +2653,13 @@ depay-web3-tokens@^3.0.3:
depay-web3-wallets "^4.2.1"
ethers "^5.4.4"

depay-web3-transaction@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/depay-web3-transaction/-/depay-web3-transaction-2.4.1.tgz#177cd322575897db3c20a36cafce9e643c75a64e"
integrity sha512-EVPuk+CF+fK0Z201+JE0kDyUyTsF1Np2IjL+GeBmK8ri/xPz45ASC8VXWbz/Rg+OjWaBXPVXSkXo6U/++qnJRQ==
depay-web3-transaction@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/depay-web3-transaction/-/depay-web3-transaction-3.1.0.tgz#f28e36ff071b1b49d325a5ba6d4f2d1905e1a8ef"
integrity sha512-CUyh02VTiKxecqoktv0tOEGnDf4uUL6ag+Am1vwg2UhKyz2N8yG7yOPiZnbaJh0dcrseiKbF2LU41UZ5ubRWEA==
dependencies:
depay-web3-constants "^2.0.0"
ethers "^5.3.1"
ethers "^5.4.5"

depay-web3-wallets@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -3037,6 +3062,42 @@ ethers@^5.4.4:
"@ethersproject/web" "5.4.0"
"@ethersproject/wordlists" "5.4.0"

ethers@^5.4.5:
version "5.4.5"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.4.5.tgz#cec133b9f5b514dc55e2561ee7aa7218c33affd7"
integrity sha512-PPZ6flOAj230sXEWf/r/It6ZZ5c7EOVWx+PU87Glkbg79OtT7pLE1WgL4MRdwx6iF7HzSOvUUI+8cAmcdzo12w==
dependencies:
"@ethersproject/abi" "5.4.0"
"@ethersproject/abstract-provider" "5.4.1"
"@ethersproject/abstract-signer" "5.4.1"
"@ethersproject/address" "5.4.0"
"@ethersproject/base64" "5.4.0"
"@ethersproject/basex" "5.4.0"
"@ethersproject/bignumber" "5.4.1"
"@ethersproject/bytes" "5.4.0"
"@ethersproject/constants" "5.4.0"
"@ethersproject/contracts" "5.4.1"
"@ethersproject/hash" "5.4.0"
"@ethersproject/hdnode" "5.4.0"
"@ethersproject/json-wallets" "5.4.0"
"@ethersproject/keccak256" "5.4.0"
"@ethersproject/logger" "5.4.0"
"@ethersproject/networks" "5.4.2"
"@ethersproject/pbkdf2" "5.4.0"
"@ethersproject/properties" "5.4.0"
"@ethersproject/providers" "5.4.4"
"@ethersproject/random" "5.4.0"
"@ethersproject/rlp" "5.4.0"
"@ethersproject/sha2" "5.4.0"
"@ethersproject/signing-key" "5.4.0"
"@ethersproject/solidity" "5.4.0"
"@ethersproject/strings" "5.4.0"
"@ethersproject/transactions" "5.4.0"
"@ethersproject/units" "5.4.0"
"@ethersproject/wallet" "5.4.0"
"@ethersproject/web" "5.4.0"
"@ethersproject/wordlists" "5.4.0"

fast-deep-equal@^3.1.1:
version "3.1.3"
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
Expand Down

0 comments on commit 79e9b5c

Please sign in to comment.