Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

[config-plugins] add EXUpdatesRequestHeaders to ExpoPlist type #3577

Merged
merged 4 commits into from
Jun 17, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is the log of notable changes to Expo CLI and related packages.

### 🎉 New features

- [config-plugins] add config request headers to Updates Config enum ([#3571](https://github.com/expo/expo-cli/pull/3571))
- [config-plugins] add config request headers to Updates Config Enum and ExpoPlist Type ([#3571](https://github.com/expo/expo-cli/pull/3571))([##3577](https://github.com/expo/expo-cli/pull/3577))

### 🧹 Chores

Expand Down
1 change: 1 addition & 0 deletions packages/config-plugins/src/ios/IosConfig.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export type ExpoPlist = {
EXUpdatesLaunchWaitMs?: number;
EXUpdatesReleaseChannel?: string;
EXUpdatesRuntimeVersion?: string;
EXUpdatesRequestHeaders: Record<string, string>;
EXUpdatesSDKVersion?: string;
EXUpdatesURL?: string;
};
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Array [
"dist/assets/f6c6f6c8cb7784254ad00056f6fbd74e (34.1 kB)",
"dist/assets/fdc01171a7a7ea76b187afcd162dee7d (3.99 kB)",
"dist/bundles (dir)",
"dist/bundles/android-a952131562db3b407dbb1a89e94a1c3b.js (1.17 MB)",
"dist/bundles/ios-4b897ba59b72efc35675e7946c0dd5d6.js (1.16 MB)",
"dist/bundles/android-4108b3f49a2b86ffb0954bf4347f41c3.js (1.17 MB)",
"dist/bundles/ios-d772c79218ba5f7a59963af6313ea18b.js (1.16 MB)",
"dist/ios-index.json (708 B)",
]
`;
Expand All @@ -49,7 +49,7 @@ Object {
"package": "com.example.minimal",
},
"assetUrlOverride": "./assets",
"bundleUrl": "https://example.com/export-test-app/bundles/android-a952131562db3b407dbb1a89e94a1c3b.js",
"bundleUrl": "https://example.com/export-test-app/bundles/android-4108b3f49a2b86ffb0954bf4347f41c3.js",
"commitTime": Any<String>,
"currentFullName": "@anonymous/export-test-app",
"dependencies": Array [
Expand Down