Skip to content

Commit

Permalink
v9.11.1: fix web3-client dependency (process is undefined)
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Oct 20, 2022
1 parent 9c27050 commit 6978094
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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-tokens",
"moduleName": "Web3Tokens",
"version": "9.11.0",
"version": "9.11.1",
"description": "JavaScript library providing basic functionalities to interact with web3 tokens.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {},
"peerDependencies": {
"@depay/solana-web3.js": "^1.19.0",
"@depay/web3-client": "^10.1.2",
"@depay/web3-client": "^10.1.3",
"@depay/web3-constants": "^6.3.1",
"ethers": "^5.7.1"
},
Expand All @@ -47,7 +47,7 @@
"@babel/preset-env": "^7.12.7",
"@depay/solana-web3.js": "^1.19.0",
"@depay/web3-blockchains": "^6.2.0",
"@depay/web3-client": "^10.1.2",
"@depay/web3-client": "^10.1.3",
"@depay/web3-constants": "^6.3.1",
"@depay/web3-mock": "^13.22.1",
"@peculiar/webcrypto": "^1.4.0",
Expand Down
8 changes: 4 additions & 4 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.2":
version "10.1.2"
resolved "https://registry.yarnpkg.com/@depay/web3-client/-/web3-client-10.1.2.tgz#6bba7147c31908a0fb7efa06e4e4caa0376816cc"
integrity sha512-wnppEYJik6zcQiBeJC9WU3nFxykB/Ui60G5ai3kbOZRzZKzt41WyebbO+Mfuqhji9X7Hkl/POAFktfcoxlx4XQ==
"@depay/web3-client@^10.1.3":
version "10.1.3"
resolved "https://registry.yarnpkg.com/@depay/web3-client/-/web3-client-10.1.3.tgz#26da3006ea418a2b8a4a7619dde43d72e6efeb86"
integrity sha512-VcZ0I0Nfo2R7lmihUKnIs/hmf//OfuFkVnvq8r2Vs0j0ybXL5ovOmXpiQQpTpw0VwrdD4if6hOBBSSNnCpisMw==

"@depay/web3-constants@^6.3.1":
version "6.3.1"
Expand Down

0 comments on commit 6978094

Please sign in to comment.