@react-native-community/cli-platform-android
Advanced tools
Comparing version 11.3.5 to 11.3.6
@@ -101,3 +101,3 @@ "use strict"; | ||
const stderr = (error.stderr || '').toString(); | ||
let message = error.message ?? ''; | ||
let message = ''; | ||
// Pass the error message from the command to stdout because we pipe it to | ||
@@ -113,3 +113,3 @@ // parent process so it's not visible | ||
} | ||
return new (_cliTools().CLIError)(`Failed to install the app. ${message}`, message.length > 0 ? undefined : error); | ||
return new (_cliTools().CLIError)(`Failed to install the app.${message ? ' ' + message : ''}`, error.message.length > 0 ? undefined : error); | ||
} | ||
@@ -116,0 +116,0 @@ var _default = runOnAllDevices; |
@@ -33,3 +33,3 @@ "use strict"; | ||
cwd: folder, | ||
ignore: ['node_modules/**', '**/build/**', '**/debug/**', 'Examples/**', 'examples/**'] | ||
ignore: ['node_modules/**', '**/build/**', '**/debug/**', 'Examples/**', 'examples/**', '**/Pods/**', '**/sdks/hermes/android/**'] | ||
})[0]; | ||
@@ -36,0 +36,0 @@ return manifestPath ? _path().default.join(folder, manifestPath) : null; |
{ | ||
"name": "@react-native-community/cli-platform-android", | ||
"version": "11.3.5", | ||
"version": "11.3.6", | ||
"license": "MIT", | ||
@@ -10,3 +10,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@react-native-community/cli-tools": "11.3.5", | ||
"@react-native-community/cli-tools": "11.3.6", | ||
"chalk": "^4.1.2", | ||
@@ -24,4 +24,4 @@ "execa": "^5.0.0", | ||
"devDependencies": { | ||
"@react-native-community/cli-plugin-metro": "11.3.5", | ||
"@react-native-community/cli-types": "11.3.5", | ||
"@react-native-community/cli-plugin-metro": "11.3.6", | ||
"@react-native-community/cli-types": "11.3.6", | ||
"@types/fs-extra": "^8.1.0", | ||
@@ -36,3 +36,3 @@ "@types/glob": "^7.1.1" | ||
}, | ||
"gitHead": "474094dbcd507522b5dec026553289b7f812212e" | ||
"gitHead": "ae61a11bda5d5c1b495f7bf5745123d8df8ffaef" | ||
} |
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
233126
+ Added@react-native-community/cli-tools@11.3.6(transitive)
+ Addedsemver@7.6.3(transitive)
- Removed@react-native-community/cli-tools@11.3.5(transitive)
- Removedsemver@6.3.1(transitive)