flipper-common
Advanced tools
Comparing version 0.151.1 to 0.152.0
@@ -5,2 +5,3 @@ import { FlipperDoctor } from './doctor'; | ||
import { EnvironmentInfo, LauncherSettings, ProcessConfig, Settings } from './settings'; | ||
import { LoggerInfo } from './utils/Logger'; | ||
export declare type FlipperServerType = 'embedded' | 'external'; | ||
@@ -96,2 +97,3 @@ export declare type FlipperServerState = 'pending' | 'starting' | 'started' | 'error' | 'closed'; | ||
'download-file-update': DownloadFileUpdate; | ||
'server-log': LoggerInfo; | ||
}; | ||
@@ -199,2 +201,3 @@ export declare type IOSDeviceParams = { | ||
'is-logged-in': () => Promise<boolean>; | ||
'environment-info': () => Promise<EnvironmentInfo>; | ||
}; | ||
@@ -201,0 +204,0 @@ export declare type GraphResponse = { |
{ | ||
"name": "flipper-common", | ||
"version": "0.151.1", | ||
"version": "0.152.0", | ||
"description": "Server & UI shared Flipper utilities", | ||
@@ -5,0 +5,0 @@ "repository": "facebook/flipper", |
Sorry, the diff of this file is not supported yet
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
121582
1754