@web3-react/types
Advanced tools
Comparing version 8.0.11-alpha.0 to 8.0.12-alpha.0
@@ -16,6 +16,5 @@ /// <reference types="node" /> | ||
export interface Actions { | ||
startActivation: () => void; | ||
startActivation: () => () => void; | ||
update: (stateUpdate: Web3ReactStateUpdate) => void; | ||
reportError: (error: Error) => void; | ||
reset: () => void; | ||
} | ||
@@ -22,0 +21,0 @@ export interface RequestArguments { |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "8.0.11-alpha.0", | ||
"version": "8.0.12-alpha.0", | ||
"type": "module", | ||
@@ -23,5 +23,5 @@ "files": [ | ||
"peerDependencies": { | ||
"zustand": "^3.5.10" | ||
"zustand": "^3.6.7" | ||
}, | ||
"gitHead": "49d36f79b370da852ce9c25dde73600615963498" | ||
"gitHead": "4e6ecc3cc476e844046ee035bf8cf90b8df50d99" | ||
} |
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
36852
38