@toruslabs/base-controllers
Advanced tools
Comparing version 0.6.2 to 0.6.3
{ | ||
"name": "@toruslabs/base-controllers", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"homepage": "https://github.com/torusresearch/controllers#readme", | ||
@@ -62,3 +62,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "c4c54c050f54bd4859b6ab4c59bca51b2e8a3c17" | ||
"gitHead": "624405a228d11d7f68f9bcba7c1fa0787b0db42a" | ||
} |
@@ -0,1 +1,2 @@ | ||
import { SafeEventEmitter } from "@toruslabs/openlogin-jrpc"; | ||
import { BaseConfig, BaseState, IWindow } from "../interfaces"; | ||
@@ -13,3 +14,3 @@ import { SafeEventEmitterProvider } from "../Network/INetworkController"; | ||
*/ | ||
communicationWindowManager: SafeEventEmitterProvider; | ||
communicationWindowManager: SafeEventEmitter; | ||
} | ||
@@ -16,0 +17,0 @@ export interface StreamWindowState extends BaseState { |
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
1660633
10801