Skip to content

Commit

Permalink
v14.16.1: upgrade web3-blockchains and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Aug 16, 2023
1 parent 84e355d commit a43e4f6
Show file tree
Hide file tree
Showing 7 changed files with 268 additions and 141 deletions.
195 changes: 129 additions & 66 deletions dist/esm/index.bundle.js

Large diffs are not rendered by default.

195 changes: 129 additions & 66 deletions dist/umd/index.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.16.0",
"version": "14.16.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 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.16.0",
"version": "14.16.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.24.0",
"@depay/web3-blockchains": "^8.1.1",
"@depay/web3-blockchains": "^8.4.2",
"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.24.0",
"@depay/web3-blockchains": "^8.1.1",
"@depay/web3-blockchains": "^8.4.2",
"@depay/web3-client": "^10.15.0",
"@depay/web3-tokens": "^9.18.0",
"@playwright/test": "^1.24.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.16.0",
"version": "14.16.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 Down
1 change: 1 addition & 0 deletions tests/units/evm/transactions.evm.spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import Blockchains from "@depay/web3-blockchains"
import { ethers } from 'ethers'
import { mock, resetMocks, confirm, anything, replace } from 'dist/esm/index.evm'
import { supported } from "src/blockchains"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1026,10 +1026,10 @@
resolved "https://registry.yarnpkg.com/@depay/solana-web3.js/-/solana-web3.js-1.24.0.tgz#f51f32042c6ffd573c12b5b0800f8303ae176996"
integrity sha512-lPVXkRjeZqVvNtsiV9CVa189bE1/YACQv4U4NMTP6zB9Bvutx93k69gC8pks0P0wCqsO6chLbXCB+Hq/NdASZA==

"@depay/web3-blockchains@^8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-8.1.1.tgz#1de5dff71ead45bde57a1d8e0374d24aadde6533"
integrity sha512-wrtCFNH726Y+xX1+EtzhILMfhLcPEzuaBV3oCef97eJsht0PYjEWpzqB48LwHpY9adwzjarG1dSJIR2VAWpmUA==
"@depay/web3-blockchains@^8.4.2":
version "8.4.2"
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-8.4.2.tgz#3f5f072f337acc334e5f0f097627dd85af85848c"
integrity sha512-kvzTy0R7zBqL6w2CSRGm3SO1K9QuYpuOCa0BTMt4O7ATqxFg+uXor3uWjS8oWvlQwOdqLl8WT7aaKT8OD63KXw==

"@depay/web3-client@^10.15.0":
version "10.15.0"
Expand Down

0 comments on commit a43e4f6

Please sign in to comment.