Skip to content

Commit

Permalink
v6.6.2: remove solana from evm package
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Dec 12, 2022
1 parent 36cbd1d commit 38990e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.evm.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/web3-assets-evm",
"moduleName": "Web3Assets",
"version": "6.6.1",
"version": "6.6.2",
"description": "JavaScript library to retrieve Web3 assets of a given or connected wallet/account.",
"main": "dist/umd/index.evm.js",
"module": "dist/esm/index.evm.js",
Expand All @@ -26,7 +26,6 @@
"private": false,
"dependencies": {},
"peerDependencies": {
"@depay/solana-web3.js": "^1.19.0",
"@depay/web3-blockchains": "^6.2.3",
"@depay/web3-client-evm": "^10.1.23",
"@depay/web3-constants": "^6.3.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/web3-assets",
"moduleName": "Web3Assets",
"version": "6.6.1",
"version": "6.6.2",
"description": "JavaScript library to retrieve Web3 assets of a given or connected wallet/account.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 38990e0

Please sign in to comment.