@react-native-community/cli-types
Advanced tools
Comparing version 15.0.1 to 15.1.0
@@ -29,3 +29,3 @@ import { IOSProjectConfig, IOSProjectParams, IOSDependencyConfig, IOSDependencyParams, IOSProjectInfo } from './ios'; | ||
export type DetachedCommand = Command<true>; | ||
interface PlatformConfig<ProjectConfig, ProjectParams, DependencyConfig, DependencyParams> { | ||
export interface PlatformConfig<ProjectConfig, ProjectParams, DependencyConfig, DependencyParams> { | ||
npmPackageName?: string; | ||
@@ -32,0 +32,0 @@ projectConfig: (projectRoot: string, projectParams: ProjectParams | void) => ProjectConfig | void; |
{ | ||
"name": "@react-native-community/cli-types", | ||
"version": "15.0.1", | ||
"version": "15.1.0", | ||
"main": "build", | ||
@@ -23,3 +23,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "134e23e0d9a407006bed508da3f523a855dae5b5" | ||
"gitHead": "577b9af7e38bc8a93472b2c869bbac75548f46bc" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
24148