@web3-react/types
Advanced tools
Comparing version 8.0.4-alpha.0 to 8.0.5-alpha.0
@@ -28,3 +28,3 @@ /// <reference types="node" /> | ||
constructor(actions: Actions); | ||
abstract activate(): Promise<void>; | ||
abstract activate(...args: any[]): Promise<void>; | ||
} |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "8.0.4-alpha.0", | ||
"version": "8.0.5-alpha.0", | ||
"type": "module", | ||
@@ -19,3 +19,3 @@ "exports": "./dist/index.js", | ||
}, | ||
"gitHead": "002652f883ab79f86c47c4336e7ef165cd39838d" | ||
"gitHead": "b66d6733ff21e2ede6f6d5f05f9be4909d3c9ef0" | ||
} |
@@ -39,3 +39,3 @@ import type { State, StoreApi } from 'zustand/vanilla' | ||
public abstract activate(): Promise<void> | ||
public abstract activate(...args: any[]): Promise<void> | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37815