chainwright 0.8.13 → 0.8.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +2 -4
package/README.md CHANGED
@@ -437,3 +437,8 @@ Additional wallet-specific actions are available, for example:
437
437
  ## License
438
438
 
439
439
  MIT
440
+
441
+ ---
442
+
443
+ Built by **Tobechukwu**. ([github](https://github.com/amaify))
444
+ Contributions are welcome: see [CONTRIBUTING.md](./CONTRIBUTING.md) to get involved.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chainwright",
3
- "version": "0.8.13",
3
+ "version": "0.8.14",
4
4
  "description": "Playwright Web3 wallet testing framework for end-to-end dApp automation with MetaMask, Phantom, Solflare, Petra, Meteor, and Keplr",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -109,9 +109,7 @@
109
109
  "changeset": "changeset",
110
110
  "version-package": "changeset version",
111
111
  "release": "pnpm run build && changeset publish",
112
- "dev": "tsx src/cli/index.ts ./tests/wallet-setup --all -f",
113
- "setup-wallets": "tsx src/cli/index.ts ./tests/wallet-setup --all",
114
- "wallets": "tsx src/cli/index.ts ./tests/wallet-setup --wallets keplr petra",
112
+ "dev": "tsx src/cli/index.ts ./tests/wallet-setup",
115
113
  "tests": "vitest --exclude '**/*.spec.ts'",
116
114
  "lint": "biome check ./src",
117
115
  "format": "biome format --write ./src",