@web3-onboard/core
Advanced tools
Comparing version 2.0.1 to 2.0.2
import type { InitOptions, OnboardAPI } from './types'; | ||
export type { InitOptions, OnboardAPI, ConnectOptions, WalletState, ConnectedChain } from './types'; | ||
export type { InitOptions, OnboardAPI, ConnectOptions, DisconnectOptions, WalletState, ConnectedChain } from './types'; | ||
declare function init(options: InitOptions): OnboardAPI; | ||
export default init; |
{ | ||
"name": "@web3-onboard/core", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "rollup -c", |
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
210928