@react-native-community/cli-doctor
Advanced tools
Comparing version 11.0.0 to 11.0.1
@@ -24,3 +24,3 @@ "use strict"; | ||
try { | ||
loader.start('Installing Bundler'); | ||
loader.start('Installing Ruby Gems'); | ||
await (0, _execa().default)('bundle', ['install']); | ||
@@ -27,0 +27,0 @@ } catch (error) { |
@@ -1,2 +0,1 @@ | ||
/// <reference types="execa" /> | ||
type HypervisorStatus = { | ||
@@ -36,3 +35,3 @@ hypervisor: 'WHPX' | 'HAXM' | 'AMDH' | 'none'; | ||
*/ | ||
export declare const enableWHPX: () => import("execa").ExecaChildProcess; | ||
export declare const enableWHPX: () => import("execa").ExecaChildProcess<string>; | ||
/** | ||
@@ -39,0 +38,0 @@ * Installs and enables the [HAXM](https://github.com/intel/haxm) |
@@ -6,4 +6,4 @@ import execa from 'execa'; | ||
*/ | ||
declare const executeShellCommand: (command: string, elevated?: boolean) => execa.ExecaChildProcess; | ||
declare const executeShellCommand: (command: string, elevated?: boolean) => execa.ExecaChildProcess<string>; | ||
export { executeShellCommand as executeCommand }; | ||
//# sourceMappingURL=executeWinCommand.d.ts.map |
{ | ||
"name": "@react-native-community/cli-doctor", | ||
"version": "11.0.0", | ||
"version": "11.0.1", | ||
"license": "MIT", | ||
@@ -11,10 +11,10 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@react-native-community/cli-config": "^11.0.0", | ||
"@react-native-community/cli-platform-android": "^11.0.0", | ||
"@react-native-community/cli-platform-ios": "^11.0.0", | ||
"@react-native-community/cli-tools": "^11.0.0", | ||
"@react-native-community/cli-config": "^11.0.1", | ||
"@react-native-community/cli-platform-android": "^11.0.1", | ||
"@react-native-community/cli-platform-ios": "^11.0.1", | ||
"@react-native-community/cli-tools": "^11.0.1", | ||
"chalk": "^4.1.2", | ||
"command-exists": "^1.2.8", | ||
"envinfo": "^7.7.2", | ||
"execa": "^1.0.0", | ||
"execa": "^5.0.0", | ||
"hermes-profile-transformer": "^0.0.6", | ||
@@ -36,3 +36,3 @@ "ip": "^1.1.5", | ||
"devDependencies": { | ||
"@react-native-community/cli-types": "^11.0.0", | ||
"@react-native-community/cli-types": "11.0.0", | ||
"@types/command-exists": "^1.2.0", | ||
@@ -51,3 +51,3 @@ "@types/envinfo": "^7.8.1", | ||
}, | ||
"gitHead": "e0c9bcea9cb7af9548052d80846bb45f187a28a3" | ||
"gitHead": "6c31bfc4b7ada142541a040504c5fc9ff4360c2d" | ||
} |
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
265112
3140
- Removedcross-spawn@6.0.5(transitive)
- Removedend-of-stream@1.4.4(transitive)
- Removedexeca@1.0.0(transitive)
- Removedget-stream@4.1.0(transitive)
- Removedis-stream@1.1.0(transitive)
- Removednice-try@1.0.5(transitive)
- Removednpm-run-path@2.0.2(transitive)
- Removedp-finally@1.0.0(transitive)
- Removedpath-key@2.0.1(transitive)
- Removedpump@3.0.2(transitive)
- Removedsemver@5.7.2(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removedstrip-eof@1.0.0(transitive)
- Removedwhich@1.3.1(transitive)
Updatedexeca@^5.0.0