Skip to content

Commit

Permalink
v9.6.0: upgrade solana-web3.js
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Oct 8, 2022
1 parent 313f125 commit 4502960
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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-client",
"moduleName": "Web3Client",
"version": "9.5.0",
"version": "9.6.0",
"description": "A web3 client to fetch blockchain data just like you are used to with HTTP clients.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"homepage": "https://depay.com",
"private": false,
"peerDependencies": {
"@depay/solana-web3.js": "^1.18.0",
"@depay/solana-web3.js": "^1.19.0",
"@depay/web3-blockchains": "^6.1.1",
"ethers": "^5.6.8"
},
Expand All @@ -43,7 +43,7 @@
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@depay/solana-web3.js": "^1.18.0",
"@depay/solana-web3.js": "^1.19.0",
"@depay/web3-blockchains": "^6.1.1",
"@depay/web3-constants": "^6.2.2",
"@depay/web3-mock": "^13.17.3",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,11 @@
resolved "https://registry.yarnpkg.com/@depay/solana-web3.js/-/solana-web3.js-1.18.0.tgz#e96b480c2e9f4a8965e4d46cb335db644ec1286a"
integrity sha512-tGZaOmho6WETbIIW54z4Okaj6pVssxSOxU/KcfIDqSpIDiEJ2A0LnuvmJJPdAnySwWBrXLGMLKibvrmalnsNiQ==

"@depay/solana-web3.js@^1.19.0":
version "1.19.0"
resolved "https://registry.yarnpkg.com/@depay/solana-web3.js/-/solana-web3.js-1.19.0.tgz#76ad23b34c6f7c7d375780e78fcb9f32c5bf779a"
integrity sha512-MOIBiuAT+cn4QPRO56c4aEnX/R79K3J8Z+bdXoYVyo7P2BzoXImNgPpqxhIij9MbPjR3q7VaGQvZaJeEsNiQrQ==

"@depay/web3-blockchains@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-6.0.2.tgz#b6ad3c16977a3a961440512f24febce246320c3a"
Expand Down

0 comments on commit 4502960

Please sign in to comment.