@radhya/mach 2.0.35 → 2.0.36

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.
@@ -112,6 +112,10 @@ module.exports = function withMachDeepLinks(config) {
112
112
  config.updates = {
113
113
  ...(config.updates || {}),
114
114
  url: ota.url,
115
+ requestHeaders: {
116
+ ...(config.updates && config.updates.requestHeaders ? config.updates.requestHeaders : {}),
117
+ 'expo-channel-name': ota.channel,
118
+ },
115
119
  }
116
120
  if (ota.runtimeVersion) {
117
121
  config.runtimeVersion = ota.runtimeVersion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radhya/mach",
3
- "version": "2.0.35",
3
+ "version": "2.0.36",
4
4
  "description": "Mach CLI: Cloud Build Orchestrator for React Native & Expo",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",