@react-native-community/cli-types
Advanced tools
Comparing version 5.0.1-alpha.0 to 5.0.1-alpha.1
@@ -23,4 +23,5 @@ export interface AndroidProjectConfig { | ||
packageName: string; | ||
buildTypes: string[]; | ||
} | ||
export declare type AndroidDependencyParams = Partial<AndroidDependencyConfig>; | ||
//# sourceMappingURL=android.d.ts.map |
import { IOSProjectConfig, IOSProjectParams, IOSDependencyConfig, IOSDependencyParams, IOSNativeModulesConfig } from './ios'; | ||
import { AndroidProjectConfig, AndroidProjectParams, AndroidDependencyConfig, AndroidDependencyParams } from './android'; | ||
import { Ora } from 'ora'; | ||
export declare type InquirerPrompt = any; | ||
export declare type Prompt = any; | ||
export declare type CommandFunction<Args = Object> = (argv: Array<string>, ctx: Config, args: Args) => Promise<void> | void; | ||
@@ -57,3 +57,3 @@ export declare type OptionValue = string | boolean | number; | ||
}; | ||
params: InquirerPrompt[]; | ||
params: Prompt[]; | ||
} | ||
@@ -60,0 +60,0 @@ export declare type ProjectConfig = { |
@@ -23,2 +23,3 @@ /** | ||
export interface IOSDependencyParams extends IOSProjectParams { | ||
configurations?: string[]; | ||
} | ||
@@ -38,2 +39,3 @@ export interface IOSProjectConfig { | ||
export interface IOSDependencyConfig extends IOSProjectConfig { | ||
configurations: string[]; | ||
} | ||
@@ -40,0 +42,0 @@ /** |
{ | ||
"name": "@react-native-community/cli-types", | ||
"version": "5.0.1-alpha.0", | ||
"version": "5.0.1-alpha.1", | ||
"main": "build", | ||
@@ -16,3 +16,4 @@ "publishConfig": { | ||
"types": "build/index.d.ts", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"gitHead": "675952ded3c2eebbcd040800e0215bb77bab2078" | ||
} |
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
13693
9
365