Skip to content

Commit

Permalink
v13.8.1: patch upgrade web3-blockchains
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Feb 9, 2024
1 parent 0e6508d commit fd3b44c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.evm.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/web3-exchanges-evm",
"moduleName": "Web3Exchanges",
"version": "13.8.0",
"version": "13.8.1",
"description": "JavaScript library simplifying decentralized web3 exchange routing for multiple blockchains and exchanges.",
"main": "dist/umd/index.evm.js",
"module": "dist/esm/index.evm.js",
Expand All @@ -24,7 +24,7 @@
"homepage": "https://depay.com",
"private": false,
"peerDependencies": {
"@depay/web3-blockchains": "^9.3.1",
"@depay/web3-blockchains": "^9.3.2",
"@depay/web3-client-evm": "^10.18.4",
"@depay/web3-tokens-evm": "^10.3.0",
"decimal.js": "^10.4.3",
Expand Down
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": "13.8.0",
"version": "13.8.1",
"description": "JavaScript library simplifying decentralized web3 exchange routing for multiple blockchains and exchanges.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"private": false,
"peerDependencies": {
"@depay/solana-web3.js": "^1.26.0",
"@depay/web3-blockchains": "^9.3.1",
"@depay/web3-blockchains": "^9.3.2",
"@depay/web3-client": "^10.18.4",
"@depay/web3-tokens": "^10.3.0",
"decimal.js": "^10.4.3",
Expand All @@ -50,7 +50,7 @@
"@depay/solana-web3.js": "^1.26.0",
"@depay/walletconnect-v1": "^1.8.0",
"@depay/walletconnect-v2": "^2.9.2",
"@depay/web3-blockchains": "^9.3.1",
"@depay/web3-blockchains": "^9.3.2",
"@depay/web3-client": "^10.18.4",
"@depay/web3-client-evm": "^10.18.4",
"@depay/web3-client-solana": "^10.18.4",
Expand Down
4 changes: 2 additions & 2 deletions package.solana.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/web3-exchanges-solana",
"moduleName": "Web3Exchanges",
"version": "13.8.0",
"version": "13.8.1",
"description": "JavaScript library simplifying decentralized web3 exchange routing for multiple blockchains and exchanges.",
"main": "dist/umd/index.solana.js",
"module": "dist/esm/index.solana.js",
Expand All @@ -25,7 +25,7 @@
"private": false,
"peerDependencies": {
"@depay/solana-web3.js": "^1.26.0",
"@depay/web3-blockchains": "^9.3.1",
"@depay/web3-blockchains": "^9.3.2",
"@depay/web3-client-solana": "^10.18.4",
"@depay/web3-tokens-solana": "^10.3.0",
"decimal.js": "^10.4.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1248,10 +1248,10 @@
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-9.1.4.tgz#f006c29c887c433e1824e2bfabf8f39ad13da907"
integrity sha512-CQnXCNAt3sA1MphZDMPbrhAPtemzeQ/NKeHcd2aBF61nTjJCRUmSh1Ox8Z6rlSjgDP66842iy6JAoRiFDtlmFw==

"@depay/web3-blockchains@^9.3.1":
version "9.3.1"
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-9.3.1.tgz#67c77c0e3ec9a827664431cfb836efedcaa8499c"
integrity sha512-UsVF+FZZ5R8KN2Xg15WGAnDjg74YhmBQOSmNyZwhdcfBaXhlzwjE15I0rEVrwnOMm2zaKV1o+83gPtwqC8Y7Qw==
"@depay/web3-blockchains@^9.3.2":
version "9.3.2"
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-9.3.2.tgz#058078c08f0b0b148a4d613d30e1751f774ca2b3"
integrity sha512-skUGvCi4jRZ8of2RVHnyfskMsrEkwmQ71tPqjhJRvZzvfGfAOt+xJIrgcIXC1O4a3dRNtYBCnAF74+Fc03wljw==

"@depay/web3-client-evm@^10.18.4":
version "10.18.4"
Expand Down

0 comments on commit fd3b44c

Please sign in to comment.