@expo/config-types 56.0.4 → 56.0.5
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 +2 -2
package/build/ExpoConfig.d.ts
CHANGED
|
@@ -169,7 +169,7 @@ export interface ExpoConfig {
|
|
|
169
169
|
*/
|
|
170
170
|
useNativeDebug?: boolean;
|
|
171
171
|
/**
|
|
172
|
-
* Whether to enable support for downloading and applying bundle diffs using bsdiff. Defaults to
|
|
172
|
+
* Whether to enable support for downloading and applying bundle diffs using bsdiff. Defaults to true.
|
|
173
173
|
*/
|
|
174
174
|
enableBsdiffPatchSupport?: boolean;
|
|
175
175
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/config-types",
|
|
3
|
-
"version": "56.0.
|
|
3
|
+
"version": "56.0.5",
|
|
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",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "c4c9867a0bcbb188e55ecaec4998e38d33108a5d",
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "expo-module tsc",
|
|
42
42
|
"clean": "expo-module clean",
|