Skip to content

Commit

Permalink
v6.5.4: patch update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Oct 23, 2022
1 parent 8fe27ce commit 0b80110
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@depay/web3-assets",
"moduleName": "Web3Assets",
"version": "6.5.3",
"description": "",
"version": "6.5.4",
"description": "JavaScript library to retrieve Web3 assets of a given or connected wallet/account.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"source": "src/index.js",
Expand Down Expand Up @@ -37,9 +37,9 @@
"peerDependencies": {
"@depay/solana-web3.js": "^1.19.0",
"@depay/web3-blockchains": "^6.2.0",
"@depay/web3-client": "^10.1.6",
"@depay/web3-client": "^10.1.7",
"@depay/web3-constants": "^6.3.1",
"@depay/web3-tokens": "^9.11.3"
"@depay/web3-tokens": "^9.11.4"
},
"engines": {
"node": ">=16"
Expand All @@ -49,10 +49,10 @@
"@babel/preset-env": "^7.12.7",
"@depay/solana-web3.js": "^1.19.0",
"@depay/web3-blockchains": "^6.2.0",
"@depay/web3-client": "^10.1.6",
"@depay/web3-client": "^10.1.7",
"@depay/web3-constants": "^6.3.1",
"@depay/web3-mock": "^13.22.4",
"@depay/web3-tokens": "^9.11.3",
"@depay/web3-tokens": "^9.11.4",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -906,10 +906,10 @@
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-6.2.0.tgz#5ab856ad1ed6aa153e9f25a89c6acb64017367ce"
integrity sha512-giZCoTFjRBoVDZ9WA1tlTtVtw7Pc81E8krjTrErCyoc94avuFUjFRVSf8k/oUdaQ3Yvt+yLQp3cAovlWD9Gnfg==

"@depay/web3-client@^10.1.6":
version "10.1.6"
resolved "https://registry.yarnpkg.com/@depay/web3-client/-/web3-client-10.1.6.tgz#1c1b622988e4c508ed9ae3a577c90ae544d28fe2"
integrity sha512-vHNHFhluKz28LoxuDcf3K09Qw+zbWL7+eJYaCmtP9yjjAYx/ThcM5pbP7cfJIhCNYK4XPAFld2t+3Ay3xbAZeA==
"@depay/web3-client@^10.1.7":
version "10.1.7"
resolved "https://registry.yarnpkg.com/@depay/web3-client/-/web3-client-10.1.7.tgz#684d2273a54ac5d1da3aa70b4ed8f0db62e23fac"
integrity sha512-Q98sCWc9EirqIMrMC528XmBQbdjihwycEJifKhRbTUwSow2xnT1vG0RJGxkisoq9dTD6Xyorv4eRdeu/3sWAdg==

"@depay/web3-constants@^6.3.1":
version "6.3.1"
Expand All @@ -926,10 +926,10 @@
ethers "^5.7.1"
xhr2 "^0.2.1"

"@depay/web3-tokens@^9.11.3":
version "9.11.3"
resolved "https://registry.yarnpkg.com/@depay/web3-tokens/-/web3-tokens-9.11.3.tgz#6bab6c48bbfe08145128cf865955858c96e76ecb"
integrity sha512-dIeYfZ3OoE4OAkJ4AhPDeN9ZK/Dl79xp698HGcSgsr4syFGMRjDAD48wULcTPjQEJFUarEmXuX5+He5WO4xRRA==
"@depay/web3-tokens@^9.11.4":
version "9.11.4"
resolved "https://registry.yarnpkg.com/@depay/web3-tokens/-/web3-tokens-9.11.4.tgz#4219ff11ad3eb3ac96d3894ba06ad5ae08787dbb"
integrity sha512-OHcIWVBtIyUg21+kUb/AmkZuR+79HGUV+evUFYGE/uZVA4yGgkYIUxAadFyFfsIwh593+oFYFbJUQjy4G3FHsw==

"@eslint/eslintrc@^0.4.3":
version "0.4.3"
Expand Down

0 comments on commit 0b80110

Please sign in to comment.