@expo/prebuild-config
Advanced tools
Comparing version 0.0.1-canary-20240318-dd8f245 to 0.0.1-canary-20240320-8a10e09
@@ -18,5 +18,5 @@ "use strict"; | ||
} | ||
function _normalizeColor() { | ||
const data = _interopRequireDefault(require("@react-native/normalize-color")); | ||
_normalizeColor = function () { | ||
function _normalizeColors() { | ||
const data = _interopRequireDefault(require("@react-native/normalize-colors")); | ||
_normalizeColors = function () { | ||
return data; | ||
@@ -71,3 +71,3 @@ }; | ||
} else { | ||
let color = (0, _normalizeColor().default)(backgroundColor); | ||
let color = (0, _normalizeColors().default)(backgroundColor); | ||
if (!color) { | ||
@@ -74,0 +74,0 @@ throw new Error('Invalid background color on iOS'); |
{ | ||
"name": "@expo/prebuild-config", | ||
"version": "0.0.1-canary-20240318-dd8f245", | ||
"version": "0.0.1-canary-20240320-8a10e09", | ||
"description": "Get the prebuild config", | ||
@@ -37,10 +37,11 @@ "main": "build/index.js", | ||
"@types/xml2js": "~0.4.11", | ||
"expo-module-scripts": "0.0.1-canary-20240318-dd8f245" | ||
"expo-module-scripts": "0.0.1-canary-20240320-8a10e09" | ||
}, | ||
"dependencies": { | ||
"@expo/config": "0.0.1-canary-20240318-dd8f245", | ||
"@expo/config-plugins": "0.0.1-canary-20240318-dd8f245", | ||
"@expo/config-types": "51.0.0-canary-20240318-dd8f245", | ||
"@expo/image-utils": "0.0.1-canary-20240318-dd8f245", | ||
"@expo/json-file": "0.0.1-canary-20240318-dd8f245", | ||
"@expo/config": "0.0.1-canary-20240320-8a10e09", | ||
"@expo/config-plugins": "0.0.1-canary-20240320-8a10e09", | ||
"@expo/config-types": "51.0.0-canary-20240320-8a10e09", | ||
"@expo/image-utils": "0.0.1-canary-20240320-8a10e09", | ||
"@expo/json-file": "0.0.1-canary-20240320-8a10e09", | ||
"@react-native/normalize-colors": "~0.74.75", | ||
"debug": "^4.3.1", | ||
@@ -58,3 +59,3 @@ "fs-extra": "^9.0.0", | ||
}, | ||
"gitHead": "dd8f245bfb048ed385cee09673339769bd2dd343" | ||
"gitHead": "8a10e09a475b60c4cdf1983e64618ed5fcc8f5ed" | ||
} |
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
374373
12
127
4027
1
0
+ Added@expo/config@0.0.1-canary-20240320-8a10e09(transitive)
+ Added@expo/config-plugins@0.0.1-canary-20240320-8a10e09(transitive)
+ Added@expo/config-types@51.0.0-canary-20240320-8a10e09(transitive)
+ Added@expo/image-utils@0.0.1-canary-20240320-8a10e09(transitive)
+ Added@expo/json-file@0.0.1-canary-20240320-8a10e09(transitive)
+ Added@expo/plist@0.0.1-canary-20240320-8a10e09(transitive)
+ Added@react-native/normalize-colors@0.74.88(transitive)
- Removed@expo/config@0.0.1-canary-20240318-dd8f245(transitive)
- Removed@expo/config-plugins@0.0.1-canary-20240318-dd8f245(transitive)
- Removed@expo/config-types@51.0.0-canary-20240318-dd8f245(transitive)
- Removed@expo/image-utils@0.0.1-canary-20240318-dd8f245(transitive)
- Removed@expo/json-file@0.0.1-canary-20240318-dd8f245(transitive)
- Removed@expo/plist@0.0.1-canary-20240318-dd8f245(transitive)
- Removed@react-native/normalize-color@2.1.0(transitive)