Skip to content

Commit

Permalink
v14.19.1: fix worldchain mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Sep 12, 2024
1 parent 29c49a6 commit 0ce788b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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-mock-evm",
"moduleName": "Web3Mock",
"version": "14.19.0",
"version": "14.19.1",
"description": "JavaScript library to mock web3 responses either by emulating web3 wallets or web3 RPC requests.",
"main": "./dist/umd/index.evm.js",
"module": "./dist/esm/index.evm.js",
Expand All @@ -25,7 +25,7 @@
"homepage": "https://depay.com",
"private": false,
"dependencies": {
"@depay/web3-blockchains": "^9.6.0",
"@depay/web3-blockchains": "^9.6.1",
"ethers": "^5.7.1"
},
"peerDependencies": {
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-mock",
"moduleName": "Web3Mock",
"version": "14.19.0",
"version": "14.19.1",
"description": "JavaScript library to mock web3 responses either by emulating web3 wallets or web3 RPC requests.",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"private": false,
"dependencies": {
"@depay/solana-web3.js": "^1.26.0",
"@depay/web3-blockchains": "^9.6.0",
"@depay/web3-blockchains": "^9.6.1",
"ethers": "^5.7.1"
},
"engines": {
Expand All @@ -48,7 +48,7 @@
"@babel/preset-env": "^7.12.7",
"@babel/runtime": "^7.18.6",
"@depay/solana-web3.js": "^1.26.0",
"@depay/web3-blockchains": "^9.6.0",
"@depay/web3-blockchains": "^9.6.1",
"@depay/web3-client": "^10.18.16",
"@depay/web3-tokens": "^10.3.0",
"@playwright/test": "^1.24.0",
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-mock-solana",
"moduleName": "Web3Mock",
"version": "14.19.0",
"version": "14.19.1",
"description": "JavaScript library to mock web3 responses either by emulating web3 wallets or web3 RPC requests.",
"main": "./dist/umd/index.solana.js",
"module": "./dist/esm/index.solana.js",
Expand All @@ -26,7 +26,7 @@
"private": false,
"dependencies": {
"@depay/solana-web3.js": "^1.26.0",
"@depay/web3-blockchains": "^9.6.0",
"@depay/web3-blockchains": "^9.6.1",
"ethers": "^5.7.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 0ce788b

Please sign in to comment.