flipper-common
Advanced tools
Comparing version 0.150.0 to 0.151.0
@@ -5,2 +5,3 @@ import { FlipperDoctor } from './doctor'; | ||
import { EnvironmentInfo, LauncherSettings, ProcessConfig, Settings } from './settings'; | ||
export declare type FlipperServerType = 'embedded' | 'external'; | ||
export declare type FlipperServerState = 'pending' | 'starting' | 'started' | 'error' | 'closed'; | ||
@@ -195,2 +196,3 @@ export declare type DeviceOS = PluginOS; | ||
}[]) => Promise<void>; | ||
shutdown: () => Promise<void>; | ||
}; | ||
@@ -286,2 +288,3 @@ export declare type GraphResponse = { | ||
environmentInfo: EnvironmentInfo; | ||
type?: FlipperServerType; | ||
}; | ||
@@ -288,0 +291,0 @@ export interface FlipperServer { |
@@ -30,2 +30,5 @@ export declare enum Tristate { | ||
}; | ||
server?: { | ||
enabled: boolean; | ||
}; | ||
}; | ||
@@ -32,0 +35,0 @@ export declare enum ReleaseChannel { |
{ | ||
"name": "flipper-common", | ||
"version": "0.150.0", | ||
"version": "0.151.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
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
121244
1750