@toruslabs/base-controllers
Advanced tools
Comparing version 1.0.1 to 1.0.2
/// <reference types="node" /> | ||
import type { EventEmitter } from "events"; | ||
import { THEME } from "./Preferences/IPreferencesController"; | ||
/** | ||
@@ -136,1 +137,4 @@ * State change callbacks | ||
}; | ||
export interface PopupWhitelabelData { | ||
theme: THEME; | ||
} |
@@ -93,2 +93,3 @@ import { BaseConfig, BaseState, IController, UserInfo } from "../interfaces"; | ||
locale: string; | ||
accountType: ACCOUNT_TYPE; | ||
contacts: Contact[]; | ||
@@ -95,0 +96,0 @@ crashReport: boolean; |
{ | ||
"name": "@toruslabs/base-controllers", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"homepage": "https://github.com/torusresearch/controllers#readme", | ||
@@ -62,3 +62,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "342b18907c3f4ccbf4a1821749f66bd0f78c51dc" | ||
"gitHead": "19cc3c7557b90d23b45a8fa205db241939b080e6" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
9
3302504
44
10974