@expo/config-types 55.0.0 → 55.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ExpoConfig.d.ts +1 -1
- package/package.json +3 -3
package/build/ExpoConfig.d.ts
CHANGED
|
@@ -196,7 +196,7 @@ export interface ExpoConfig {
|
|
|
196
196
|
*/
|
|
197
197
|
useNativeDebug?: boolean;
|
|
198
198
|
/**
|
|
199
|
-
* Enable support for downloading and applying asset patches using the BSDiff format. Defaults to
|
|
199
|
+
* Enable support for downloading and applying asset patches using the BSDiff format. Defaults to false. Set to true to enable downloading asset patches instead of full assets when a server offers patch responses.
|
|
200
200
|
*/
|
|
201
201
|
enableBsdiffPatchSupport?: boolean;
|
|
202
202
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/config-types",
|
|
3
|
-
"version": "55.0.
|
|
3
|
+
"version": "55.0.2",
|
|
4
4
|
"description": "Types for the Expo config object app.config.ts",
|
|
5
5
|
"types": "build/ExpoConfig.d.ts",
|
|
6
6
|
"main": "build/ExpoConfig.js",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"build"
|
|
38
38
|
],
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"expo-module-scripts": "^55.0.
|
|
40
|
+
"expo-module-scripts": "^55.0.1",
|
|
41
41
|
"json-schema-to-typescript": "^15.0.0"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "4728ba25fbd4d5835780306de78a83bd1628e271"
|
|
47
47
|
}
|