@expo/config-types
Advanced tools
Comparing version 53.0.0-canary-20241211-61c49bd to 53.0.0-canary-20250114-804e26d
@@ -528,2 +528,6 @@ /** | ||
}; | ||
/** | ||
* Your iOS app version. Takes precedence over the root `version` field. In addition to this field, you'll also use `ios.buildNumber` — read more about how to version your app [here](https://docs.expo.dev/distribution/app-stores/#versioning-your-app). This corresponds to `CFBundleShortVersionString`. The required format can be found [here](https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring). | ||
*/ | ||
version?: string; | ||
} | ||
@@ -777,2 +781,6 @@ /** | ||
}; | ||
/** | ||
* Your android app version. Takes precedence over the root `version` field. In addition to this field, you'll also use `android.versionCode` — read more about how to version your app [here](https://docs.expo.dev/distribution/app-stores/#versioning-your-app). This corresponds to `versionName`. The required format can be found [here](https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring). | ||
*/ | ||
version?: string; | ||
} | ||
@@ -779,0 +787,0 @@ export interface AndroidIntentFiltersData { |
{ | ||
"name": "@expo/config-types", | ||
"version": "53.0.0-canary-20241211-61c49bd", | ||
"version": "53.0.0-canary-20250114-804e26d", | ||
"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.3-canary-20241211-61c49bd", | ||
"expo-module-scripts": "4.0.4-canary-20250114-804e26d", | ||
"json-schema-to-typescript": "^14.0.5", | ||
@@ -47,3 +47,4 @@ "ts-node": "^10.9.1" | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "804e26d8545f2b890dfa80eeb8122036f38d4d0c" | ||
} |
52172
959