@expo/config-types
Advanced tools
Comparing version 52.0.0-canary-20240912-1059f85 to 52.0.0-canary-20240927-ab8a962
@@ -178,2 +178,6 @@ /** | ||
/** | ||
* Whether to load the embedded update. Defaults to true. If set to false, an update will be fetched at launch. When set to false, ensure that `checkAutomatically` is set to `ON_LOAD` and `fallbackToCacheTimeout` is large enough for the initial remote update to download. This should not be used in production. | ||
*/ | ||
useEmbeddedUpdate?: boolean; | ||
/** | ||
* How long (in ms) to wait for the app to check for and fetch a new update upon launch before falling back to the most recent update already present on the device. Defaults to 0. Must be between 0 and 300000 (5 minutes). If the startup update check takes longer than this value, any update downloaded during the check will be applied upon the next app launch. | ||
@@ -209,2 +213,6 @@ */ | ||
}; | ||
/** | ||
* Array of glob patterns specifying which files should be included in updates. Glob patterns are relative to the project root. A value of `['**']` will match all asset files within the project root. When not supplied all asset files will be included. Example: Given a value of `['app/images/** /*.png', 'app/fonts/** /*.woff']` all `.png` files in all subdirectories of `app/images` and all `.woff` files in all subdirectories of `app/fonts` will be included in updates. | ||
*/ | ||
assetPatternsToBeBundled?: string[]; | ||
}; | ||
@@ -308,3 +316,3 @@ /** | ||
/** | ||
* The Apple development team ID to use for all build configurations. | ||
* The Apple development team ID to use for all native targets. You can find your team ID in [the Apple Developer Portal](https://developer.apple.com/help/account/manage-your-team/locate-your-team-id/). | ||
*/ | ||
@@ -311,0 +319,0 @@ appleTeamId?: string; |
{ | ||
"name": "@expo/config-types", | ||
"version": "52.0.0-canary-20240912-1059f85", | ||
"version": "52.0.0-canary-20240927-ab8a962", | ||
"description": "Types for the Expo config object app.config.ts", | ||
@@ -40,3 +40,3 @@ "types": "build/ExpoConfig.d.ts", | ||
"devDependencies": { | ||
"expo-module-scripts": "3.6.0-canary-20240912-1059f85", | ||
"expo-module-scripts": "3.6.0-canary-20240927-ab8a962", | ||
"json-schema-to-typescript": "^14.0.5", | ||
@@ -48,3 +48,3 @@ "ts-node": "^10.9.1" | ||
}, | ||
"gitHead": "1059f8556047a3e02fa319e8b2459274571f4e6f" | ||
"gitHead": "ab8a962d2c3dddbda124a6bd88d24475831dae00" | ||
} |
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
49373
916