@web3-react/types
Advanced tools
Comparing version 8.0.5-alpha.0 to 8.0.6-alpha.0
@@ -25,6 +25,6 @@ /// <reference types="node" /> | ||
protected readonly actions: Actions; | ||
constructor(actions: Actions); | ||
provider: Provider | undefined; | ||
abstract activate(...args: any[]): Promise<void>; | ||
deactivate?(): Promise<void>; | ||
constructor(actions: Actions); | ||
abstract activate(...args: any[]): Promise<void>; | ||
} |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "8.0.5-alpha.0", | ||
"version": "8.0.6-alpha.0", | ||
"type": "module", | ||
@@ -19,3 +19,3 @@ "exports": "./dist/index.js", | ||
}, | ||
"gitHead": "b66d6733ff21e2ede6f6d5f05f9be4909d3c9ef0" | ||
"gitHead": "b32f036ca775ecf65861b2c4a4bae09e7cb26718" | ||
} |
@@ -32,5 +32,2 @@ import type { State, StoreApi } from 'zustand/vanilla' | ||
protected readonly actions: Actions | ||
public provider: Provider | undefined | ||
public deactivate?(): Promise<void> | ||
constructor(actions: Actions) { | ||
@@ -40,3 +37,6 @@ this.actions = actions | ||
public provider: Provider | undefined | ||
public abstract activate(...args: any[]): Promise<void> | ||
public deactivate?(): 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