@expo/prebuild-config
Advanced tools
Comparing version 8.0.24-canary-20241211-61c49bd to 8.0.24
@@ -177,6 +177,2 @@ "use strict"; | ||
} | ||
const lightAppearances = [{ | ||
appearance: 'luminosity', | ||
value: 'light' | ||
}]; | ||
const darkAppearances = [{ | ||
@@ -196,3 +192,2 @@ appearance: 'luminosity', | ||
idiom: 'universal', | ||
appearances: lightAppearances, | ||
filename: `${image}.png`, | ||
@@ -202,3 +197,2 @@ scale: '1x' | ||
idiom: 'universal', | ||
appearances: lightAppearances, | ||
filename: `${image}@2x.png`, | ||
@@ -208,3 +202,2 @@ scale: '2x' | ||
idiom: 'universal', | ||
appearances: lightAppearances, | ||
filename: `${image}@3x.png`, | ||
@@ -211,0 +204,0 @@ scale: '3x' |
@@ -53,9 +53,2 @@ "use strict"; | ||
} | ||
function _ReactNative78CompatPlugin() { | ||
const data = require("./sdk52/ReactNative78CompatPlugin"); | ||
_ReactNative78CompatPlugin = function () { | ||
return data; | ||
}; | ||
return data; | ||
} | ||
function _expoAdsAdmob() { | ||
@@ -150,3 +143,3 @@ const data = _interopRequireDefault(require("./unversioned/expo-ads-admob/expo-ads-admob")); | ||
bundleIdentifier | ||
}], _configPlugins().IOSConfig.Google.withGoogle, _configPlugins().IOSConfig.Name.withDisplayName, _configPlugins().IOSConfig.Name.withProductName, _configPlugins().IOSConfig.Orientation.withOrientation, _configPlugins().IOSConfig.RequiresFullScreen.withRequiresFullScreen, _configPlugins().IOSConfig.Scheme.withScheme, _configPlugins().IOSConfig.UsesNonExemptEncryption.withUsesNonExemptEncryption, _configPlugins().IOSConfig.Version.withBuildNumber, _configPlugins().IOSConfig.Version.withVersion, _configPlugins().IOSConfig.Google.withGoogleServicesFile, _configPlugins().IOSConfig.BuildProperties.withJsEnginePodfileProps, _configPlugins().IOSConfig.BuildProperties.withNewArchEnabledPodfileProps, | ||
}], _configPlugins().IOSConfig.Swift.withSwiftBridgingHeader, _configPlugins().IOSConfig.Swift.withNoopSwiftFile, _configPlugins().IOSConfig.Google.withGoogle, _configPlugins().IOSConfig.Name.withDisplayName, _configPlugins().IOSConfig.Name.withProductName, _configPlugins().IOSConfig.Orientation.withOrientation, _configPlugins().IOSConfig.RequiresFullScreen.withRequiresFullScreen, _configPlugins().IOSConfig.Scheme.withScheme, _configPlugins().IOSConfig.UsesNonExemptEncryption.withUsesNonExemptEncryption, _configPlugins().IOSConfig.Version.withBuildNumber, _configPlugins().IOSConfig.Version.withVersion, _configPlugins().IOSConfig.Google.withGoogleServicesFile, _configPlugins().IOSConfig.BuildProperties.withJsEnginePodfileProps, _configPlugins().IOSConfig.BuildProperties.withNewArchEnabledPodfileProps, | ||
// Entitlements | ||
@@ -186,3 +179,3 @@ _configPlugins().IOSConfig.Entitlements.withAssociatedDomains, | ||
// Dangerous -- these plugins run in reverse order. | ||
_configPlugins().AndroidConfig.GoogleServices.withGoogleServicesFile, _ReactNative77CompatPlugin().withSdk52ReactNative77CompatAndroid, _ReactNative78CompatPlugin().withSdk52ReactNative78CompatAndroid, | ||
_configPlugins().AndroidConfig.GoogleServices.withGoogleServicesFile, _ReactNative77CompatPlugin().withSdk52ReactNative77CompatAndroid, | ||
// Modify colors.xml and styles.xml | ||
@@ -189,0 +182,0 @@ _configPlugins().AndroidConfig.StatusBar.withStatusBar, _configPlugins().AndroidConfig.PrimaryColor.withPrimaryColor, _withAndroidIcons().withAndroidIcons, |
{ | ||
"name": "@expo/prebuild-config", | ||
"version": "8.0.24-canary-20241211-61c49bd", | ||
"version": "8.0.24", | ||
"description": "Get the prebuild config", | ||
@@ -37,11 +37,11 @@ "main": "build/index.js", | ||
"@types/xml2js": "~0.4.11", | ||
"expo-module-scripts": "4.0.3-canary-20241211-61c49bd" | ||
"expo-module-scripts": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"@expo/config": "11.0.0-canary-20241211-61c49bd", | ||
"@expo/config-plugins": "9.0.13-canary-20241211-61c49bd", | ||
"@expo/config-types": "53.0.0-canary-20241211-61c49bd", | ||
"@expo/image-utils": "0.6.4-canary-20241211-61c49bd", | ||
"@expo/json-file": "9.0.1-canary-20241211-61c49bd", | ||
"@react-native/normalize-colors": "0.76.3", | ||
"@expo/config": "~10.0.7", | ||
"@expo/config-plugins": "~9.0.13", | ||
"@expo/config-types": "^52.0.2", | ||
"@expo/image-utils": "^0.6.0", | ||
"@expo/json-file": "^9.0.0", | ||
"@react-native/normalize-colors": "0.76.5", | ||
"debug": "^4.3.1", | ||
@@ -55,3 +55,4 @@ "fs-extra": "^9.0.0", | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "1955c7d38e69c0eb62df89d516a392ea64db6405" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
431578
141
4565
+ Added@expo/config@10.0.9(transitive)
+ Added@expo/config-plugins@9.0.15(transitive)
+ Added@expo/config-types@52.0.4(transitive)
+ Added@expo/image-utils@0.6.4(transitive)
+ Added@expo/json-file@9.0.1(transitive)
+ Added@expo/plist@0.2.1(transitive)
+ Added@react-native/normalize-colors@0.76.5(transitive)
- Removed@expo/config@11.0.0-canary-20241211-61c49bd(transitive)
- Removed@expo/config-plugins@9.0.13-canary-20241211-61c49bd(transitive)
- Removed@expo/config-types@53.0.0-canary-20241211-61c49bd(transitive)
- Removed@expo/image-utils@0.6.4-canary-20241211-61c49bd(transitive)
- Removed@expo/json-file@9.0.1-canary-20241211-61c49bd(transitive)
- Removed@expo/plist@0.2.1-canary-20241211-61c49bd(transitive)
- Removed@react-native/normalize-colors@0.76.3(transitive)
Updated@expo/config@~10.0.7
Updated@expo/config-plugins@~9.0.13
Updated@expo/config-types@^52.0.2
Updated@expo/image-utils@^0.6.0
Updated@expo/json-file@^9.0.0