Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .github/social-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tobelabs/chainwright

## 0.10.12

### Patch Changes

- [Keplr] - Replacing the download source because the maintainers of the Keplr wallet have made their repository private; we can no longer download the zip file directly from it.

## 0.10.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chainwright",
"version": "0.10.11",
"version": "0.10.12",
"description": "Playwright Web3 wallet testing framework for end-to-end dApp automation with MetaMask, Phantom, Solflare, Petra, Meteor, and Keplr",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -106,7 +106,7 @@
},
"dependencies": {
"@inquirer/checkbox": "^5.2.1",
"adm-zip": "^0.5.17",
"adm-zip": "^0.6.0",
"cli-progress": "^3.12.0",
"commander": "^15.0.0",
"glob": "^13.0.6",
Expand Down
Loading