@expo/config-types
Advanced tools
Comparing version 53.0.0-canary-20250124-42fe332 to 53.0.0-canary-20250131-5c4e588
@@ -210,2 +210,6 @@ /** | ||
assetPatternsToBeBundled?: string[]; | ||
/** | ||
* Whether to disable the built-in expo-updates anti-bricking measures. Defaults to false. If set to true, this will allow overriding certain configuration options from the JS API, which is liable to leave an app in a bricked state if not done carefully. This should not be used in production. | ||
*/ | ||
disableAntiBrickingMeasures?: boolean; | ||
}; | ||
@@ -212,0 +216,0 @@ /** |
{ | ||
"name": "@expo/config-types", | ||
"version": "53.0.0-canary-20250124-42fe332", | ||
"version": "53.0.0-canary-20250131-5c4e588", | ||
"description": "Types for the Expo config object app.config.ts", | ||
@@ -40,3 +40,3 @@ "types": "build/ExpoConfig.d.ts", | ||
"devDependencies": { | ||
"expo-module-scripts": "4.0.4-canary-20250124-42fe332", | ||
"expo-module-scripts": "4.0.4-canary-20250131-5c4e588", | ||
"json-schema-to-typescript": "^14.0.5", | ||
@@ -47,4 +47,3 @@ "ts-node": "^10.9.1" | ||
"access": "public" | ||
}, | ||
"gitHead": "42fe3321395867f7bacba1ea4dc90db1692f119e" | ||
} | ||
} |
52488
963