flipper-common
Advanced tools
Comparing version 0.192.0 to 0.193.0
@@ -15,2 +15,3 @@ /** | ||
export type FlipperServerType = 'embedded' | 'external'; | ||
export type CertificateExchangeMedium = 'FS_ACCESS' | 'WWW' | 'NONE'; | ||
export type FlipperServerState = 'pending' | 'starting' | 'started' | 'error' | 'closed'; | ||
@@ -53,2 +54,3 @@ export type DeviceOS = PluginOS; | ||
readonly sdk_version?: number; | ||
medium: CertificateExchangeMedium; | ||
rsocket?: boolean; | ||
@@ -55,0 +57,0 @@ }; |
{ | ||
"name": "flipper-common", | ||
"version": "0.192.0", | ||
"version": "0.193.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
143539
2353