chainwright 0.9.0 → 0.9.1

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.
@@ -21,6 +21,6 @@ declare function defineWalletSetup(password: string, fn: WalletSetupFunction, co
21
21
  * test('Web3 test', async ({ page, chainwright }) => {});
22
22
  * ```
23
23
  */
24
- declare function testWithChainwright<CustomFixtures extends Fixtures>(customFixtures: TestType<CustomFixtures, object>): TestType<CustomFixtures, object>;
24
+ declare function testWithChainwright<TestFixtures extends Fixtures, WorkerFixtures extends Fixtures>(customFixtures: TestType<TestFixtures, WorkerFixtures>): TestType<TestFixtures, WorkerFixtures>;
25
25
 
26
26
  export { WalletSetupConfig, WalletSetupFunction, defineWalletSetup, testWithChainwright };
@@ -1 +1 @@
1
- async function u(t,r,p={}){return{fn:r,password:t,config:p}}import{test as s,mergeTests as i}from"@playwright/test";function a(t){return i(s,t)}export{u as defineWalletSetup,a as testWithChainwright};
1
+ async function u(t,s,i={}){return{fn:s,password:t,config:i}}import{test as o,mergeTests as p}from"@playwright/test";function a(t){return p(o,t)}export{u as defineWalletSetup,a as testWithChainwright};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chainwright",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
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",