@react-native-community/cli-hermes
Advanced tools
Comparing version 7.0.1 to 8.0.0-alpha.0
@@ -117,3 +117,3 @@ "use strict"; | ||
const androidProject = (0, _cliPlatformAndroid().getAndroidProject)(ctx); | ||
const packageNameWithSuffix = [appId || (0, _cliPlatformAndroid().getPackageName)(androidProject), appIdSuffix].filter(Boolean).join('.'); // If file name is not specified, pull the latest file from device | ||
const packageNameWithSuffix = [appId || androidProject.packageName, appIdSuffix].filter(Boolean).join('.'); // If file name is not specified, pull the latest file from device | ||
@@ -120,0 +120,0 @@ const file = filename || getLatestFile(packageNameWithSuffix); |
{ | ||
"name": "@react-native-community/cli-hermes", | ||
"version": "7.0.1", | ||
"version": "8.0.0-alpha.0", | ||
"license": "MIT", | ||
@@ -11,4 +11,4 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@react-native-community/cli-platform-android": "^7.0.1", | ||
"@react-native-community/cli-tools": "^7.0.1", | ||
"@react-native-community/cli-platform-android": "^8.0.0-alpha.0", | ||
"@react-native-community/cli-tools": "^8.0.0-alpha.0", | ||
"chalk": "^4.1.2", | ||
@@ -24,3 +24,3 @@ "hermes-profile-transformer": "^0.0.6", | ||
"devDependencies": { | ||
"@react-native-community/cli-types": "^7.0.1", | ||
"@react-native-community/cli-types": "^8.0.0-alpha.0", | ||
"@types/ip": "^1.1.0" | ||
@@ -27,0 +27,0 @@ }, |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
32388
17
352
2
+ Added@react-native-community/cli-platform-android@8.0.5(transitive)
+ Added@react-native-community/cli-tools@8.0.4(transitive)
+ Addedfind-up@5.0.0(transitive)
+ Addedlocate-path@6.0.0(transitive)
+ Addedp-limit@3.1.0(transitive)
+ Addedp-locate@5.0.0(transitive)
+ Addedyocto-queue@0.1.0(transitive)
- Removed@react-native-community/cli-platform-android@7.0.1(transitive)
- Removed@react-native-community/cli-tools@7.0.1(transitive)
- Removedsax@1.4.1(transitive)
- Removedxmldoc@1.3.0(transitive)
Updated@react-native-community/cli-platform-android@^8.0.0-alpha.0