@expo/cli 0.22.24 → 0.22.25

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.
Files changed (722) hide show
  1. package/build/bin/cli +93 -91
  2. package/build/bin/cli.map +1 -1
  3. package/build/metro-require/require.js +53 -52
  4. package/build/src/api/endpoint.js +6 -2
  5. package/build/src/api/endpoint.js.map +1 -1
  6. package/build/src/api/getExpoGoIntermediateCertificate.js +5 -3
  7. package/build/src/api/getExpoGoIntermediateCertificate.js.map +1 -1
  8. package/build/src/api/getExpoSchema.js +16 -12
  9. package/build/src/api/getExpoSchema.js.map +1 -1
  10. package/build/src/api/getNativeModuleVersions.js +6 -4
  11. package/build/src/api/getNativeModuleVersions.js.map +1 -1
  12. package/build/src/api/getProjectDevelopmentCertificate.js +5 -3
  13. package/build/src/api/getProjectDevelopmentCertificate.js.map +1 -1
  14. package/build/src/api/getVersions.js +7 -5
  15. package/build/src/api/getVersions.js.map +1 -1
  16. package/build/src/api/graphql/client.js +32 -26
  17. package/build/src/api/graphql/client.js.map +1 -1
  18. package/build/src/api/graphql/queries/AppQuery.js +6 -4
  19. package/build/src/api/graphql/queries/AppQuery.js.map +1 -1
  20. package/build/src/api/graphql/queries/UserQuery.js +5 -3
  21. package/build/src/api/graphql/queries/UserQuery.js.map +1 -1
  22. package/build/src/api/graphql/types/App.js +3 -1
  23. package/build/src/api/graphql/types/App.js.map +1 -1
  24. package/build/src/api/rest/cache/FileSystemResponseCache.js +10 -8
  25. package/build/src/api/rest/cache/FileSystemResponseCache.js.map +1 -1
  26. package/build/src/api/rest/cache/ResponseCache.js +20 -12
  27. package/build/src/api/rest/cache/ResponseCache.js.map +1 -1
  28. package/build/src/api/rest/cache/wrapFetchWithCache.js +13 -11
  29. package/build/src/api/rest/cache/wrapFetchWithCache.js.map +1 -1
  30. package/build/src/api/rest/client.js +53 -35
  31. package/build/src/api/rest/client.js.map +1 -1
  32. package/build/src/api/rest/client.types.js.map +1 -1
  33. package/build/src/api/rest/wrapFetchWithBaseUrl.js +5 -3
  34. package/build/src/api/rest/wrapFetchWithBaseUrl.js.map +1 -1
  35. package/build/src/api/rest/wrapFetchWithOffline.js +5 -3
  36. package/build/src/api/rest/wrapFetchWithOffline.js.map +1 -1
  37. package/build/src/api/rest/wrapFetchWithProgress.js +11 -7
  38. package/build/src/api/rest/wrapFetchWithProgress.js.map +1 -1
  39. package/build/src/api/rest/wrapFetchWithProxy.js +5 -3
  40. package/build/src/api/rest/wrapFetchWithProxy.js.map +1 -1
  41. package/build/src/api/rest/wrapFetchWithUserAgent.js +8 -6
  42. package/build/src/api/rest/wrapFetchWithUserAgent.js.map +1 -1
  43. package/build/src/api/settings.js +7 -5
  44. package/build/src/api/settings.js.map +1 -1
  45. package/build/src/api/updateDevelopmentSession.js +23 -17
  46. package/build/src/api/updateDevelopmentSession.js.map +1 -1
  47. package/build/src/api/user/UserSettings.js +39 -21
  48. package/build/src/api/user/UserSettings.js.map +1 -1
  49. package/build/src/api/user/actions.js +27 -21
  50. package/build/src/api/user/actions.js.map +1 -1
  51. package/build/src/api/user/expoSsoLauncher.js +30 -26
  52. package/build/src/api/user/expoSsoLauncher.js.map +1 -1
  53. package/build/src/api/user/otp.js +35 -29
  54. package/build/src/api/user/otp.js.map +1 -1
  55. package/build/src/api/user/user.js +44 -30
  56. package/build/src/api/user/user.js.map +1 -1
  57. package/build/src/config/configAsync.js +29 -23
  58. package/build/src/config/configAsync.js.map +1 -1
  59. package/build/src/config/index.js +25 -21
  60. package/build/src/config/index.js.map +1 -1
  61. package/build/src/customize/customizeAsync.js +8 -6
  62. package/build/src/customize/customizeAsync.js.map +1 -1
  63. package/build/src/customize/generate.js +20 -16
  64. package/build/src/customize/generate.js.map +1 -1
  65. package/build/src/customize/index.js +14 -12
  66. package/build/src/customize/index.js.map +1 -1
  67. package/build/src/customize/resolveOptions.js +4 -2
  68. package/build/src/customize/resolveOptions.js.map +1 -1
  69. package/build/src/customize/templates.js +58 -54
  70. package/build/src/customize/templates.js.map +1 -1
  71. package/build/src/customize/typescript.js +11 -7
  72. package/build/src/customize/typescript.js.map +1 -1
  73. package/build/src/export/createMetadataJson.js +11 -9
  74. package/build/src/export/createMetadataJson.js.map +1 -1
  75. package/build/src/export/embed/exportEager.js +8 -6
  76. package/build/src/export/embed/exportEager.js.map +1 -1
  77. package/build/src/export/embed/exportEmbedAsync.js +71 -61
  78. package/build/src/export/embed/exportEmbedAsync.js.map +1 -1
  79. package/build/src/export/embed/exportServer.js +57 -55
  80. package/build/src/export/embed/exportServer.js.map +1 -1
  81. package/build/src/export/embed/index.js +44 -40
  82. package/build/src/export/embed/index.js.map +1 -1
  83. package/build/src/export/embed/resolveOptions.js +44 -36
  84. package/build/src/export/embed/resolveOptions.js.map +1 -1
  85. package/build/src/export/embed/xcodeCompilerLogger.js +39 -27
  86. package/build/src/export/embed/xcodeCompilerLogger.js.map +1 -1
  87. package/build/src/export/exportApp.js +67 -63
  88. package/build/src/export/exportApp.js.map +1 -1
  89. package/build/src/export/exportAssets.js +35 -27
  90. package/build/src/export/exportAssets.js.map +1 -1
  91. package/build/src/export/exportAsync.js +13 -9
  92. package/build/src/export/exportAsync.js.map +1 -1
  93. package/build/src/export/exportDomComponents.js +53 -45
  94. package/build/src/export/exportDomComponents.js.map +1 -1
  95. package/build/src/export/exportHermes.js +85 -63
  96. package/build/src/export/exportHermes.js.map +1 -1
  97. package/build/src/export/exportStaticAsync.js +72 -62
  98. package/build/src/export/exportStaticAsync.js.map +1 -1
  99. package/build/src/export/favicon.js +33 -27
  100. package/build/src/export/favicon.js.map +1 -1
  101. package/build/src/export/getPublicExpoManifest.js +7 -5
  102. package/build/src/export/getPublicExpoManifest.js.map +1 -1
  103. package/build/src/export/getResolvedLocales.js +11 -9
  104. package/build/src/export/getResolvedLocales.js.map +1 -1
  105. package/build/src/export/html.js +10 -6
  106. package/build/src/export/html.js.map +1 -1
  107. package/build/src/export/index.js +32 -28
  108. package/build/src/export/index.js.map +1 -1
  109. package/build/src/export/metroAssetLocalPath.js +36 -30
  110. package/build/src/export/metroAssetLocalPath.js.map +1 -1
  111. package/build/src/export/persistMetroAssets.js +42 -34
  112. package/build/src/export/persistMetroAssets.js.map +1 -1
  113. package/build/src/export/publicFolder.js +10 -6
  114. package/build/src/export/publicFolder.js.map +1 -1
  115. package/build/src/export/resolveOptions.js +28 -24
  116. package/build/src/export/resolveOptions.js.map +1 -1
  117. package/build/src/export/saveAssets.js +50 -46
  118. package/build/src/export/saveAssets.js.map +1 -1
  119. package/build/src/export/web/exportWebAsync.js +13 -11
  120. package/build/src/export/web/exportWebAsync.js.map +1 -1
  121. package/build/src/export/web/index.js +19 -15
  122. package/build/src/export/web/index.js.map +1 -1
  123. package/build/src/export/web/resolveOptions.js +5 -3
  124. package/build/src/export/web/resolveOptions.js.map +1 -1
  125. package/build/src/export/writeContents.js +4 -2
  126. package/build/src/export/writeContents.js.map +1 -1
  127. package/build/src/graphql/generated.js +400 -274
  128. package/build/src/graphql/generated.js.map +1 -1
  129. package/build/src/install/applyPlugins.js +11 -7
  130. package/build/src/install/applyPlugins.js.map +1 -1
  131. package/build/src/install/checkPackages.js +26 -22
  132. package/build/src/install/checkPackages.js.map +1 -1
  133. package/build/src/install/fixPackages.js +16 -12
  134. package/build/src/install/fixPackages.js.map +1 -1
  135. package/build/src/install/index.js +18 -16
  136. package/build/src/install/index.js.map +1 -1
  137. package/build/src/install/installAsync.js +32 -26
  138. package/build/src/install/installAsync.js.map +1 -1
  139. package/build/src/install/installExpoPackage.js +22 -18
  140. package/build/src/install/installExpoPackage.js.map +1 -1
  141. package/build/src/install/resolveOptions.js +21 -19
  142. package/build/src/install/resolveOptions.js.map +1 -1
  143. package/build/src/install/utils/autoAddConfigPlugins.js +18 -14
  144. package/build/src/install/utils/autoAddConfigPlugins.js.map +1 -1
  145. package/build/src/install/utils/checkPackagesCompatibility.js +13 -11
  146. package/build/src/install/utils/checkPackagesCompatibility.js.map +1 -1
  147. package/build/src/lint/ESlintPrerequisite.js +50 -44
  148. package/build/src/lint/ESlintPrerequisite.js.map +1 -1
  149. package/build/src/lint/index.js +12 -8
  150. package/build/src/lint/index.js.map +1 -1
  151. package/build/src/lint/lintAsync.js +10 -8
  152. package/build/src/lint/lintAsync.js.map +1 -1
  153. package/build/src/log.js +36 -16
  154. package/build/src/log.js.map +1 -1
  155. package/build/src/login/index.js +24 -20
  156. package/build/src/login/index.js.map +1 -1
  157. package/build/src/logout/index.js +11 -7
  158. package/build/src/logout/index.js.map +1 -1
  159. package/build/src/prebuild/clearNativeFolder.js +38 -26
  160. package/build/src/prebuild/clearNativeFolder.js.map +1 -1
  161. package/build/src/prebuild/configureProjectAsync.js +18 -14
  162. package/build/src/prebuild/configureProjectAsync.js.map +1 -1
  163. package/build/src/prebuild/copyTemplateFiles.js +17 -13
  164. package/build/src/prebuild/copyTemplateFiles.js.map +1 -1
  165. package/build/src/prebuild/ensureConfigAsync.js +6 -4
  166. package/build/src/prebuild/ensureConfigAsync.js.map +1 -1
  167. package/build/src/prebuild/index.js +36 -32
  168. package/build/src/prebuild/index.js.map +1 -1
  169. package/build/src/prebuild/prebuildAsync.js +29 -25
  170. package/build/src/prebuild/prebuildAsync.js.map +1 -1
  171. package/build/src/prebuild/renameTemplateAppName.js +46 -40
  172. package/build/src/prebuild/renameTemplateAppName.js.map +1 -1
  173. package/build/src/prebuild/resolveOptions.js +66 -52
  174. package/build/src/prebuild/resolveOptions.js.map +1 -1
  175. package/build/src/prebuild/resolveTemplate.js +36 -32
  176. package/build/src/prebuild/resolveTemplate.js.map +1 -1
  177. package/build/src/prebuild/updateFromTemplate.js +19 -13
  178. package/build/src/prebuild/updateFromTemplate.js.map +1 -1
  179. package/build/src/prebuild/updatePackageJson.js +53 -39
  180. package/build/src/prebuild/updatePackageJson.js.map +1 -1
  181. package/build/src/prebuild/validateTemplatePlatforms.js +12 -8
  182. package/build/src/prebuild/validateTemplatePlatforms.js.map +1 -1
  183. package/build/src/register/index.js +11 -7
  184. package/build/src/register/index.js.map +1 -1
  185. package/build/src/register/registerAsync.js +5 -3
  186. package/build/src/register/registerAsync.js.map +1 -1
  187. package/build/src/run/android/index.js +36 -32
  188. package/build/src/run/android/index.js.map +1 -1
  189. package/build/src/run/android/resolveDevice.js +10 -8
  190. package/build/src/run/android/resolveDevice.js.map +1 -1
  191. package/build/src/run/android/resolveGradlePropsAsync.js +18 -16
  192. package/build/src/run/android/resolveGradlePropsAsync.js.map +1 -1
  193. package/build/src/run/android/resolveInstallApkName.js +17 -15
  194. package/build/src/run/android/resolveInstallApkName.js.map +1 -1
  195. package/build/src/run/android/resolveLaunchProps.js +12 -10
  196. package/build/src/run/android/resolveLaunchProps.js.map +1 -1
  197. package/build/src/run/android/resolveOptions.js +4 -2
  198. package/build/src/run/android/resolveOptions.js.map +1 -1
  199. package/build/src/run/android/runAndroidAsync.js +23 -21
  200. package/build/src/run/android/runAndroidAsync.js.map +1 -1
  201. package/build/src/run/ensureNativeProject.js +7 -5
  202. package/build/src/run/ensureNativeProject.js.map +1 -1
  203. package/build/src/run/hints.js +13 -7
  204. package/build/src/run/hints.js.map +1 -1
  205. package/build/src/run/index.js +27 -23
  206. package/build/src/run/index.js.map +1 -1
  207. package/build/src/run/ios/XcodeBuild.js +74 -56
  208. package/build/src/run/ios/XcodeBuild.js.map +1 -1
  209. package/build/src/run/ios/XcodeBuild.types.js.map +1 -1
  210. package/build/src/run/ios/appleDevice/AppleDevice.js +69 -63
  211. package/build/src/run/ios/appleDevice/AppleDevice.js.map +1 -1
  212. package/build/src/run/ios/appleDevice/ClientManager.js +29 -26
  213. package/build/src/run/ios/appleDevice/ClientManager.js.map +1 -1
  214. package/build/src/run/ios/appleDevice/client/AFCClient.js +28 -25
  215. package/build/src/run/ios/appleDevice/client/AFCClient.js.map +1 -1
  216. package/build/src/run/ios/appleDevice/client/DebugserverClient.js +29 -26
  217. package/build/src/run/ios/appleDevice/client/DebugserverClient.js.map +1 -1
  218. package/build/src/run/ios/appleDevice/client/InstallationProxyClient.js +22 -21
  219. package/build/src/run/ios/appleDevice/client/InstallationProxyClient.js.map +1 -1
  220. package/build/src/run/ios/appleDevice/client/LockdowndClient.js +32 -29
  221. package/build/src/run/ios/appleDevice/client/LockdowndClient.js.map +1 -1
  222. package/build/src/run/ios/appleDevice/client/MobileImageMounterClient.js +28 -24
  223. package/build/src/run/ios/appleDevice/client/MobileImageMounterClient.js.map +1 -1
  224. package/build/src/run/ios/appleDevice/client/ServiceClient.js +7 -4
  225. package/build/src/run/ios/appleDevice/client/ServiceClient.js.map +1 -1
  226. package/build/src/run/ios/appleDevice/client/UsbmuxdClient.js +28 -27
  227. package/build/src/run/ios/appleDevice/client/UsbmuxdClient.js.map +1 -1
  228. package/build/src/run/ios/appleDevice/installOnDeviceAsync.js +23 -17
  229. package/build/src/run/ios/appleDevice/installOnDeviceAsync.js.map +1 -1
  230. package/build/src/run/ios/appleDevice/protocol/AFCProtocol.js +146 -132
  231. package/build/src/run/ios/appleDevice/protocol/AFCProtocol.js.map +1 -1
  232. package/build/src/run/ios/appleDevice/protocol/AbstractProtocol.js +29 -21
  233. package/build/src/run/ios/appleDevice/protocol/AbstractProtocol.js.map +1 -1
  234. package/build/src/run/ios/appleDevice/protocol/GDBProtocol.js +29 -21
  235. package/build/src/run/ios/appleDevice/protocol/GDBProtocol.js.map +1 -1
  236. package/build/src/run/ios/appleDevice/protocol/LockdownProtocol.js +34 -22
  237. package/build/src/run/ios/appleDevice/protocol/LockdownProtocol.js.map +1 -1
  238. package/build/src/run/ios/appleDevice/protocol/UsbmuxProtocol.js +27 -17
  239. package/build/src/run/ios/appleDevice/protocol/UsbmuxProtocol.js.map +1 -1
  240. package/build/src/run/ios/codeSigning/Security.js +53 -39
  241. package/build/src/run/ios/codeSigning/Security.js.map +1 -1
  242. package/build/src/run/ios/codeSigning/configureCodeSigning.js +13 -9
  243. package/build/src/run/ios/codeSigning/configureCodeSigning.js.map +1 -1
  244. package/build/src/run/ios/codeSigning/resolveCertificateSigningIdentity.js +27 -19
  245. package/build/src/run/ios/codeSigning/resolveCertificateSigningIdentity.js.map +1 -1
  246. package/build/src/run/ios/codeSigning/settings.js +9 -5
  247. package/build/src/run/ios/codeSigning/settings.js.map +1 -1
  248. package/build/src/run/ios/codeSigning/simulatorCodeSigning.js +14 -12
  249. package/build/src/run/ios/codeSigning/simulatorCodeSigning.js.map +1 -1
  250. package/build/src/run/ios/codeSigning/xcodeCodeSigning.js +27 -21
  251. package/build/src/run/ios/codeSigning/xcodeCodeSigning.js.map +1 -1
  252. package/build/src/run/ios/index.js +40 -36
  253. package/build/src/run/ios/index.js.map +1 -1
  254. package/build/src/run/ios/launchApp.js +23 -17
  255. package/build/src/run/ios/launchApp.js.map +1 -1
  256. package/build/src/run/ios/options/appleDestinations.js +38 -36
  257. package/build/src/run/ios/options/appleDestinations.js.map +1 -1
  258. package/build/src/run/ios/options/promptDevice.js +20 -16
  259. package/build/src/run/ios/options/promptDevice.js.map +1 -1
  260. package/build/src/run/ios/options/resolveDevice.js +30 -24
  261. package/build/src/run/ios/options/resolveDevice.js.map +1 -1
  262. package/build/src/run/ios/options/resolveNativeScheme.js +31 -23
  263. package/build/src/run/ios/options/resolveNativeScheme.js.map +1 -1
  264. package/build/src/run/ios/options/resolveOptions.js +7 -5
  265. package/build/src/run/ios/options/resolveOptions.js.map +1 -1
  266. package/build/src/run/ios/options/resolveXcodeProject.js +7 -5
  267. package/build/src/run/ios/options/resolveXcodeProject.js.map +1 -1
  268. package/build/src/run/ios/runIosAsync.js +48 -44
  269. package/build/src/run/ios/runIosAsync.js.map +1 -1
  270. package/build/src/run/ios/validateExternalBinary.js +24 -22
  271. package/build/src/run/ios/validateExternalBinary.js.map +1 -1
  272. package/build/src/run/resolveBundlerProps.js +4 -2
  273. package/build/src/run/resolveBundlerProps.js.map +1 -1
  274. package/build/src/run/startBundler.js +16 -12
  275. package/build/src/run/startBundler.js.map +1 -1
  276. package/build/src/serve/index.js +20 -16
  277. package/build/src/serve/index.js.map +1 -1
  278. package/build/src/serve/serveAsync.js +36 -32
  279. package/build/src/serve/serveAsync.js.map +1 -1
  280. package/build/src/start/detectDevClient.js +13 -9
  281. package/build/src/start/detectDevClient.js.map +1 -1
  282. package/build/src/start/doctor/Prerequisite.js +12 -7
  283. package/build/src/start/doctor/Prerequisite.js.map +1 -1
  284. package/build/src/start/doctor/SecurityBinPrerequisite.js +13 -11
  285. package/build/src/start/doctor/SecurityBinPrerequisite.js.map +1 -1
  286. package/build/src/start/doctor/apple/SimulatorAppPrerequisite.js +23 -19
  287. package/build/src/start/doctor/apple/SimulatorAppPrerequisite.js.map +1 -1
  288. package/build/src/start/doctor/apple/XcodeDeveloperDiskImagePrerequisite.js +23 -19
  289. package/build/src/start/doctor/apple/XcodeDeveloperDiskImagePrerequisite.js.map +1 -1
  290. package/build/src/start/doctor/apple/XcodePrerequisite.js +51 -45
  291. package/build/src/start/doctor/apple/XcodePrerequisite.js.map +1 -1
  292. package/build/src/start/doctor/apple/XcrunPrerequisite.js +18 -16
  293. package/build/src/start/doctor/apple/XcrunPrerequisite.js.map +1 -1
  294. package/build/src/start/doctor/dependencies/bundledNativeModules.js +23 -19
  295. package/build/src/start/doctor/dependencies/bundledNativeModules.js.map +1 -1
  296. package/build/src/start/doctor/dependencies/ensureDependenciesAsync.js +31 -25
  297. package/build/src/start/doctor/dependencies/ensureDependenciesAsync.js.map +1 -1
  298. package/build/src/start/doctor/dependencies/getMissingPackages.js +25 -17
  299. package/build/src/start/doctor/dependencies/getMissingPackages.js.map +1 -1
  300. package/build/src/start/doctor/dependencies/getVersionedPackages.js +40 -32
  301. package/build/src/start/doctor/dependencies/getVersionedPackages.js.map +1 -1
  302. package/build/src/start/doctor/dependencies/resolvePackages.js +32 -26
  303. package/build/src/start/doctor/dependencies/resolvePackages.js.map +1 -1
  304. package/build/src/start/doctor/dependencies/validateDependenciesVersions.js +41 -31
  305. package/build/src/start/doctor/dependencies/validateDependenciesVersions.js.map +1 -1
  306. package/build/src/start/doctor/ngrok/ExternalModule.js +34 -29
  307. package/build/src/start/doctor/ngrok/ExternalModule.js.map +1 -1
  308. package/build/src/start/doctor/ngrok/NgrokResolver.js +12 -8
  309. package/build/src/start/doctor/ngrok/NgrokResolver.js.map +1 -1
  310. package/build/src/start/doctor/typescript/TypeScriptProjectPrerequisite.js +32 -28
  311. package/build/src/start/doctor/typescript/TypeScriptProjectPrerequisite.js.map +1 -1
  312. package/build/src/start/doctor/typescript/updateTSConfig.js +23 -17
  313. package/build/src/start/doctor/typescript/updateTSConfig.js.map +1 -1
  314. package/build/src/start/doctor/web/WebSupportProjectPrerequisite.js +33 -27
  315. package/build/src/start/doctor/web/WebSupportProjectPrerequisite.js.map +1 -1
  316. package/build/src/start/index.js +46 -42
  317. package/build/src/start/index.js.map +1 -1
  318. package/build/src/start/interface/KeyPressHandler.js +18 -14
  319. package/build/src/start/interface/KeyPressHandler.js.map +1 -1
  320. package/build/src/start/interface/commandsTable.js +94 -80
  321. package/build/src/start/interface/commandsTable.js.map +1 -1
  322. package/build/src/start/interface/interactiveActions.js +44 -40
  323. package/build/src/start/interface/interactiveActions.js.map +1 -1
  324. package/build/src/start/interface/startInterface.js +65 -61
  325. package/build/src/start/interface/startInterface.js.map +1 -1
  326. package/build/src/start/platforms/AppIdResolver.js +6 -4
  327. package/build/src/start/platforms/AppIdResolver.js.map +1 -1
  328. package/build/src/start/platforms/DeviceManager.js +10 -6
  329. package/build/src/start/platforms/DeviceManager.js.map +1 -1
  330. package/build/src/start/platforms/ExpoGoInstaller.js +25 -20
  331. package/build/src/start/platforms/ExpoGoInstaller.js.map +1 -1
  332. package/build/src/start/platforms/PlatformManager.js +17 -15
  333. package/build/src/start/platforms/PlatformManager.js.map +1 -1
  334. package/build/src/start/platforms/android/ADBServer.js +39 -35
  335. package/build/src/start/platforms/android/ADBServer.js.map +1 -1
  336. package/build/src/start/platforms/android/AndroidAppIdResolver.js +18 -16
  337. package/build/src/start/platforms/android/AndroidAppIdResolver.js.map +1 -1
  338. package/build/src/start/platforms/android/AndroidDeviceManager.js +24 -20
  339. package/build/src/start/platforms/android/AndroidDeviceManager.js.map +1 -1
  340. package/build/src/start/platforms/android/AndroidPlatformManager.js +17 -17
  341. package/build/src/start/platforms/android/AndroidPlatformManager.js.map +1 -1
  342. package/build/src/start/platforms/android/AndroidSdk.js +11 -9
  343. package/build/src/start/platforms/android/AndroidSdk.js.map +1 -1
  344. package/build/src/start/platforms/android/activateWindow.js +26 -22
  345. package/build/src/start/platforms/android/activateWindow.js.map +1 -1
  346. package/build/src/start/platforms/android/adb.js +121 -83
  347. package/build/src/start/platforms/android/adb.js.map +1 -1
  348. package/build/src/start/platforms/android/adbReverse.js +20 -12
  349. package/build/src/start/platforms/android/adbReverse.js.map +1 -1
  350. package/build/src/start/platforms/android/emulator.js +36 -26
  351. package/build/src/start/platforms/android/emulator.js.map +1 -1
  352. package/build/src/start/platforms/android/getDevices.js +7 -5
  353. package/build/src/start/platforms/android/getDevices.js.map +1 -1
  354. package/build/src/start/platforms/android/gradle.js +36 -28
  355. package/build/src/start/platforms/android/gradle.js.map +1 -1
  356. package/build/src/start/platforms/android/promptAndroidDevice.js +19 -15
  357. package/build/src/start/platforms/android/promptAndroidDevice.js.map +1 -1
  358. package/build/src/start/platforms/ios/AppleAppIdResolver.js +21 -19
  359. package/build/src/start/platforms/ios/AppleAppIdResolver.js.map +1 -1
  360. package/build/src/start/platforms/ios/AppleDeviceManager.js +37 -31
  361. package/build/src/start/platforms/ios/AppleDeviceManager.js.map +1 -1
  362. package/build/src/start/platforms/ios/ApplePlatformManager.js +12 -12
  363. package/build/src/start/platforms/ios/ApplePlatformManager.js.map +1 -1
  364. package/build/src/start/platforms/ios/assertSystemRequirements.js +9 -7
  365. package/build/src/start/platforms/ios/assertSystemRequirements.js.map +1 -1
  366. package/build/src/start/platforms/ios/devicectl.js +87 -73
  367. package/build/src/start/platforms/ios/devicectl.js.map +1 -1
  368. package/build/src/start/platforms/ios/ensureSimulatorAppRunning.js +22 -18
  369. package/build/src/start/platforms/ios/ensureSimulatorAppRunning.js.map +1 -1
  370. package/build/src/start/platforms/ios/getBestSimulator.js +29 -19
  371. package/build/src/start/platforms/ios/getBestSimulator.js.map +1 -1
  372. package/build/src/start/platforms/ios/promptAppleDevice.js +14 -10
  373. package/build/src/start/platforms/ios/promptAppleDevice.js.map +1 -1
  374. package/build/src/start/platforms/ios/simctl.js +102 -74
  375. package/build/src/start/platforms/ios/simctl.js.map +1 -1
  376. package/build/src/start/platforms/ios/simctlLogging.js +57 -52
  377. package/build/src/start/platforms/ios/simctlLogging.js.map +1 -1
  378. package/build/src/start/platforms/ios/xcrun.js +22 -18
  379. package/build/src/start/platforms/ios/xcrun.js.map +1 -1
  380. package/build/src/start/project/devices.js +19 -9
  381. package/build/src/start/project/devices.js.map +1 -1
  382. package/build/src/start/project/dotExpo.js +15 -11
  383. package/build/src/start/project/dotExpo.js.map +1 -1
  384. package/build/src/start/project/settings.js +4 -2
  385. package/build/src/start/project/settings.js.map +1 -1
  386. package/build/src/start/resolveOptions.js +48 -40
  387. package/build/src/start/resolveOptions.js.map +1 -1
  388. package/build/src/start/server/AsyncNgrok.js +55 -51
  389. package/build/src/start/server/AsyncNgrok.js.map +1 -1
  390. package/build/src/start/server/AsyncWsTunnel.js +40 -36
  391. package/build/src/start/server/AsyncWsTunnel.js.map +1 -1
  392. package/build/src/start/server/BundlerDevServer.js +81 -79
  393. package/build/src/start/server/BundlerDevServer.js.map +1 -1
  394. package/build/src/start/server/DevServerManager.js +42 -38
  395. package/build/src/start/server/DevServerManager.js.map +1 -1
  396. package/build/src/start/server/DevToolsPluginManager.js +18 -14
  397. package/build/src/start/server/DevToolsPluginManager.js.map +1 -1
  398. package/build/src/start/server/DevelopmentSession.js +18 -14
  399. package/build/src/start/server/DevelopmentSession.js.map +1 -1
  400. package/build/src/start/server/ReactDevToolsProxy.js +16 -10
  401. package/build/src/start/server/ReactDevToolsProxy.js.map +1 -1
  402. package/build/src/start/server/UrlCreator.js +36 -33
  403. package/build/src/start/server/UrlCreator.js.map +1 -1
  404. package/build/src/start/server/getStaticRenderFunctions.js +29 -21
  405. package/build/src/start/server/getStaticRenderFunctions.js.map +1 -1
  406. package/build/src/start/server/metro/DevToolsPluginWebsocketEndpoint.js +6 -4
  407. package/build/src/start/server/metro/DevToolsPluginWebsocketEndpoint.js.map +1 -1
  408. package/build/src/start/server/metro/MetroBundlerDevServer.js +269 -271
  409. package/build/src/start/server/metro/MetroBundlerDevServer.js.map +1 -1
  410. package/build/src/start/server/metro/MetroTerminalReporter.js +63 -56
  411. package/build/src/start/server/metro/MetroTerminalReporter.js.map +1 -1
  412. package/build/src/start/server/metro/TerminalReporter.js +39 -33
  413. package/build/src/start/server/metro/TerminalReporter.js.map +1 -1
  414. package/build/src/start/server/metro/TerminalReporter.types.js.map +1 -1
  415. package/build/src/start/server/metro/createExpoMetroResolver.js +46 -40
  416. package/build/src/start/server/metro/createExpoMetroResolver.js.map +1 -1
  417. package/build/src/start/server/metro/createJResolver.js +32 -28
  418. package/build/src/start/server/metro/createJResolver.js.map +1 -1
  419. package/build/src/start/server/metro/createServerComponentsMiddleware.js +96 -92
  420. package/build/src/start/server/metro/createServerComponentsMiddleware.js.map +1 -1
  421. package/build/src/start/server/metro/createServerRouteMiddleware.js +32 -30
  422. package/build/src/start/server/metro/createServerRouteMiddleware.js.map +1 -1
  423. package/build/src/start/server/metro/debugging/AtlasPrerequisite.js +13 -11
  424. package/build/src/start/server/metro/debugging/AtlasPrerequisite.js.map +1 -1
  425. package/build/src/start/server/metro/debugging/MessageHandler.js +3 -1
  426. package/build/src/start/server/metro/debugging/MessageHandler.js.map +1 -1
  427. package/build/src/start/server/metro/debugging/attachAtlas.js +26 -22
  428. package/build/src/start/server/metro/debugging/attachAtlas.js.map +1 -1
  429. package/build/src/start/server/metro/debugging/createDebugMiddleware.js +19 -17
  430. package/build/src/start/server/metro/debugging/createDebugMiddleware.js.map +1 -1
  431. package/build/src/start/server/metro/debugging/createHandlersFactory.js +25 -31
  432. package/build/src/start/server/metro/debugging/createHandlersFactory.js.map +1 -1
  433. package/build/src/start/server/metro/debugging/getDebuggerType.js +6 -4
  434. package/build/src/start/server/metro/debugging/getDebuggerType.js.map +1 -1
  435. package/build/src/start/server/metro/debugging/messageHandlers/NetworkResponse.js +14 -8
  436. package/build/src/start/server/metro/debugging/messageHandlers/NetworkResponse.js.map +1 -1
  437. package/build/src/start/server/metro/debugging/messageHandlers/VscodeDebuggerGetPossibleBreakpoints.js +7 -5
  438. package/build/src/start/server/metro/debugging/messageHandlers/VscodeDebuggerGetPossibleBreakpoints.js.map +1 -1
  439. package/build/src/start/server/metro/debugging/messageHandlers/VscodeDebuggerSetBreakpointByUrl.js +8 -6
  440. package/build/src/start/server/metro/debugging/messageHandlers/VscodeDebuggerSetBreakpointByUrl.js.map +1 -1
  441. package/build/src/start/server/metro/debugging/messageHandlers/VscodeRuntimeCallFunctionOn.js +7 -5
  442. package/build/src/start/server/metro/debugging/messageHandlers/VscodeRuntimeCallFunctionOn.js.map +1 -1
  443. package/build/src/start/server/metro/debugging/messageHandlers/VscodeRuntimeEvaluate.js +14 -12
  444. package/build/src/start/server/metro/debugging/messageHandlers/VscodeRuntimeEvaluate.js.map +1 -1
  445. package/build/src/start/server/metro/debugging/messageHandlers/VscodeRuntimeGetProperties.js +14 -10
  446. package/build/src/start/server/metro/debugging/messageHandlers/VscodeRuntimeGetProperties.js.map +1 -1
  447. package/build/src/start/server/metro/debugging/pageIsSupported.js +6 -4
  448. package/build/src/start/server/metro/debugging/pageIsSupported.js.map +1 -1
  449. package/build/src/start/server/metro/debugging/types.js.map +1 -1
  450. package/build/src/start/server/metro/dev-server/createEventSocket.js +18 -16
  451. package/build/src/start/server/metro/dev-server/createEventSocket.js.map +1 -1
  452. package/build/src/start/server/metro/dev-server/createMessageSocket.js +23 -21
  453. package/build/src/start/server/metro/dev-server/createMessageSocket.js.map +1 -1
  454. package/build/src/start/server/metro/dev-server/createMetroMiddleware.js +23 -21
  455. package/build/src/start/server/metro/dev-server/createMetroMiddleware.js.map +1 -1
  456. package/build/src/start/server/metro/dev-server/utils/createSocketBroadcaster.js +4 -2
  457. package/build/src/start/server/metro/dev-server/utils/createSocketBroadcaster.js.map +1 -1
  458. package/build/src/start/server/metro/dev-server/utils/createSocketMap.js +4 -2
  459. package/build/src/start/server/metro/dev-server/utils/createSocketMap.js.map +1 -1
  460. package/build/src/start/server/metro/dev-server/utils/socketMessages.js +8 -4
  461. package/build/src/start/server/metro/dev-server/utils/socketMessages.js.map +1 -1
  462. package/build/src/start/server/metro/externals.js +33 -25
  463. package/build/src/start/server/metro/externals.js.map +1 -1
  464. package/build/src/start/server/metro/fetchRouterManifest.js +16 -12
  465. package/build/src/start/server/metro/fetchRouterManifest.js.map +1 -1
  466. package/build/src/start/server/metro/formatFileCandidates.js +11 -9
  467. package/build/src/start/server/metro/formatFileCandidates.js.map +1 -1
  468. package/build/src/start/server/metro/getCssModulesFromBundler.js +22 -18
  469. package/build/src/start/server/metro/getCssModulesFromBundler.js.map +1 -1
  470. package/build/src/start/server/metro/instantiateMetro.js +85 -79
  471. package/build/src/start/server/metro/instantiateMetro.js.map +1 -1
  472. package/build/src/start/server/metro/log-box/LogBoxLog.js +40 -36
  473. package/build/src/start/server/metro/log-box/LogBoxLog.js.map +1 -1
  474. package/build/src/start/server/metro/log-box/LogBoxSymbolication.js +20 -14
  475. package/build/src/start/server/metro/log-box/LogBoxSymbolication.js.map +1 -1
  476. package/build/src/start/server/metro/log-box/formatProjectFilePath.js +10 -6
  477. package/build/src/start/server/metro/log-box/formatProjectFilePath.js.map +1 -1
  478. package/build/src/start/server/metro/metroErrorInterface.js +88 -78
  479. package/build/src/start/server/metro/metroErrorInterface.js.map +1 -1
  480. package/build/src/start/server/metro/metroErrors.js +8 -4
  481. package/build/src/start/server/metro/metroErrors.js.map +1 -1
  482. package/build/src/start/server/metro/metroPrivateServer.js +9 -7
  483. package/build/src/start/server/metro/metroPrivateServer.js.map +1 -1
  484. package/build/src/start/server/metro/metroVirtualModules.js +10 -8
  485. package/build/src/start/server/metro/metroVirtualModules.js.map +1 -1
  486. package/build/src/start/server/metro/metroWatchTypeScriptFiles.js +24 -22
  487. package/build/src/start/server/metro/metroWatchTypeScriptFiles.js.map +1 -1
  488. package/build/src/start/server/metro/router.js +48 -32
  489. package/build/src/start/server/metro/router.js.map +1 -1
  490. package/build/src/start/server/metro/runServer-fork.js +24 -22
  491. package/build/src/start/server/metro/runServer-fork.js.map +1 -1
  492. package/build/src/start/server/metro/serializeHtml.js +24 -22
  493. package/build/src/start/server/metro/serializeHtml.js.map +1 -1
  494. package/build/src/start/server/metro/symbolicate.js.map +1 -1
  495. package/build/src/start/server/metro/waitForMetroToObserveTypeScriptFile.js +35 -29
  496. package/build/src/start/server/metro/waitForMetroToObserveTypeScriptFile.js.map +1 -1
  497. package/build/src/start/server/metro/withMetroMultiPlatform.js +149 -139
  498. package/build/src/start/server/metro/withMetroMultiPlatform.js.map +1 -1
  499. package/build/src/start/server/metro/withMetroResolvers.js +49 -39
  500. package/build/src/start/server/metro/withMetroResolvers.js.map +1 -1
  501. package/build/src/start/server/middleware/ContextModuleSourceMapsMiddleware.js +8 -6
  502. package/build/src/start/server/middleware/ContextModuleSourceMapsMiddleware.js.map +1 -1
  503. package/build/src/start/server/middleware/CorsMiddleware.js +17 -15
  504. package/build/src/start/server/middleware/CorsMiddleware.js.map +1 -1
  505. package/build/src/start/server/middleware/CreateFileMiddleware.js +32 -31
  506. package/build/src/start/server/middleware/CreateFileMiddleware.js.map +1 -1
  507. package/build/src/start/server/middleware/DevToolsPluginMiddleware.js +22 -19
  508. package/build/src/start/server/middleware/DevToolsPluginMiddleware.js.map +1 -1
  509. package/build/src/start/server/middleware/DomComponentsMiddleware.js +33 -27
  510. package/build/src/start/server/middleware/DomComponentsMiddleware.js.map +1 -1
  511. package/build/src/start/server/middleware/ExpoGoManifestHandlerMiddleware.js +64 -60
  512. package/build/src/start/server/middleware/ExpoGoManifestHandlerMiddleware.js.map +1 -1
  513. package/build/src/start/server/middleware/ExpoMiddleware.js +15 -9
  514. package/build/src/start/server/middleware/ExpoMiddleware.js.map +1 -1
  515. package/build/src/start/server/middleware/FaviconMiddleware.js +15 -14
  516. package/build/src/start/server/middleware/FaviconMiddleware.js.map +1 -1
  517. package/build/src/start/server/middleware/HistoryFallbackMiddleware.js +4 -2
  518. package/build/src/start/server/middleware/HistoryFallbackMiddleware.js.map +1 -1
  519. package/build/src/start/server/middleware/InterstitialPageMiddleware.js +34 -31
  520. package/build/src/start/server/middleware/InterstitialPageMiddleware.js.map +1 -1
  521. package/build/src/start/server/middleware/ManifestMiddleware.js +64 -56
  522. package/build/src/start/server/middleware/ManifestMiddleware.js.map +1 -1
  523. package/build/src/start/server/middleware/ReactDevToolsPageMiddleware.js +23 -19
  524. package/build/src/start/server/middleware/ReactDevToolsPageMiddleware.js.map +1 -1
  525. package/build/src/start/server/middleware/RuntimeRedirectMiddleware.js +20 -19
  526. package/build/src/start/server/middleware/RuntimeRedirectMiddleware.js.map +1 -1
  527. package/build/src/start/server/middleware/ServeStaticMiddleware.js +11 -9
  528. package/build/src/start/server/middleware/ServeStaticMiddleware.js.map +1 -1
  529. package/build/src/start/server/middleware/createBuiltinAPIRequestHandler.js +17 -11
  530. package/build/src/start/server/middleware/createBuiltinAPIRequestHandler.js.map +1 -1
  531. package/build/src/start/server/middleware/inspector/CdpClient.js +12 -10
  532. package/build/src/start/server/middleware/inspector/CdpClient.js.map +1 -1
  533. package/build/src/start/server/middleware/inspector/JsInspector.js +35 -27
  534. package/build/src/start/server/middleware/inspector/JsInspector.js.map +1 -1
  535. package/build/src/start/server/middleware/inspector/createJsInspectorMiddleware.js +21 -19
  536. package/build/src/start/server/middleware/inspector/createJsInspectorMiddleware.js.map +1 -1
  537. package/build/src/start/server/middleware/inspector/middlwareMutations.js +6 -2
  538. package/build/src/start/server/middleware/inspector/middlwareMutations.js.map +1 -1
  539. package/build/src/start/server/middleware/metroOptions.js +120 -96
  540. package/build/src/start/server/middleware/metroOptions.js.map +1 -1
  541. package/build/src/start/server/middleware/mutations.js +7 -3
  542. package/build/src/start/server/middleware/mutations.js.map +1 -1
  543. package/build/src/start/server/middleware/resolveAssets.js +26 -18
  544. package/build/src/start/server/middleware/resolveAssets.js.map +1 -1
  545. package/build/src/start/server/middleware/resolvePlatform.js +23 -15
  546. package/build/src/start/server/middleware/resolvePlatform.js.map +1 -1
  547. package/build/src/start/server/middleware/resolveRuntimeVersionWithExpoUpdatesAsync.js +11 -9
  548. package/build/src/start/server/middleware/resolveRuntimeVersionWithExpoUpdatesAsync.js.map +1 -1
  549. package/build/src/start/server/middleware/server.types.js.map +1 -1
  550. package/build/src/start/server/openPlatforms.js +10 -8
  551. package/build/src/start/server/openPlatforms.js.map +1 -1
  552. package/build/src/start/server/platformBundlers.js +13 -11
  553. package/build/src/start/server/platformBundlers.js.map +1 -1
  554. package/build/src/start/server/serverLogLikeMetro.js +58 -50
  555. package/build/src/start/server/serverLogLikeMetro.js.map +1 -1
  556. package/build/src/start/server/type-generation/expo-env.js +11 -7
  557. package/build/src/start/server/type-generation/expo-env.js.map +1 -1
  558. package/build/src/start/server/type-generation/routes.js +76 -54
  559. package/build/src/start/server/type-generation/routes.js.map +1 -1
  560. package/build/src/start/server/type-generation/startTypescriptTypeGeneration.js +21 -19
  561. package/build/src/start/server/type-generation/startTypescriptTypeGeneration.js.map +1 -1
  562. package/build/src/start/server/type-generation/tsconfig.js +36 -28
  563. package/build/src/start/server/type-generation/tsconfig.js.map +1 -1
  564. package/build/src/start/server/webTemplate.js +28 -24
  565. package/build/src/start/server/webTemplate.js.map +1 -1
  566. package/build/src/start/server/webpack/WebpackBundlerDevServer.js +52 -46
  567. package/build/src/start/server/webpack/WebpackBundlerDevServer.js.map +1 -1
  568. package/build/src/start/server/webpack/compile.js +15 -11
  569. package/build/src/start/server/webpack/compile.js.map +1 -1
  570. package/build/src/start/server/webpack/formatWebpackMessages.js +28 -26
  571. package/build/src/start/server/webpack/formatWebpackMessages.js.map +1 -1
  572. package/build/src/start/server/webpack/resolveFromProject.js +18 -12
  573. package/build/src/start/server/webpack/resolveFromProject.js.map +1 -1
  574. package/build/src/start/server/webpack/tls.js +18 -12
  575. package/build/src/start/server/webpack/tls.js.map +1 -1
  576. package/build/src/start/startAsync.js +31 -27
  577. package/build/src/start/startAsync.js.map +1 -1
  578. package/build/src/utils/FileNotifier.js +20 -17
  579. package/build/src/utils/FileNotifier.js.map +1 -1
  580. package/build/src/utils/ansi.js +7 -5
  581. package/build/src/utils/ansi.js.map +1 -1
  582. package/build/src/utils/args.js +24 -14
  583. package/build/src/utils/args.js.map +1 -1
  584. package/build/src/utils/array.js +18 -6
  585. package/build/src/utils/array.js.map +1 -1
  586. package/build/src/utils/cocoapods.js +54 -46
  587. package/build/src/utils/cocoapods.js.map +1 -1
  588. package/build/src/utils/codesigning.js +78 -68
  589. package/build/src/utils/codesigning.js.map +1 -1
  590. package/build/src/utils/createFileTransform.js +16 -12
  591. package/build/src/utils/createFileTransform.js.map +1 -1
  592. package/build/src/utils/createTempPath.js +17 -13
  593. package/build/src/utils/createTempPath.js.map +1 -1
  594. package/build/src/utils/delay.js +12 -6
  595. package/build/src/utils/delay.js.map +1 -1
  596. package/build/src/utils/dir.js +46 -28
  597. package/build/src/utils/dir.js.map +1 -1
  598. package/build/src/utils/downloadAppAsync.js +10 -8
  599. package/build/src/utils/downloadAppAsync.js.map +1 -1
  600. package/build/src/utils/downloadExpoGoAsync.js +25 -21
  601. package/build/src/utils/downloadExpoGoAsync.js.map +1 -1
  602. package/build/src/utils/editor.js +41 -35
  603. package/build/src/utils/editor.js.map +1 -1
  604. package/build/src/utils/env.js +63 -59
  605. package/build/src/utils/env.js.map +1 -1
  606. package/build/src/utils/errors.js +37 -30
  607. package/build/src/utils/errors.js.map +1 -1
  608. package/build/src/utils/exit.js +35 -31
  609. package/build/src/utils/exit.js.map +1 -1
  610. package/build/src/utils/expoUpdatesCli.js +32 -22
  611. package/build/src/utils/expoUpdatesCli.js.map +1 -1
  612. package/build/src/utils/fetch.js +8 -4
  613. package/build/src/utils/fetch.js.map +1 -1
  614. package/build/src/utils/filePath.js +10 -6
  615. package/build/src/utils/filePath.js.map +1 -1
  616. package/build/src/utils/findUp.js +13 -9
  617. package/build/src/utils/findUp.js.map +1 -1
  618. package/build/src/utils/fn.js +6 -2
  619. package/build/src/utils/fn.js.map +1 -1
  620. package/build/src/utils/getOrPromptApplicationId.js +32 -26
  621. package/build/src/utils/getOrPromptApplicationId.js.map +1 -1
  622. package/build/src/utils/getRunningProcess.js +29 -21
  623. package/build/src/utils/getRunningProcess.js.map +1 -1
  624. package/build/src/utils/git.js +26 -20
  625. package/build/src/utils/git.js.map +1 -1
  626. package/build/src/utils/glob.js +8 -4
  627. package/build/src/utils/glob.js.map +1 -1
  628. package/build/src/utils/interactive.js +3 -1
  629. package/build/src/utils/interactive.js.map +1 -1
  630. package/build/src/utils/ip.js +21 -19
  631. package/build/src/utils/ip.js.map +1 -1
  632. package/build/src/utils/isModuleSymlinked.js +11 -9
  633. package/build/src/utils/isModuleSymlinked.js.map +1 -1
  634. package/build/src/utils/jsonSchemaDeref.js +20 -18
  635. package/build/src/utils/jsonSchemaDeref.js.map +1 -1
  636. package/build/src/utils/link.js +17 -13
  637. package/build/src/utils/link.js.map +1 -1
  638. package/build/src/utils/mergeGitIgnorePaths.js +46 -28
  639. package/build/src/utils/mergeGitIgnorePaths.js.map +1 -1
  640. package/build/src/utils/modifyConfigAsync.js +16 -10
  641. package/build/src/utils/modifyConfigAsync.js.map +1 -1
  642. package/build/src/utils/modifyConfigPlugins.js +10 -6
  643. package/build/src/utils/modifyConfigPlugins.js.map +1 -1
  644. package/build/src/utils/nodeEnv.js +12 -6
  645. package/build/src/utils/nodeEnv.js.map +1 -1
  646. package/build/src/utils/nodeModules.js +10 -8
  647. package/build/src/utils/nodeModules.js.map +1 -1
  648. package/build/src/utils/npm.js +50 -36
  649. package/build/src/utils/npm.js.map +1 -1
  650. package/build/src/utils/obj.js +11 -5
  651. package/build/src/utils/obj.js.map +1 -1
  652. package/build/src/utils/open.js +10 -8
  653. package/build/src/utils/open.js.map +1 -1
  654. package/build/src/utils/ora.js +13 -7
  655. package/build/src/utils/ora.js.map +1 -1
  656. package/build/src/utils/plist.js +21 -15
  657. package/build/src/utils/plist.js.map +1 -1
  658. package/build/src/utils/port.js +43 -33
  659. package/build/src/utils/port.js.map +1 -1
  660. package/build/src/utils/profile.js +11 -7
  661. package/build/src/utils/profile.js.map +1 -1
  662. package/build/src/utils/progress.js +11 -5
  663. package/build/src/utils/progress.js.map +1 -1
  664. package/build/src/utils/prompts.js +47 -29
  665. package/build/src/utils/prompts.js.map +1 -1
  666. package/build/src/utils/resolveArgs.js +36 -24
  667. package/build/src/utils/resolveArgs.js.map +1 -1
  668. package/build/src/utils/scheme.js +40 -32
  669. package/build/src/utils/scheme.js.map +1 -1
  670. package/build/src/utils/stream.js +5 -3
  671. package/build/src/utils/stream.js.map +1 -1
  672. package/build/src/utils/strings.js +6 -4
  673. package/build/src/utils/strings.js.map +1 -1
  674. package/build/src/utils/tar.js +19 -15
  675. package/build/src/utils/tar.js.map +1 -1
  676. package/build/src/utils/telemetry/Telemetry.js +29 -27
  677. package/build/src/utils/telemetry/Telemetry.js.map +1 -1
  678. package/build/src/utils/telemetry/clients/FetchClient.js +15 -13
  679. package/build/src/utils/telemetry/clients/FetchClient.js.map +1 -1
  680. package/build/src/utils/telemetry/clients/FetchDetachedClient.js +26 -22
  681. package/build/src/utils/telemetry/clients/FetchDetachedClient.js.map +1 -1
  682. package/build/src/utils/telemetry/clients/RudderClient.js +10 -8
  683. package/build/src/utils/telemetry/clients/RudderClient.js.map +1 -1
  684. package/build/src/utils/telemetry/clients/RudderDetachedClient.js +26 -22
  685. package/build/src/utils/telemetry/clients/RudderDetachedClient.js.map +1 -1
  686. package/build/src/utils/telemetry/clients/flushFetchDetached.js +10 -10
  687. package/build/src/utils/telemetry/clients/flushFetchDetached.js.map +1 -1
  688. package/build/src/utils/telemetry/clients/flushRudderDetached.js +10 -10
  689. package/build/src/utils/telemetry/clients/flushRudderDetached.js.map +1 -1
  690. package/build/src/utils/telemetry/events.js +4 -2
  691. package/build/src/utils/telemetry/events.js.map +1 -1
  692. package/build/src/utils/telemetry/flushDetached.js.map +1 -1
  693. package/build/src/utils/telemetry/index.js +25 -29
  694. package/build/src/utils/telemetry/index.js.map +1 -1
  695. package/build/src/utils/telemetry/types.js.map +1 -1
  696. package/build/src/utils/telemetry/utils/constants.js +8 -4
  697. package/build/src/utils/telemetry/utils/constants.js.map +1 -1
  698. package/build/src/utils/telemetry/utils/context.js +18 -14
  699. package/build/src/utils/telemetry/utils/context.js.map +1 -1
  700. package/build/src/utils/template.js +6 -4
  701. package/build/src/utils/template.js.map +1 -1
  702. package/build/src/utils/terminal.js +4 -2
  703. package/build/src/utils/terminal.js.map +1 -1
  704. package/build/src/utils/tsconfig/evaluateTsConfig.js +21 -17
  705. package/build/src/utils/tsconfig/evaluateTsConfig.js.map +1 -1
  706. package/build/src/utils/tsconfig/loadTsConfigPaths.js +18 -14
  707. package/build/src/utils/tsconfig/loadTsConfigPaths.js.map +1 -1
  708. package/build/src/utils/tsconfig/matchTsConfigPathAlias.js +7 -5
  709. package/build/src/utils/tsconfig/matchTsConfigPathAlias.js.map +1 -1
  710. package/build/src/utils/tsconfig/resolveWithTsConfigPaths.js +14 -12
  711. package/build/src/utils/tsconfig/resolveWithTsConfigPaths.js.map +1 -1
  712. package/build/src/utils/url.js +23 -13
  713. package/build/src/utils/url.js.map +1 -1
  714. package/build/src/utils/validateApplicationId.js +108 -86
  715. package/build/src/utils/validateApplicationId.js.map +1 -1
  716. package/build/src/utils/variadic.js +22 -16
  717. package/build/src/utils/variadic.js.map +1 -1
  718. package/build/src/whoami/index.js +11 -7
  719. package/build/src/whoami/index.js.map +1 -1
  720. package/build/src/whoami/whoamiAsync.js +11 -7
  721. package/build/src/whoami/whoamiAsync.js.map +1 -1
  722. package/package.json +3 -3
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/graphql/generated.ts"],"sourcesContent":["/**\n * eslint-disable\n * This file was generated using GraphQL Codegen\n * Command: yarn generate-graphql-code\n * Run this during development for automatic type generation when editing GraphQL documents\n * For more info and docs, visit https://graphql-code-generator.com/\n */\n\nexport type Maybe<T> = T | null;\nexport type InputMaybe<T> = Maybe<T>;\nexport type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };\nexport type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };\nexport type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: string;\n String: string;\n Boolean: boolean;\n Int: number;\n Float: number;\n DateTime: any;\n JSON: any;\n JSONObject: any;\n};\n\nexport type AccountAppsFilterInput = {\n sortByField: AccountAppsSortByField;\n};\n\nexport enum AccountAppsSortByField {\n LatestActivityTime = 'LATEST_ACTIVITY_TIME',\n /**\n * Name prefers the display name but falls back to full_name with @account/\n * part stripped.\n */\n Name = 'NAME'\n}\n\nexport type AccountDataInput = {\n name: Scalars['String'];\n};\n\nexport type AccountNotificationSubscriptionInput = {\n accountId: Scalars['ID'];\n event: NotificationEvent;\n type: NotificationType;\n userId: Scalars['ID'];\n};\n\nexport type AccountSsoConfigurationData = {\n authEndpoint?: InputMaybe<Scalars['String']>;\n authProtocol: AuthProtocolType;\n authProviderIdentifier: Scalars['String'];\n clientIdentifier: Scalars['String'];\n clientSecret: Scalars['String'];\n endSessionEndpoint?: InputMaybe<Scalars['String']>;\n issuer: Scalars['String'];\n jwksEndpoint?: InputMaybe<Scalars['String']>;\n revokeEndpoint?: InputMaybe<Scalars['String']>;\n tokenEndpoint?: InputMaybe<Scalars['String']>;\n userInfoEndpoint?: InputMaybe<Scalars['String']>;\n};\n\nexport enum ActivityTimelineProjectActivityType {\n Build = 'BUILD',\n BuildJob = 'BUILD_JOB',\n Submission = 'SUBMISSION',\n Update = 'UPDATE'\n}\n\nexport type AddUserInput = {\n audience?: InputMaybe<MailchimpAudience>;\n email: Scalars['String'];\n tags?: InputMaybe<Array<MailchimpTag>>;\n};\n\n/** @isDefault: if set, these build credentials will become the default for the Android app. All other build credentials will have their default status set to false. */\nexport type AndroidAppBuildCredentialsInput = {\n isDefault: Scalars['Boolean'];\n keystoreId: Scalars['ID'];\n name: Scalars['String'];\n};\n\nexport type AndroidAppCredentialsFilter = {\n applicationIdentifier?: InputMaybe<Scalars['String']>;\n legacyOnly?: InputMaybe<Scalars['Boolean']>;\n};\n\nexport type AndroidAppCredentialsInput = {\n fcmId?: InputMaybe<Scalars['ID']>;\n googleServiceAccountKeyForSubmissionsId?: InputMaybe<Scalars['ID']>;\n};\n\nexport enum AndroidBuildType {\n Apk = 'APK',\n AppBundle = 'APP_BUNDLE',\n /** @deprecated Use developmentClient option instead. */\n DevelopmentClient = 'DEVELOPMENT_CLIENT'\n}\n\nexport type AndroidBuilderEnvironmentInput = {\n env?: InputMaybe<Scalars['JSONObject']>;\n expoCli?: InputMaybe<Scalars['String']>;\n image?: InputMaybe<Scalars['String']>;\n ndk?: InputMaybe<Scalars['String']>;\n node?: InputMaybe<Scalars['String']>;\n yarn?: InputMaybe<Scalars['String']>;\n};\n\nexport type AndroidFcmInput = {\n credential: Scalars['String'];\n version: AndroidFcmVersion;\n};\n\nexport enum AndroidFcmVersion {\n Legacy = 'LEGACY',\n V1 = 'V1'\n}\n\nexport type AndroidJobBuildCredentialsInput = {\n keystore: AndroidJobKeystoreInput;\n};\n\nexport type AndroidJobInput = {\n applicationArchivePath?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n artifactPath?: InputMaybe<Scalars['String']>;\n buildArtifactPaths?: InputMaybe<Array<Scalars['String']>>;\n buildProfile?: InputMaybe<Scalars['String']>;\n buildType?: InputMaybe<AndroidBuildType>;\n builderEnvironment?: InputMaybe<AndroidBuilderEnvironmentInput>;\n cache?: InputMaybe<BuildCacheInput>;\n customBuildConfig?: InputMaybe<CustomBuildConfigInput>;\n developmentClient?: InputMaybe<Scalars['Boolean']>;\n experimental?: InputMaybe<Scalars['JSONObject']>;\n gradleCommand?: InputMaybe<Scalars['String']>;\n mode?: InputMaybe<BuildMode>;\n projectArchive: ProjectArchiveSourceInput;\n projectRootDirectory: Scalars['String'];\n releaseChannel?: InputMaybe<Scalars['String']>;\n secrets?: InputMaybe<AndroidJobSecretsInput>;\n triggeredBy?: InputMaybe<BuildTrigger>;\n type: BuildWorkflow;\n updates?: InputMaybe<BuildUpdatesInput>;\n username?: InputMaybe<Scalars['String']>;\n version?: InputMaybe<AndroidJobVersionInput>;\n};\n\nexport type AndroidJobKeystoreInput = {\n dataBase64: Scalars['String'];\n keyAlias: Scalars['String'];\n keyPassword?: InputMaybe<Scalars['String']>;\n keystorePassword: Scalars['String'];\n};\n\nexport type AndroidJobOverridesInput = {\n applicationArchivePath?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n artifactPath?: InputMaybe<Scalars['String']>;\n buildArtifactPaths?: InputMaybe<Array<Scalars['String']>>;\n buildProfile?: InputMaybe<Scalars['String']>;\n buildType?: InputMaybe<AndroidBuildType>;\n builderEnvironment?: InputMaybe<AndroidBuilderEnvironmentInput>;\n cache?: InputMaybe<BuildCacheInput>;\n developmentClient?: InputMaybe<Scalars['Boolean']>;\n experimental?: InputMaybe<Scalars['JSONObject']>;\n gradleCommand?: InputMaybe<Scalars['String']>;\n mode?: InputMaybe<BuildMode>;\n releaseChannel?: InputMaybe<Scalars['String']>;\n secrets?: InputMaybe<AndroidJobSecretsInput>;\n updates?: InputMaybe<BuildUpdatesInput>;\n username?: InputMaybe<Scalars['String']>;\n version?: InputMaybe<AndroidJobVersionInput>;\n};\n\nexport type AndroidJobSecretsInput = {\n buildCredentials?: InputMaybe<AndroidJobBuildCredentialsInput>;\n robotAccessToken?: InputMaybe<Scalars['String']>;\n};\n\nexport type AndroidJobVersionInput = {\n versionCode: Scalars['String'];\n};\n\nexport type AndroidKeystoreInput = {\n base64EncodedKeystore: Scalars['String'];\n keyAlias: Scalars['String'];\n keyPassword?: InputMaybe<Scalars['String']>;\n keystorePassword: Scalars['String'];\n type: AndroidKeystoreType;\n};\n\nexport enum AndroidKeystoreType {\n Jks = 'JKS',\n Pkcs12 = 'PKCS12',\n Unknown = 'UNKNOWN'\n}\n\nexport type AndroidSubmissionConfigInput = {\n applicationIdentifier?: InputMaybe<Scalars['String']>;\n archiveUrl?: InputMaybe<Scalars['String']>;\n changesNotSentForReview?: InputMaybe<Scalars['Boolean']>;\n googleServiceAccountKeyId?: InputMaybe<Scalars['String']>;\n googleServiceAccountKeyJson?: InputMaybe<Scalars['String']>;\n releaseStatus?: InputMaybe<SubmissionAndroidReleaseStatus>;\n track: SubmissionAndroidTrack;\n};\n\nexport type AppDataInput = {\n id: Scalars['ID'];\n privacy?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppInfoInput = {\n displayName?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppInput = {\n accountId: Scalars['ID'];\n appInfo?: InputMaybe<AppInfoInput>;\n privacy: AppPrivacy;\n projectName: Scalars['String'];\n};\n\nexport type AppNotificationSubscriptionInput = {\n appId: Scalars['ID'];\n event: NotificationEvent;\n type: NotificationType;\n userId: Scalars['ID'];\n};\n\nexport enum AppPlatform {\n Android = 'ANDROID',\n Ios = 'IOS'\n}\n\nexport enum AppPrivacy {\n Hidden = 'HIDDEN',\n Public = 'PUBLIC',\n Unlisted = 'UNLISTED'\n}\n\nexport enum AppSort {\n /** Sort by recently published */\n RecentlyPublished = 'RECENTLY_PUBLISHED',\n /** Sort by highest trendScore */\n Viewed = 'VIEWED'\n}\n\nexport type AppStoreConnectApiKeyInput = {\n appleTeamId?: InputMaybe<Scalars['ID']>;\n issuerIdentifier: Scalars['String'];\n keyIdentifier: Scalars['String'];\n keyP8: Scalars['String'];\n name?: InputMaybe<Scalars['String']>;\n roles?: InputMaybe<Array<AppStoreConnectUserRole>>;\n};\n\nexport enum AppStoreConnectUserRole {\n AccessToReports = 'ACCESS_TO_REPORTS',\n AccountHolder = 'ACCOUNT_HOLDER',\n Admin = 'ADMIN',\n AppManager = 'APP_MANAGER',\n CloudManagedAppDistribution = 'CLOUD_MANAGED_APP_DISTRIBUTION',\n CloudManagedDeveloperId = 'CLOUD_MANAGED_DEVELOPER_ID',\n CreateApps = 'CREATE_APPS',\n CustomerSupport = 'CUSTOMER_SUPPORT',\n Developer = 'DEVELOPER',\n Finance = 'FINANCE',\n ImageManager = 'IMAGE_MANAGER',\n Marketing = 'MARKETING',\n ReadOnly = 'READ_ONLY',\n Sales = 'SALES',\n Technical = 'TECHNICAL',\n Unknown = 'UNKNOWN'\n}\n\nexport type AppVersionInput = {\n appId: Scalars['ID'];\n applicationIdentifier: Scalars['String'];\n buildVersion: Scalars['String'];\n platform: AppPlatform;\n runtimeVersion?: InputMaybe<Scalars['String']>;\n storeVersion: Scalars['String'];\n};\n\nexport type AppleAppIdentifierInput = {\n appleTeamId?: InputMaybe<Scalars['ID']>;\n bundleIdentifier: Scalars['String'];\n parentAppleAppId?: InputMaybe<Scalars['ID']>;\n};\n\nexport enum AppleDeviceClass {\n Ipad = 'IPAD',\n Iphone = 'IPHONE'\n}\n\nexport type AppleDeviceInput = {\n appleTeamId: Scalars['ID'];\n deviceClass?: InputMaybe<AppleDeviceClass>;\n enabled?: InputMaybe<Scalars['Boolean']>;\n identifier: Scalars['String'];\n model?: InputMaybe<Scalars['String']>;\n name?: InputMaybe<Scalars['String']>;\n softwareVersion?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppleDeviceUpdateInput = {\n name?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppleDistributionCertificateInput = {\n appleTeamId?: InputMaybe<Scalars['ID']>;\n certP12: Scalars['String'];\n certPassword: Scalars['String'];\n certPrivateSigningKey?: InputMaybe<Scalars['String']>;\n developerPortalIdentifier?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppleProvisioningProfileInput = {\n appleProvisioningProfile: Scalars['String'];\n developerPortalIdentifier?: InputMaybe<Scalars['String']>;\n};\n\nexport type ApplePushKeyInput = {\n appleTeamId: Scalars['ID'];\n keyIdentifier: Scalars['String'];\n keyP8: Scalars['String'];\n};\n\nexport type AppleTeamInput = {\n appleTeamIdentifier: Scalars['String'];\n appleTeamName?: InputMaybe<Scalars['String']>;\n};\n\nexport enum AppsFilter {\n /** Featured Projects */\n Featured = 'FEATURED',\n /** New Projects */\n New = 'NEW'\n}\n\nexport type AscApiKeyInput = {\n issuerIdentifier: Scalars['String'];\n keyIdentifier: Scalars['String'];\n keyP8: Scalars['String'];\n};\n\nexport enum AssetMetadataStatus {\n DoesNotExist = 'DOES_NOT_EXIST',\n Exists = 'EXISTS'\n}\n\nexport enum AuthProtocolType {\n Oidc = 'OIDC'\n}\n\nexport type BuildCacheInput = {\n clear?: InputMaybe<Scalars['Boolean']>;\n disabled?: InputMaybe<Scalars['Boolean']>;\n key?: InputMaybe<Scalars['String']>;\n paths?: InputMaybe<Array<Scalars['String']>>;\n};\n\nexport enum BuildCredentialsSource {\n Local = 'LOCAL',\n Remote = 'REMOTE'\n}\n\nexport type BuildFilter = {\n appBuildVersion?: InputMaybe<Scalars['String']>;\n appIdentifier?: InputMaybe<Scalars['String']>;\n appVersion?: InputMaybe<Scalars['String']>;\n buildProfile?: InputMaybe<Scalars['String']>;\n channel?: InputMaybe<Scalars['String']>;\n distribution?: InputMaybe<DistributionType>;\n gitCommitHash?: InputMaybe<Scalars['String']>;\n platform?: InputMaybe<AppPlatform>;\n runtimeVersion?: InputMaybe<Scalars['String']>;\n sdkVersion?: InputMaybe<Scalars['String']>;\n status?: InputMaybe<BuildStatus>;\n};\n\nexport type BuildFilterInput = {\n channel?: InputMaybe<Scalars['String']>;\n platforms?: InputMaybe<Array<AppPlatform>>;\n releaseChannel?: InputMaybe<Scalars['String']>;\n};\n\nexport enum BuildIosEnterpriseProvisioning {\n Adhoc = 'ADHOC',\n Universal = 'UNIVERSAL'\n}\n\nexport enum BuildJobLogsFormat {\n Json = 'JSON',\n Raw = 'RAW'\n}\n\nexport enum BuildJobStatus {\n Errored = 'ERRORED',\n Finished = 'FINISHED',\n InProgress = 'IN_PROGRESS',\n Pending = 'PENDING',\n SentToQueue = 'SENT_TO_QUEUE',\n Started = 'STARTED'\n}\n\nexport type BuildMetadataInput = {\n appBuildVersion?: InputMaybe<Scalars['String']>;\n appIdentifier?: InputMaybe<Scalars['String']>;\n appName?: InputMaybe<Scalars['String']>;\n appVersion?: InputMaybe<Scalars['String']>;\n buildMode?: InputMaybe<BuildMode>;\n buildProfile?: InputMaybe<Scalars['String']>;\n channel?: InputMaybe<Scalars['String']>;\n cliVersion?: InputMaybe<Scalars['String']>;\n credentialsSource?: InputMaybe<BuildCredentialsSource>;\n customWorkflowName?: InputMaybe<Scalars['String']>;\n distribution?: InputMaybe<DistributionType>;\n gitCommitHash?: InputMaybe<Scalars['String']>;\n gitCommitMessage?: InputMaybe<Scalars['String']>;\n iosEnterpriseProvisioning?: InputMaybe<BuildIosEnterpriseProvisioning>;\n isGitWorkingTreeDirty?: InputMaybe<Scalars['Boolean']>;\n message?: InputMaybe<Scalars['String']>;\n reactNativeVersion?: InputMaybe<Scalars['String']>;\n releaseChannel?: InputMaybe<Scalars['String']>;\n runFromCI?: InputMaybe<Scalars['Boolean']>;\n runWithNoWaitFlag?: InputMaybe<Scalars['Boolean']>;\n runtimeVersion?: InputMaybe<Scalars['String']>;\n sdkVersion?: InputMaybe<Scalars['String']>;\n trackingContext?: InputMaybe<Scalars['JSONObject']>;\n username?: InputMaybe<Scalars['String']>;\n workflow?: InputMaybe<BuildWorkflow>;\n};\n\nexport enum BuildMode {\n Build = 'BUILD',\n Custom = 'CUSTOM',\n Resign = 'RESIGN'\n}\n\nexport type BuildParamsInput = {\n reactNativeVersion?: InputMaybe<Scalars['String']>;\n resourceClass: BuildResourceClass;\n sdkVersion?: InputMaybe<Scalars['String']>;\n};\n\nexport enum BuildPriority {\n High = 'HIGH',\n Normal = 'NORMAL',\n NormalPlus = 'NORMAL_PLUS'\n}\n\nexport type BuildResignInput = {\n applicationArchiveSource?: InputMaybe<ProjectArchiveSourceInput>;\n};\n\nexport enum BuildResourceClass {\n AndroidDefault = 'ANDROID_DEFAULT',\n AndroidLarge = 'ANDROID_LARGE',\n AndroidMedium = 'ANDROID_MEDIUM',\n IosDefault = 'IOS_DEFAULT',\n /** @deprecated Use IOS_INTEL_MEDIUM instead */\n IosIntelLarge = 'IOS_INTEL_LARGE',\n IosIntelMedium = 'IOS_INTEL_MEDIUM',\n IosLarge = 'IOS_LARGE',\n /** @deprecated Use IOS_M_MEDIUM instead */\n IosM1Large = 'IOS_M1_LARGE',\n IosM1Medium = 'IOS_M1_MEDIUM',\n IosMedium = 'IOS_MEDIUM',\n IosMLarge = 'IOS_M_LARGE',\n IosMMedium = 'IOS_M_MEDIUM',\n Legacy = 'LEGACY'\n}\n\nexport enum BuildRetryDisabledReason {\n AlreadyRetried = 'ALREADY_RETRIED',\n InvalidStatus = 'INVALID_STATUS',\n IsGithubBuild = 'IS_GITHUB_BUILD',\n NotCompletedYet = 'NOT_COMPLETED_YET',\n TooMuchTimeElapsed = 'TOO_MUCH_TIME_ELAPSED'\n}\n\nexport enum BuildStatus {\n Canceled = 'CANCELED',\n Errored = 'ERRORED',\n Finished = 'FINISHED',\n InProgress = 'IN_PROGRESS',\n InQueue = 'IN_QUEUE',\n New = 'NEW'\n}\n\nexport enum BuildTrigger {\n EasCli = 'EAS_CLI',\n GitBasedIntegration = 'GIT_BASED_INTEGRATION'\n}\n\nexport type BuildUpdatesInput = {\n channel?: InputMaybe<Scalars['String']>;\n};\n\nexport enum BuildWorkflow {\n Generic = 'GENERIC',\n Managed = 'MANAGED',\n Unknown = 'UNKNOWN'\n}\n\nexport type CodeSigningInfoInput = {\n alg: Scalars['String'];\n keyid: Scalars['String'];\n sig: Scalars['String'];\n};\n\nexport type CreateAccessTokenInput = {\n actorID: Scalars['ID'];\n note?: InputMaybe<Scalars['String']>;\n};\n\nexport type CreateAndroidSubmissionInput = {\n appId: Scalars['ID'];\n archiveSource?: InputMaybe<SubmissionArchiveSourceInput>;\n archiveUrl?: InputMaybe<Scalars['String']>;\n config: AndroidSubmissionConfigInput;\n submittedBuildId?: InputMaybe<Scalars['ID']>;\n};\n\nexport type CreateEnvironmentSecretInput = {\n name: Scalars['String'];\n type?: InputMaybe<EnvironmentSecretType>;\n value: Scalars['String'];\n};\n\nexport type CreateGitHubAppInstallationInput = {\n accountId: Scalars['ID'];\n installationIdentifier: Scalars['Int'];\n};\n\nexport type CreateGitHubRepositoryInput = {\n appId: Scalars['ID'];\n githubAppInstallationId: Scalars['ID'];\n githubRepositoryIdentifier: Scalars['Int'];\n nodeIdentifier: Scalars['String'];\n};\n\nexport type CreateGitHubRepositorySettingsInput = {\n appId: Scalars['ID'];\n /** The base directory is the directory to change to before starting a build. This string should be a properly formatted POSIX path starting with '/', './', or the name of the directory relative to the root of the repository. Valid examples include: '/apps/expo-app', './apps/expo-app', and 'apps/expo-app'. This is intended for monorepos or apps that live in a subdirectory of a repository. */\n baseDirectory: Scalars['String'];\n};\n\nexport type CreateIosSubmissionInput = {\n appId: Scalars['ID'];\n archiveSource?: InputMaybe<SubmissionArchiveSourceInput>;\n archiveUrl?: InputMaybe<Scalars['String']>;\n config: IosSubmissionConfigInput;\n submittedBuildId?: InputMaybe<Scalars['ID']>;\n};\n\nexport type CustomBuildConfigInput = {\n path: Scalars['String'];\n};\n\nexport enum DistributionType {\n Internal = 'INTERNAL',\n Simulator = 'SIMULATOR',\n Store = 'STORE'\n}\n\nexport enum EasBuildBillingResourceClass {\n Large = 'LARGE',\n Medium = 'MEDIUM'\n}\n\nexport enum EasBuildDeprecationInfoType {\n Internal = 'INTERNAL',\n UserFacing = 'USER_FACING'\n}\n\nexport enum EasService {\n Builds = 'BUILDS',\n Updates = 'UPDATES'\n}\n\nexport enum EasServiceMetric {\n AssetsRequests = 'ASSETS_REQUESTS',\n BandwidthUsage = 'BANDWIDTH_USAGE',\n Builds = 'BUILDS',\n ManifestRequests = 'MANIFEST_REQUESTS',\n UniqueUpdaters = 'UNIQUE_UPDATERS',\n UniqueUsers = 'UNIQUE_USERS'\n}\n\nexport enum EasTotalPlanEnablementUnit {\n Build = 'BUILD',\n Byte = 'BYTE',\n Concurrency = 'CONCURRENCY',\n Request = 'REQUEST',\n Updater = 'UPDATER',\n User = 'USER'\n}\n\nexport type EditUpdateBranchInput = {\n appId?: InputMaybe<Scalars['ID']>;\n id?: InputMaybe<Scalars['ID']>;\n name?: InputMaybe<Scalars['String']>;\n newName: Scalars['String'];\n};\n\nexport enum EnvironmentSecretType {\n FileBase64 = 'FILE_BASE64',\n String = 'STRING'\n}\n\nexport enum Feature {\n /** Priority Builds */\n Builds = 'BUILDS',\n /** Funds support for open source development */\n OpenSource = 'OPEN_SOURCE',\n /** Top Tier Support */\n Support = 'SUPPORT',\n /** Share access to projects */\n Teams = 'TEAMS'\n}\n\nexport enum GitHubAppEnvironment {\n Development = 'DEVELOPMENT',\n Production = 'PRODUCTION',\n Staging = 'STAGING'\n}\n\nexport enum GitHubAppInstallationStatus {\n Active = 'ACTIVE',\n NotInstalled = 'NOT_INSTALLED',\n Suspended = 'SUSPENDED'\n}\n\nexport type GitHubBuildInput = {\n appId: Scalars['ID'];\n baseDirectory?: InputMaybe<Scalars['String']>;\n buildProfile: Scalars['String'];\n gitRef: Scalars['String'];\n platform: AppPlatform;\n};\n\nexport type GoogleServiceAccountKeyInput = {\n jsonKey: Scalars['JSONObject'];\n};\n\nexport enum InvoiceDiscountType {\n Amount = 'AMOUNT',\n Percentage = 'PERCENTAGE'\n}\n\nexport type IosAppBuildCredentialsFilter = {\n iosDistributionType?: InputMaybe<IosDistributionType>;\n};\n\nexport type IosAppBuildCredentialsInput = {\n distributionCertificateId: Scalars['ID'];\n iosDistributionType: IosDistributionType;\n provisioningProfileId: Scalars['ID'];\n};\n\nexport type IosAppCredentialsFilter = {\n appleAppIdentifierId?: InputMaybe<Scalars['String']>;\n};\n\nexport type IosAppCredentialsInput = {\n appStoreConnectApiKeyForSubmissionsId?: InputMaybe<Scalars['ID']>;\n appleTeamId?: InputMaybe<Scalars['ID']>;\n pushKeyId?: InputMaybe<Scalars['ID']>;\n};\n\n/** @deprecated Use developmentClient option instead. */\nexport enum IosBuildType {\n DevelopmentClient = 'DEVELOPMENT_CLIENT',\n Release = 'RELEASE'\n}\n\nexport type IosBuilderEnvironmentInput = {\n bundler?: InputMaybe<Scalars['String']>;\n cocoapods?: InputMaybe<Scalars['String']>;\n env?: InputMaybe<Scalars['JSONObject']>;\n expoCli?: InputMaybe<Scalars['String']>;\n fastlane?: InputMaybe<Scalars['String']>;\n image?: InputMaybe<Scalars['String']>;\n node?: InputMaybe<Scalars['String']>;\n yarn?: InputMaybe<Scalars['String']>;\n};\n\nexport enum IosDistributionType {\n AdHoc = 'AD_HOC',\n AppStore = 'APP_STORE',\n Development = 'DEVELOPMENT',\n Enterprise = 'ENTERPRISE'\n}\n\nexport type IosJobDistributionCertificateInput = {\n dataBase64: Scalars['String'];\n password: Scalars['String'];\n};\n\nexport type IosJobInput = {\n applicationArchivePath?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n artifactPath?: InputMaybe<Scalars['String']>;\n buildArtifactPaths?: InputMaybe<Array<Scalars['String']>>;\n buildConfiguration?: InputMaybe<Scalars['String']>;\n buildProfile?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n buildType?: InputMaybe<IosBuildType>;\n builderEnvironment?: InputMaybe<IosBuilderEnvironmentInput>;\n cache?: InputMaybe<BuildCacheInput>;\n customBuildConfig?: InputMaybe<CustomBuildConfigInput>;\n developmentClient?: InputMaybe<Scalars['Boolean']>;\n /** @deprecated */\n distribution?: InputMaybe<DistributionType>;\n experimental?: InputMaybe<Scalars['JSONObject']>;\n mode?: InputMaybe<BuildMode>;\n projectArchive: ProjectArchiveSourceInput;\n projectRootDirectory: Scalars['String'];\n releaseChannel?: InputMaybe<Scalars['String']>;\n scheme?: InputMaybe<Scalars['String']>;\n secrets?: InputMaybe<IosJobSecretsInput>;\n simulator?: InputMaybe<Scalars['Boolean']>;\n triggeredBy?: InputMaybe<BuildTrigger>;\n type: BuildWorkflow;\n updates?: InputMaybe<BuildUpdatesInput>;\n username?: InputMaybe<Scalars['String']>;\n version?: InputMaybe<IosJobVersionInput>;\n};\n\nexport type IosJobOverridesInput = {\n applicationArchivePath?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n artifactPath?: InputMaybe<Scalars['String']>;\n buildArtifactPaths?: InputMaybe<Array<Scalars['String']>>;\n buildConfiguration?: InputMaybe<Scalars['String']>;\n buildProfile?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n buildType?: InputMaybe<IosBuildType>;\n builderEnvironment?: InputMaybe<IosBuilderEnvironmentInput>;\n cache?: InputMaybe<BuildCacheInput>;\n developmentClient?: InputMaybe<Scalars['Boolean']>;\n /** @deprecated */\n distribution?: InputMaybe<DistributionType>;\n experimental?: InputMaybe<Scalars['JSONObject']>;\n mode?: InputMaybe<BuildMode>;\n releaseChannel?: InputMaybe<Scalars['String']>;\n resign?: InputMaybe<BuildResignInput>;\n scheme?: InputMaybe<Scalars['String']>;\n secrets?: InputMaybe<IosJobSecretsInput>;\n simulator?: InputMaybe<Scalars['Boolean']>;\n type?: InputMaybe<BuildWorkflow>;\n updates?: InputMaybe<BuildUpdatesInput>;\n username?: InputMaybe<Scalars['String']>;\n version?: InputMaybe<IosJobVersionInput>;\n};\n\nexport type IosJobSecretsInput = {\n buildCredentials?: InputMaybe<Array<InputMaybe<IosJobTargetCredentialsInput>>>;\n robotAccessToken?: InputMaybe<Scalars['String']>;\n};\n\nexport type IosJobTargetCredentialsInput = {\n distributionCertificate: IosJobDistributionCertificateInput;\n provisioningProfileBase64: Scalars['String'];\n targetName: Scalars['String'];\n};\n\nexport type IosJobVersionInput = {\n buildNumber: Scalars['String'];\n};\n\n/** @deprecated Use developmentClient option instead. */\nexport enum IosManagedBuildType {\n DevelopmentClient = 'DEVELOPMENT_CLIENT',\n Release = 'RELEASE'\n}\n\nexport enum IosSchemeBuildConfiguration {\n Debug = 'DEBUG',\n Release = 'RELEASE'\n}\n\nexport type IosSubmissionConfigInput = {\n appleAppSpecificPassword?: InputMaybe<Scalars['String']>;\n appleIdUsername?: InputMaybe<Scalars['String']>;\n archiveUrl?: InputMaybe<Scalars['String']>;\n ascApiKey?: InputMaybe<AscApiKeyInput>;\n ascApiKeyId?: InputMaybe<Scalars['String']>;\n ascAppIdentifier: Scalars['String'];\n};\n\nexport enum MailchimpAudience {\n ExpoDevelopers = 'EXPO_DEVELOPERS'\n}\n\nexport enum MailchimpTag {\n DevClientUsers = 'DEV_CLIENT_USERS',\n EasMasterList = 'EAS_MASTER_LIST'\n}\n\nexport enum NotificationEvent {\n BuildComplete = 'BUILD_COMPLETE',\n SubmissionComplete = 'SUBMISSION_COMPLETE'\n}\n\nexport type NotificationSubscriptionFilter = {\n accountId?: InputMaybe<Scalars['ID']>;\n appId?: InputMaybe<Scalars['ID']>;\n event?: InputMaybe<NotificationEvent>;\n type?: InputMaybe<NotificationType>;\n};\n\nexport enum NotificationType {\n Email = 'EMAIL'\n}\n\nexport enum OfferType {\n /** Addon, or supplementary subscription */\n Addon = 'ADDON',\n /** Advanced Purchase of Paid Resource */\n Prepaid = 'PREPAID',\n /** Term subscription */\n Subscription = 'SUBSCRIPTION'\n}\n\nexport enum Order {\n Asc = 'ASC',\n Desc = 'DESC'\n}\n\nexport type PartialManifest = {\n assets: Array<InputMaybe<PartialManifestAsset>>;\n extra?: InputMaybe<Scalars['JSONObject']>;\n launchAsset: PartialManifestAsset;\n};\n\nexport type PartialManifestAsset = {\n bundleKey: Scalars['String'];\n contentType: Scalars['String'];\n fileExtension?: InputMaybe<Scalars['String']>;\n fileSHA256: Scalars['String'];\n storageKey: Scalars['String'];\n};\n\nexport enum Permission {\n Admin = 'ADMIN',\n Own = 'OWN',\n Publish = 'PUBLISH',\n View = 'VIEW'\n}\n\nexport type ProjectArchiveSourceInput = {\n bucketKey?: InputMaybe<Scalars['String']>;\n gitRef?: InputMaybe<Scalars['String']>;\n repositoryUrl?: InputMaybe<Scalars['String']>;\n type: ProjectArchiveSourceType;\n url?: InputMaybe<Scalars['String']>;\n};\n\nexport enum ProjectArchiveSourceType {\n Gcs = 'GCS',\n Git = 'GIT',\n None = 'NONE',\n S3 = 'S3',\n Url = 'URL'\n}\n\nexport type PublishUpdateGroupInput = {\n awaitingCodeSigningInfo?: InputMaybe<Scalars['Boolean']>;\n branchId: Scalars['String'];\n excludedAssets?: InputMaybe<Array<PartialManifestAsset>>;\n gitCommitHash?: InputMaybe<Scalars['String']>;\n isGitWorkingTreeDirty?: InputMaybe<Scalars['Boolean']>;\n message?: InputMaybe<Scalars['String']>;\n rollBackToEmbeddedInfoGroup?: InputMaybe<UpdateRollBackToEmbeddedGroup>;\n runtimeVersion: Scalars['String'];\n updateInfoGroup?: InputMaybe<UpdateInfoGroup>;\n};\n\nexport type RobotDataInput = {\n name?: InputMaybe<Scalars['String']>;\n};\n\nexport enum Role {\n Admin = 'ADMIN',\n Custom = 'CUSTOM',\n Developer = 'DEVELOPER',\n HasAdmin = 'HAS_ADMIN',\n NotAdmin = 'NOT_ADMIN',\n Owner = 'OWNER',\n ViewOnly = 'VIEW_ONLY'\n}\n\nexport type SsoUserDataInput = {\n firstName?: InputMaybe<Scalars['String']>;\n githubUsername?: InputMaybe<Scalars['String']>;\n industry?: InputMaybe<Scalars['String']>;\n lastName?: InputMaybe<Scalars['String']>;\n location?: InputMaybe<Scalars['String']>;\n twitterUsername?: InputMaybe<Scalars['String']>;\n};\n\nexport type SecondFactorDeviceConfiguration = {\n isPrimary: Scalars['Boolean'];\n method: SecondFactorMethod;\n name: Scalars['String'];\n smsPhoneNumber?: InputMaybe<Scalars['String']>;\n};\n\nexport enum SecondFactorMethod {\n /** Google Authenticator (TOTP) */\n Authenticator = 'AUTHENTICATOR',\n /** SMS */\n Sms = 'SMS'\n}\n\nexport type ServerlessFunctionIdentifierInput = {\n gitCommitSHA1: Scalars['String'];\n};\n\nexport enum StandardOffer {\n /** $29 USD per month, 30 day trial */\n Default = 'DEFAULT',\n /** $800 USD per month */\n Support = 'SUPPORT',\n /** $29 USD per month, 1 year trial */\n YcDeals = 'YC_DEALS',\n /** $348 USD per year, 30 day trial */\n YearlySub = 'YEARLY_SUB'\n}\n\n/** Possible Incident impact values from Expo status page API. */\nexport enum StatuspageIncidentImpact {\n Critical = 'CRITICAL',\n Maintenance = 'MAINTENANCE',\n Major = 'MAJOR',\n Minor = 'MINOR',\n None = 'NONE'\n}\n\n/** Possible Incident statuses from Expo status page API. */\nexport enum StatuspageIncidentStatus {\n Completed = 'COMPLETED',\n Identified = 'IDENTIFIED',\n Investigating = 'INVESTIGATING',\n InProgress = 'IN_PROGRESS',\n Monitoring = 'MONITORING',\n Resolved = 'RESOLVED',\n Scheduled = 'SCHEDULED',\n Verifying = 'VERIFYING'\n}\n\n/** Name of a service monitored by Expo status page. */\nexport enum StatuspageServiceName {\n EasBuild = 'EAS_BUILD',\n EasSubmit = 'EAS_SUBMIT',\n EasUpdate = 'EAS_UPDATE'\n}\n\n/** Possible statuses for a service. */\nexport enum StatuspageServiceStatus {\n DegradedPerformance = 'DEGRADED_PERFORMANCE',\n MajorOutage = 'MAJOR_OUTAGE',\n Operational = 'OPERATIONAL',\n PartialOutage = 'PARTIAL_OUTAGE',\n UnderMaintenance = 'UNDER_MAINTENANCE'\n}\n\nexport enum SubmissionAndroidArchiveType {\n Aab = 'AAB',\n Apk = 'APK'\n}\n\nexport enum SubmissionAndroidReleaseStatus {\n Completed = 'COMPLETED',\n Draft = 'DRAFT',\n Halted = 'HALTED',\n InProgress = 'IN_PROGRESS'\n}\n\nexport enum SubmissionAndroidTrack {\n Alpha = 'ALPHA',\n Beta = 'BETA',\n Internal = 'INTERNAL',\n Production = 'PRODUCTION'\n}\n\nexport type SubmissionArchiveSourceInput = {\n /** Required if the archive source type is GCS_BUILD_APPLICATION_ARCHIVE or GCS_SUBMIT_ARCHIVE */\n bucketKey?: InputMaybe<Scalars['String']>;\n type: SubmissionArchiveSourceType;\n /** Required if the archive source type is URL */\n url?: InputMaybe<Scalars['String']>;\n};\n\nexport enum SubmissionArchiveSourceType {\n GcsBuildApplicationArchive = 'GCS_BUILD_APPLICATION_ARCHIVE',\n GcsSubmitArchive = 'GCS_SUBMIT_ARCHIVE',\n Url = 'URL'\n}\n\nexport type SubmissionFilter = {\n platform?: InputMaybe<AppPlatform>;\n status?: InputMaybe<SubmissionStatus>;\n};\n\nexport enum SubmissionStatus {\n AwaitingBuild = 'AWAITING_BUILD',\n Canceled = 'CANCELED',\n Errored = 'ERRORED',\n Finished = 'FINISHED',\n InProgress = 'IN_PROGRESS',\n InQueue = 'IN_QUEUE'\n}\n\nexport type TimelineActivityFilterInput = {\n channels?: InputMaybe<Array<Scalars['String']>>;\n platforms?: InputMaybe<Array<AppPlatform>>;\n releaseChannels?: InputMaybe<Array<Scalars['String']>>;\n types?: InputMaybe<Array<ActivityTimelineProjectActivityType>>;\n};\n\nexport type UpdateGitHubRepositorySettingsInput = {\n baseDirectory: Scalars['String'];\n};\n\nexport type UpdateInfoGroup = {\n android?: InputMaybe<PartialManifest>;\n ios?: InputMaybe<PartialManifest>;\n web?: InputMaybe<PartialManifest>;\n};\n\nexport type UpdateRollBackToEmbeddedGroup = {\n android?: InputMaybe<Scalars['Boolean']>;\n ios?: InputMaybe<Scalars['Boolean']>;\n web?: InputMaybe<Scalars['Boolean']>;\n};\n\nexport type UpdatesFilter = {\n platform?: InputMaybe<AppPlatform>;\n runtimeVersions?: InputMaybe<Array<Scalars['String']>>;\n sdkVersions?: InputMaybe<Array<Scalars['String']>>;\n};\n\nexport enum UploadSessionType {\n EasBuildGcsProjectSources = 'EAS_BUILD_GCS_PROJECT_SOURCES',\n EasBuildProjectSources = 'EAS_BUILD_PROJECT_SOURCES',\n EasSubmitAppArchive = 'EAS_SUBMIT_APP_ARCHIVE',\n EasSubmitGcsAppArchive = 'EAS_SUBMIT_GCS_APP_ARCHIVE'\n}\n\nexport enum UsageMetricType {\n Bandwidth = 'BANDWIDTH',\n Build = 'BUILD',\n Request = 'REQUEST',\n Update = 'UPDATE',\n User = 'USER'\n}\n\nexport enum UsageMetricsGranularity {\n Day = 'DAY',\n Hour = 'HOUR',\n Minute = 'MINUTE',\n Total = 'TOTAL'\n}\n\nexport type UsageMetricsTimespan = {\n end: Scalars['DateTime'];\n start: Scalars['DateTime'];\n};\n\nexport type UserDataInput = {\n appetizeCode?: InputMaybe<Scalars['String']>;\n email?: InputMaybe<Scalars['String']>;\n firstName?: InputMaybe<Scalars['String']>;\n fullName?: InputMaybe<Scalars['String']>;\n githubUsername?: InputMaybe<Scalars['String']>;\n id?: InputMaybe<Scalars['ID']>;\n industry?: InputMaybe<Scalars['String']>;\n lastName?: InputMaybe<Scalars['String']>;\n location?: InputMaybe<Scalars['String']>;\n profilePhoto?: InputMaybe<Scalars['String']>;\n twitterUsername?: InputMaybe<Scalars['String']>;\n username?: InputMaybe<Scalars['String']>;\n};\n\nexport type WebhookFilter = {\n event?: InputMaybe<WebhookType>;\n};\n\nexport type WebhookInput = {\n event: WebhookType;\n secret: Scalars['String'];\n url: Scalars['String'];\n};\n\nexport enum WebhookType {\n Build = 'BUILD',\n Submit = 'SUBMIT'\n}\n\nexport type AppByIdQueryVariables = Exact<{\n appId: Scalars['String'];\n}>;\n\n\nexport type AppByIdQuery = { __typename?: 'RootQuery', app: { __typename?: 'AppQuery', byId: { __typename?: 'App', id: string, scopeKey: string, ownerAccount: { __typename?: 'Account', id: string } } } };\n\nexport type CurrentUserQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type CurrentUserQuery = { __typename?: 'RootQuery', meActor?: { __typename: 'Robot', firstName?: string | null, id: string, accounts: Array<{ __typename?: 'Account', id: string, users: Array<{ __typename?: 'UserPermission', permissions: Array<Permission>, actor: { __typename?: 'Robot', id: string } | { __typename?: 'SSOUser', id: string } | { __typename?: 'User', id: string } }> }> } | { __typename: 'SSOUser', username: string, id: string, primaryAccount: { __typename?: 'Account', id: string }, accounts: Array<{ __typename?: 'Account', id: string, users: Array<{ __typename?: 'UserPermission', permissions: Array<Permission>, actor: { __typename?: 'Robot', id: string } | { __typename?: 'SSOUser', id: string } | { __typename?: 'User', id: string } }> }> } | { __typename: 'User', username: string, id: string, primaryAccount: { __typename?: 'Account', id: string }, accounts: Array<{ __typename?: 'Account', id: string, users: Array<{ __typename?: 'UserPermission', permissions: Array<Permission>, actor: { __typename?: 'Robot', id: string } | { __typename?: 'SSOUser', id: string } | { __typename?: 'User', id: string } }> }> } | null };\n\nexport type AppFragment = { __typename?: 'App', id: string, scopeKey: string, ownerAccount: { __typename?: 'Account', id: string } };\n"],"names":["AccountAppsSortByField","LatestActivityTime","Name","ActivityTimelineProjectActivityType","Build","BuildJob","Submission","Update","AndroidBuildType","Apk","AppBundle","DevelopmentClient","AndroidFcmVersion","Legacy","V1","AndroidKeystoreType","Jks","Pkcs12","Unknown","AppPlatform","Android","Ios","AppPrivacy","Hidden","Public","Unlisted","AppSort","RecentlyPublished","Viewed","AppStoreConnectUserRole","AccessToReports","AccountHolder","Admin","AppManager","CloudManagedAppDistribution","CloudManagedDeveloperId","CreateApps","CustomerSupport","Developer","Finance","ImageManager","Marketing","ReadOnly","Sales","Technical","AppleDeviceClass","Ipad","Iphone","AppsFilter","Featured","New","AssetMetadataStatus","DoesNotExist","Exists","AuthProtocolType","Oidc","BuildCredentialsSource","Local","Remote","BuildIosEnterpriseProvisioning","Adhoc","Universal","BuildJobLogsFormat","Json","Raw","BuildJobStatus","Errored","Finished","InProgress","Pending","SentToQueue","Started","BuildMode","Custom","Resign","BuildPriority","High","Normal","NormalPlus","BuildResourceClass","AndroidDefault","AndroidLarge","AndroidMedium","IosDefault","IosIntelLarge","IosIntelMedium","IosLarge","IosM1Large","IosM1Medium","IosMedium","IosMLarge","IosMMedium","BuildRetryDisabledReason","AlreadyRetried","InvalidStatus","IsGithubBuild","NotCompletedYet","TooMuchTimeElapsed","BuildStatus","Canceled","InQueue","BuildTrigger","EasCli","GitBasedIntegration","BuildWorkflow","Generic","Managed","DistributionType","Internal","Simulator","Store","EasBuildBillingResourceClass","Large","Medium","EasBuildDeprecationInfoType","UserFacing","EasService","Builds","Updates","EasServiceMetric","AssetsRequests","BandwidthUsage","ManifestRequests","UniqueUpdaters","UniqueUsers","EasTotalPlanEnablementUnit","Byte","Concurrency","Request","Updater","User","EnvironmentSecretType","FileBase64","String","Feature","OpenSource","Support","Teams","GitHubAppEnvironment","Development","Production","Staging","GitHubAppInstallationStatus","Active","NotInstalled","Suspended","InvoiceDiscountType","Amount","Percentage","IosBuildType","Release","IosDistributionType","AdHoc","AppStore","Enterprise","IosManagedBuildType","IosSchemeBuildConfiguration","Debug","MailchimpAudience","ExpoDevelopers","MailchimpTag","DevClientUsers","EasMasterList","NotificationEvent","BuildComplete","SubmissionComplete","NotificationType","Email","OfferType","Addon","Prepaid","Subscription","Order","Asc","Desc","Permission","Own","Publish","View","ProjectArchiveSourceType","Gcs","Git","None","S3","Url","Role","HasAdmin","NotAdmin","Owner","ViewOnly","SecondFactorMethod","Authenticator","Sms","StandardOffer","Default","YcDeals","YearlySub","StatuspageIncidentImpact","Critical","Maintenance","Major","Minor","StatuspageIncidentStatus","Completed","Identified","Investigating","Monitoring","Resolved","Scheduled","Verifying","StatuspageServiceName","EasBuild","EasSubmit","EasUpdate","StatuspageServiceStatus","DegradedPerformance","MajorOutage","Operational","PartialOutage","UnderMaintenance","SubmissionAndroidArchiveType","Aab","SubmissionAndroidReleaseStatus","Draft","Halted","SubmissionAndroidTrack","Alpha","Beta","SubmissionArchiveSourceType","GcsBuildApplicationArchive","GcsSubmitArchive","SubmissionStatus","AwaitingBuild","UploadSessionType","EasBuildGcsProjectSources","EasBuildProjectSources","EasSubmitAppArchive","EasSubmitGcsAppArchive","UsageMetricType","Bandwidth","UsageMetricsGranularity","Day","Hour","Minute","Total","WebhookType","Submit"],"mappings":"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"}
1
+ {"version":3,"sources":["../../../src/graphql/generated.ts"],"sourcesContent":["/**\n * eslint-disable\n * This file was generated using GraphQL Codegen\n * Command: yarn generate-graphql-code\n * Run this during development for automatic type generation when editing GraphQL documents\n * For more info and docs, visit https://graphql-code-generator.com/\n */\n\nexport type Maybe<T> = T | null;\nexport type InputMaybe<T> = Maybe<T>;\nexport type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };\nexport type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };\nexport type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: string;\n String: string;\n Boolean: boolean;\n Int: number;\n Float: number;\n DateTime: any;\n JSON: any;\n JSONObject: any;\n};\n\nexport type AccountAppsFilterInput = {\n sortByField: AccountAppsSortByField;\n};\n\nexport enum AccountAppsSortByField {\n LatestActivityTime = 'LATEST_ACTIVITY_TIME',\n /**\n * Name prefers the display name but falls back to full_name with @account/\n * part stripped.\n */\n Name = 'NAME'\n}\n\nexport type AccountDataInput = {\n name: Scalars['String'];\n};\n\nexport type AccountNotificationSubscriptionInput = {\n accountId: Scalars['ID'];\n event: NotificationEvent;\n type: NotificationType;\n userId: Scalars['ID'];\n};\n\nexport type AccountSsoConfigurationData = {\n authEndpoint?: InputMaybe<Scalars['String']>;\n authProtocol: AuthProtocolType;\n authProviderIdentifier: Scalars['String'];\n clientIdentifier: Scalars['String'];\n clientSecret: Scalars['String'];\n endSessionEndpoint?: InputMaybe<Scalars['String']>;\n issuer: Scalars['String'];\n jwksEndpoint?: InputMaybe<Scalars['String']>;\n revokeEndpoint?: InputMaybe<Scalars['String']>;\n tokenEndpoint?: InputMaybe<Scalars['String']>;\n userInfoEndpoint?: InputMaybe<Scalars['String']>;\n};\n\nexport enum ActivityTimelineProjectActivityType {\n Build = 'BUILD',\n BuildJob = 'BUILD_JOB',\n Submission = 'SUBMISSION',\n Update = 'UPDATE'\n}\n\nexport type AddUserInput = {\n audience?: InputMaybe<MailchimpAudience>;\n email: Scalars['String'];\n tags?: InputMaybe<Array<MailchimpTag>>;\n};\n\n/** @isDefault: if set, these build credentials will become the default for the Android app. All other build credentials will have their default status set to false. */\nexport type AndroidAppBuildCredentialsInput = {\n isDefault: Scalars['Boolean'];\n keystoreId: Scalars['ID'];\n name: Scalars['String'];\n};\n\nexport type AndroidAppCredentialsFilter = {\n applicationIdentifier?: InputMaybe<Scalars['String']>;\n legacyOnly?: InputMaybe<Scalars['Boolean']>;\n};\n\nexport type AndroidAppCredentialsInput = {\n fcmId?: InputMaybe<Scalars['ID']>;\n googleServiceAccountKeyForSubmissionsId?: InputMaybe<Scalars['ID']>;\n};\n\nexport enum AndroidBuildType {\n Apk = 'APK',\n AppBundle = 'APP_BUNDLE',\n /** @deprecated Use developmentClient option instead. */\n DevelopmentClient = 'DEVELOPMENT_CLIENT'\n}\n\nexport type AndroidBuilderEnvironmentInput = {\n env?: InputMaybe<Scalars['JSONObject']>;\n expoCli?: InputMaybe<Scalars['String']>;\n image?: InputMaybe<Scalars['String']>;\n ndk?: InputMaybe<Scalars['String']>;\n node?: InputMaybe<Scalars['String']>;\n yarn?: InputMaybe<Scalars['String']>;\n};\n\nexport type AndroidFcmInput = {\n credential: Scalars['String'];\n version: AndroidFcmVersion;\n};\n\nexport enum AndroidFcmVersion {\n Legacy = 'LEGACY',\n V1 = 'V1'\n}\n\nexport type AndroidJobBuildCredentialsInput = {\n keystore: AndroidJobKeystoreInput;\n};\n\nexport type AndroidJobInput = {\n applicationArchivePath?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n artifactPath?: InputMaybe<Scalars['String']>;\n buildArtifactPaths?: InputMaybe<Array<Scalars['String']>>;\n buildProfile?: InputMaybe<Scalars['String']>;\n buildType?: InputMaybe<AndroidBuildType>;\n builderEnvironment?: InputMaybe<AndroidBuilderEnvironmentInput>;\n cache?: InputMaybe<BuildCacheInput>;\n customBuildConfig?: InputMaybe<CustomBuildConfigInput>;\n developmentClient?: InputMaybe<Scalars['Boolean']>;\n experimental?: InputMaybe<Scalars['JSONObject']>;\n gradleCommand?: InputMaybe<Scalars['String']>;\n mode?: InputMaybe<BuildMode>;\n projectArchive: ProjectArchiveSourceInput;\n projectRootDirectory: Scalars['String'];\n releaseChannel?: InputMaybe<Scalars['String']>;\n secrets?: InputMaybe<AndroidJobSecretsInput>;\n triggeredBy?: InputMaybe<BuildTrigger>;\n type: BuildWorkflow;\n updates?: InputMaybe<BuildUpdatesInput>;\n username?: InputMaybe<Scalars['String']>;\n version?: InputMaybe<AndroidJobVersionInput>;\n};\n\nexport type AndroidJobKeystoreInput = {\n dataBase64: Scalars['String'];\n keyAlias: Scalars['String'];\n keyPassword?: InputMaybe<Scalars['String']>;\n keystorePassword: Scalars['String'];\n};\n\nexport type AndroidJobOverridesInput = {\n applicationArchivePath?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n artifactPath?: InputMaybe<Scalars['String']>;\n buildArtifactPaths?: InputMaybe<Array<Scalars['String']>>;\n buildProfile?: InputMaybe<Scalars['String']>;\n buildType?: InputMaybe<AndroidBuildType>;\n builderEnvironment?: InputMaybe<AndroidBuilderEnvironmentInput>;\n cache?: InputMaybe<BuildCacheInput>;\n developmentClient?: InputMaybe<Scalars['Boolean']>;\n experimental?: InputMaybe<Scalars['JSONObject']>;\n gradleCommand?: InputMaybe<Scalars['String']>;\n mode?: InputMaybe<BuildMode>;\n releaseChannel?: InputMaybe<Scalars['String']>;\n secrets?: InputMaybe<AndroidJobSecretsInput>;\n updates?: InputMaybe<BuildUpdatesInput>;\n username?: InputMaybe<Scalars['String']>;\n version?: InputMaybe<AndroidJobVersionInput>;\n};\n\nexport type AndroidJobSecretsInput = {\n buildCredentials?: InputMaybe<AndroidJobBuildCredentialsInput>;\n robotAccessToken?: InputMaybe<Scalars['String']>;\n};\n\nexport type AndroidJobVersionInput = {\n versionCode: Scalars['String'];\n};\n\nexport type AndroidKeystoreInput = {\n base64EncodedKeystore: Scalars['String'];\n keyAlias: Scalars['String'];\n keyPassword?: InputMaybe<Scalars['String']>;\n keystorePassword: Scalars['String'];\n type: AndroidKeystoreType;\n};\n\nexport enum AndroidKeystoreType {\n Jks = 'JKS',\n Pkcs12 = 'PKCS12',\n Unknown = 'UNKNOWN'\n}\n\nexport type AndroidSubmissionConfigInput = {\n applicationIdentifier?: InputMaybe<Scalars['String']>;\n archiveUrl?: InputMaybe<Scalars['String']>;\n changesNotSentForReview?: InputMaybe<Scalars['Boolean']>;\n googleServiceAccountKeyId?: InputMaybe<Scalars['String']>;\n googleServiceAccountKeyJson?: InputMaybe<Scalars['String']>;\n releaseStatus?: InputMaybe<SubmissionAndroidReleaseStatus>;\n track: SubmissionAndroidTrack;\n};\n\nexport type AppDataInput = {\n id: Scalars['ID'];\n privacy?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppInfoInput = {\n displayName?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppInput = {\n accountId: Scalars['ID'];\n appInfo?: InputMaybe<AppInfoInput>;\n privacy: AppPrivacy;\n projectName: Scalars['String'];\n};\n\nexport type AppNotificationSubscriptionInput = {\n appId: Scalars['ID'];\n event: NotificationEvent;\n type: NotificationType;\n userId: Scalars['ID'];\n};\n\nexport enum AppPlatform {\n Android = 'ANDROID',\n Ios = 'IOS'\n}\n\nexport enum AppPrivacy {\n Hidden = 'HIDDEN',\n Public = 'PUBLIC',\n Unlisted = 'UNLISTED'\n}\n\nexport enum AppSort {\n /** Sort by recently published */\n RecentlyPublished = 'RECENTLY_PUBLISHED',\n /** Sort by highest trendScore */\n Viewed = 'VIEWED'\n}\n\nexport type AppStoreConnectApiKeyInput = {\n appleTeamId?: InputMaybe<Scalars['ID']>;\n issuerIdentifier: Scalars['String'];\n keyIdentifier: Scalars['String'];\n keyP8: Scalars['String'];\n name?: InputMaybe<Scalars['String']>;\n roles?: InputMaybe<Array<AppStoreConnectUserRole>>;\n};\n\nexport enum AppStoreConnectUserRole {\n AccessToReports = 'ACCESS_TO_REPORTS',\n AccountHolder = 'ACCOUNT_HOLDER',\n Admin = 'ADMIN',\n AppManager = 'APP_MANAGER',\n CloudManagedAppDistribution = 'CLOUD_MANAGED_APP_DISTRIBUTION',\n CloudManagedDeveloperId = 'CLOUD_MANAGED_DEVELOPER_ID',\n CreateApps = 'CREATE_APPS',\n CustomerSupport = 'CUSTOMER_SUPPORT',\n Developer = 'DEVELOPER',\n Finance = 'FINANCE',\n ImageManager = 'IMAGE_MANAGER',\n Marketing = 'MARKETING',\n ReadOnly = 'READ_ONLY',\n Sales = 'SALES',\n Technical = 'TECHNICAL',\n Unknown = 'UNKNOWN'\n}\n\nexport type AppVersionInput = {\n appId: Scalars['ID'];\n applicationIdentifier: Scalars['String'];\n buildVersion: Scalars['String'];\n platform: AppPlatform;\n runtimeVersion?: InputMaybe<Scalars['String']>;\n storeVersion: Scalars['String'];\n};\n\nexport type AppleAppIdentifierInput = {\n appleTeamId?: InputMaybe<Scalars['ID']>;\n bundleIdentifier: Scalars['String'];\n parentAppleAppId?: InputMaybe<Scalars['ID']>;\n};\n\nexport enum AppleDeviceClass {\n Ipad = 'IPAD',\n Iphone = 'IPHONE'\n}\n\nexport type AppleDeviceInput = {\n appleTeamId: Scalars['ID'];\n deviceClass?: InputMaybe<AppleDeviceClass>;\n enabled?: InputMaybe<Scalars['Boolean']>;\n identifier: Scalars['String'];\n model?: InputMaybe<Scalars['String']>;\n name?: InputMaybe<Scalars['String']>;\n softwareVersion?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppleDeviceUpdateInput = {\n name?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppleDistributionCertificateInput = {\n appleTeamId?: InputMaybe<Scalars['ID']>;\n certP12: Scalars['String'];\n certPassword: Scalars['String'];\n certPrivateSigningKey?: InputMaybe<Scalars['String']>;\n developerPortalIdentifier?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppleProvisioningProfileInput = {\n appleProvisioningProfile: Scalars['String'];\n developerPortalIdentifier?: InputMaybe<Scalars['String']>;\n};\n\nexport type ApplePushKeyInput = {\n appleTeamId: Scalars['ID'];\n keyIdentifier: Scalars['String'];\n keyP8: Scalars['String'];\n};\n\nexport type AppleTeamInput = {\n appleTeamIdentifier: Scalars['String'];\n appleTeamName?: InputMaybe<Scalars['String']>;\n};\n\nexport enum AppsFilter {\n /** Featured Projects */\n Featured = 'FEATURED',\n /** New Projects */\n New = 'NEW'\n}\n\nexport type AscApiKeyInput = {\n issuerIdentifier: Scalars['String'];\n keyIdentifier: Scalars['String'];\n keyP8: Scalars['String'];\n};\n\nexport enum AssetMetadataStatus {\n DoesNotExist = 'DOES_NOT_EXIST',\n Exists = 'EXISTS'\n}\n\nexport enum AuthProtocolType {\n Oidc = 'OIDC'\n}\n\nexport type BuildCacheInput = {\n clear?: InputMaybe<Scalars['Boolean']>;\n disabled?: InputMaybe<Scalars['Boolean']>;\n key?: InputMaybe<Scalars['String']>;\n paths?: InputMaybe<Array<Scalars['String']>>;\n};\n\nexport enum BuildCredentialsSource {\n Local = 'LOCAL',\n Remote = 'REMOTE'\n}\n\nexport type BuildFilter = {\n appBuildVersion?: InputMaybe<Scalars['String']>;\n appIdentifier?: InputMaybe<Scalars['String']>;\n appVersion?: InputMaybe<Scalars['String']>;\n buildProfile?: InputMaybe<Scalars['String']>;\n channel?: InputMaybe<Scalars['String']>;\n distribution?: InputMaybe<DistributionType>;\n gitCommitHash?: InputMaybe<Scalars['String']>;\n platform?: InputMaybe<AppPlatform>;\n runtimeVersion?: InputMaybe<Scalars['String']>;\n sdkVersion?: InputMaybe<Scalars['String']>;\n status?: InputMaybe<BuildStatus>;\n};\n\nexport type BuildFilterInput = {\n channel?: InputMaybe<Scalars['String']>;\n platforms?: InputMaybe<Array<AppPlatform>>;\n releaseChannel?: InputMaybe<Scalars['String']>;\n};\n\nexport enum BuildIosEnterpriseProvisioning {\n Adhoc = 'ADHOC',\n Universal = 'UNIVERSAL'\n}\n\nexport enum BuildJobLogsFormat {\n Json = 'JSON',\n Raw = 'RAW'\n}\n\nexport enum BuildJobStatus {\n Errored = 'ERRORED',\n Finished = 'FINISHED',\n InProgress = 'IN_PROGRESS',\n Pending = 'PENDING',\n SentToQueue = 'SENT_TO_QUEUE',\n Started = 'STARTED'\n}\n\nexport type BuildMetadataInput = {\n appBuildVersion?: InputMaybe<Scalars['String']>;\n appIdentifier?: InputMaybe<Scalars['String']>;\n appName?: InputMaybe<Scalars['String']>;\n appVersion?: InputMaybe<Scalars['String']>;\n buildMode?: InputMaybe<BuildMode>;\n buildProfile?: InputMaybe<Scalars['String']>;\n channel?: InputMaybe<Scalars['String']>;\n cliVersion?: InputMaybe<Scalars['String']>;\n credentialsSource?: InputMaybe<BuildCredentialsSource>;\n customWorkflowName?: InputMaybe<Scalars['String']>;\n distribution?: InputMaybe<DistributionType>;\n gitCommitHash?: InputMaybe<Scalars['String']>;\n gitCommitMessage?: InputMaybe<Scalars['String']>;\n iosEnterpriseProvisioning?: InputMaybe<BuildIosEnterpriseProvisioning>;\n isGitWorkingTreeDirty?: InputMaybe<Scalars['Boolean']>;\n message?: InputMaybe<Scalars['String']>;\n reactNativeVersion?: InputMaybe<Scalars['String']>;\n releaseChannel?: InputMaybe<Scalars['String']>;\n runFromCI?: InputMaybe<Scalars['Boolean']>;\n runWithNoWaitFlag?: InputMaybe<Scalars['Boolean']>;\n runtimeVersion?: InputMaybe<Scalars['String']>;\n sdkVersion?: InputMaybe<Scalars['String']>;\n trackingContext?: InputMaybe<Scalars['JSONObject']>;\n username?: InputMaybe<Scalars['String']>;\n workflow?: InputMaybe<BuildWorkflow>;\n};\n\nexport enum BuildMode {\n Build = 'BUILD',\n Custom = 'CUSTOM',\n Resign = 'RESIGN'\n}\n\nexport type BuildParamsInput = {\n reactNativeVersion?: InputMaybe<Scalars['String']>;\n resourceClass: BuildResourceClass;\n sdkVersion?: InputMaybe<Scalars['String']>;\n};\n\nexport enum BuildPriority {\n High = 'HIGH',\n Normal = 'NORMAL',\n NormalPlus = 'NORMAL_PLUS'\n}\n\nexport type BuildResignInput = {\n applicationArchiveSource?: InputMaybe<ProjectArchiveSourceInput>;\n};\n\nexport enum BuildResourceClass {\n AndroidDefault = 'ANDROID_DEFAULT',\n AndroidLarge = 'ANDROID_LARGE',\n AndroidMedium = 'ANDROID_MEDIUM',\n IosDefault = 'IOS_DEFAULT',\n /** @deprecated Use IOS_INTEL_MEDIUM instead */\n IosIntelLarge = 'IOS_INTEL_LARGE',\n IosIntelMedium = 'IOS_INTEL_MEDIUM',\n IosLarge = 'IOS_LARGE',\n /** @deprecated Use IOS_M_MEDIUM instead */\n IosM1Large = 'IOS_M1_LARGE',\n IosM1Medium = 'IOS_M1_MEDIUM',\n IosMedium = 'IOS_MEDIUM',\n IosMLarge = 'IOS_M_LARGE',\n IosMMedium = 'IOS_M_MEDIUM',\n Legacy = 'LEGACY'\n}\n\nexport enum BuildRetryDisabledReason {\n AlreadyRetried = 'ALREADY_RETRIED',\n InvalidStatus = 'INVALID_STATUS',\n IsGithubBuild = 'IS_GITHUB_BUILD',\n NotCompletedYet = 'NOT_COMPLETED_YET',\n TooMuchTimeElapsed = 'TOO_MUCH_TIME_ELAPSED'\n}\n\nexport enum BuildStatus {\n Canceled = 'CANCELED',\n Errored = 'ERRORED',\n Finished = 'FINISHED',\n InProgress = 'IN_PROGRESS',\n InQueue = 'IN_QUEUE',\n New = 'NEW'\n}\n\nexport enum BuildTrigger {\n EasCli = 'EAS_CLI',\n GitBasedIntegration = 'GIT_BASED_INTEGRATION'\n}\n\nexport type BuildUpdatesInput = {\n channel?: InputMaybe<Scalars['String']>;\n};\n\nexport enum BuildWorkflow {\n Generic = 'GENERIC',\n Managed = 'MANAGED',\n Unknown = 'UNKNOWN'\n}\n\nexport type CodeSigningInfoInput = {\n alg: Scalars['String'];\n keyid: Scalars['String'];\n sig: Scalars['String'];\n};\n\nexport type CreateAccessTokenInput = {\n actorID: Scalars['ID'];\n note?: InputMaybe<Scalars['String']>;\n};\n\nexport type CreateAndroidSubmissionInput = {\n appId: Scalars['ID'];\n archiveSource?: InputMaybe<SubmissionArchiveSourceInput>;\n archiveUrl?: InputMaybe<Scalars['String']>;\n config: AndroidSubmissionConfigInput;\n submittedBuildId?: InputMaybe<Scalars['ID']>;\n};\n\nexport type CreateEnvironmentSecretInput = {\n name: Scalars['String'];\n type?: InputMaybe<EnvironmentSecretType>;\n value: Scalars['String'];\n};\n\nexport type CreateGitHubAppInstallationInput = {\n accountId: Scalars['ID'];\n installationIdentifier: Scalars['Int'];\n};\n\nexport type CreateGitHubRepositoryInput = {\n appId: Scalars['ID'];\n githubAppInstallationId: Scalars['ID'];\n githubRepositoryIdentifier: Scalars['Int'];\n nodeIdentifier: Scalars['String'];\n};\n\nexport type CreateGitHubRepositorySettingsInput = {\n appId: Scalars['ID'];\n /** The base directory is the directory to change to before starting a build. This string should be a properly formatted POSIX path starting with '/', './', or the name of the directory relative to the root of the repository. Valid examples include: '/apps/expo-app', './apps/expo-app', and 'apps/expo-app'. This is intended for monorepos or apps that live in a subdirectory of a repository. */\n baseDirectory: Scalars['String'];\n};\n\nexport type CreateIosSubmissionInput = {\n appId: Scalars['ID'];\n archiveSource?: InputMaybe<SubmissionArchiveSourceInput>;\n archiveUrl?: InputMaybe<Scalars['String']>;\n config: IosSubmissionConfigInput;\n submittedBuildId?: InputMaybe<Scalars['ID']>;\n};\n\nexport type CustomBuildConfigInput = {\n path: Scalars['String'];\n};\n\nexport enum DistributionType {\n Internal = 'INTERNAL',\n Simulator = 'SIMULATOR',\n Store = 'STORE'\n}\n\nexport enum EasBuildBillingResourceClass {\n Large = 'LARGE',\n Medium = 'MEDIUM'\n}\n\nexport enum EasBuildDeprecationInfoType {\n Internal = 'INTERNAL',\n UserFacing = 'USER_FACING'\n}\n\nexport enum EasService {\n Builds = 'BUILDS',\n Updates = 'UPDATES'\n}\n\nexport enum EasServiceMetric {\n AssetsRequests = 'ASSETS_REQUESTS',\n BandwidthUsage = 'BANDWIDTH_USAGE',\n Builds = 'BUILDS',\n ManifestRequests = 'MANIFEST_REQUESTS',\n UniqueUpdaters = 'UNIQUE_UPDATERS',\n UniqueUsers = 'UNIQUE_USERS'\n}\n\nexport enum EasTotalPlanEnablementUnit {\n Build = 'BUILD',\n Byte = 'BYTE',\n Concurrency = 'CONCURRENCY',\n Request = 'REQUEST',\n Updater = 'UPDATER',\n User = 'USER'\n}\n\nexport type EditUpdateBranchInput = {\n appId?: InputMaybe<Scalars['ID']>;\n id?: InputMaybe<Scalars['ID']>;\n name?: InputMaybe<Scalars['String']>;\n newName: Scalars['String'];\n};\n\nexport enum EnvironmentSecretType {\n FileBase64 = 'FILE_BASE64',\n String = 'STRING'\n}\n\nexport enum Feature {\n /** Priority Builds */\n Builds = 'BUILDS',\n /** Funds support for open source development */\n OpenSource = 'OPEN_SOURCE',\n /** Top Tier Support */\n Support = 'SUPPORT',\n /** Share access to projects */\n Teams = 'TEAMS'\n}\n\nexport enum GitHubAppEnvironment {\n Development = 'DEVELOPMENT',\n Production = 'PRODUCTION',\n Staging = 'STAGING'\n}\n\nexport enum GitHubAppInstallationStatus {\n Active = 'ACTIVE',\n NotInstalled = 'NOT_INSTALLED',\n Suspended = 'SUSPENDED'\n}\n\nexport type GitHubBuildInput = {\n appId: Scalars['ID'];\n baseDirectory?: InputMaybe<Scalars['String']>;\n buildProfile: Scalars['String'];\n gitRef: Scalars['String'];\n platform: AppPlatform;\n};\n\nexport type GoogleServiceAccountKeyInput = {\n jsonKey: Scalars['JSONObject'];\n};\n\nexport enum InvoiceDiscountType {\n Amount = 'AMOUNT',\n Percentage = 'PERCENTAGE'\n}\n\nexport type IosAppBuildCredentialsFilter = {\n iosDistributionType?: InputMaybe<IosDistributionType>;\n};\n\nexport type IosAppBuildCredentialsInput = {\n distributionCertificateId: Scalars['ID'];\n iosDistributionType: IosDistributionType;\n provisioningProfileId: Scalars['ID'];\n};\n\nexport type IosAppCredentialsFilter = {\n appleAppIdentifierId?: InputMaybe<Scalars['String']>;\n};\n\nexport type IosAppCredentialsInput = {\n appStoreConnectApiKeyForSubmissionsId?: InputMaybe<Scalars['ID']>;\n appleTeamId?: InputMaybe<Scalars['ID']>;\n pushKeyId?: InputMaybe<Scalars['ID']>;\n};\n\n/** @deprecated Use developmentClient option instead. */\nexport enum IosBuildType {\n DevelopmentClient = 'DEVELOPMENT_CLIENT',\n Release = 'RELEASE'\n}\n\nexport type IosBuilderEnvironmentInput = {\n bundler?: InputMaybe<Scalars['String']>;\n cocoapods?: InputMaybe<Scalars['String']>;\n env?: InputMaybe<Scalars['JSONObject']>;\n expoCli?: InputMaybe<Scalars['String']>;\n fastlane?: InputMaybe<Scalars['String']>;\n image?: InputMaybe<Scalars['String']>;\n node?: InputMaybe<Scalars['String']>;\n yarn?: InputMaybe<Scalars['String']>;\n};\n\nexport enum IosDistributionType {\n AdHoc = 'AD_HOC',\n AppStore = 'APP_STORE',\n Development = 'DEVELOPMENT',\n Enterprise = 'ENTERPRISE'\n}\n\nexport type IosJobDistributionCertificateInput = {\n dataBase64: Scalars['String'];\n password: Scalars['String'];\n};\n\nexport type IosJobInput = {\n applicationArchivePath?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n artifactPath?: InputMaybe<Scalars['String']>;\n buildArtifactPaths?: InputMaybe<Array<Scalars['String']>>;\n buildConfiguration?: InputMaybe<Scalars['String']>;\n buildProfile?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n buildType?: InputMaybe<IosBuildType>;\n builderEnvironment?: InputMaybe<IosBuilderEnvironmentInput>;\n cache?: InputMaybe<BuildCacheInput>;\n customBuildConfig?: InputMaybe<CustomBuildConfigInput>;\n developmentClient?: InputMaybe<Scalars['Boolean']>;\n /** @deprecated */\n distribution?: InputMaybe<DistributionType>;\n experimental?: InputMaybe<Scalars['JSONObject']>;\n mode?: InputMaybe<BuildMode>;\n projectArchive: ProjectArchiveSourceInput;\n projectRootDirectory: Scalars['String'];\n releaseChannel?: InputMaybe<Scalars['String']>;\n scheme?: InputMaybe<Scalars['String']>;\n secrets?: InputMaybe<IosJobSecretsInput>;\n simulator?: InputMaybe<Scalars['Boolean']>;\n triggeredBy?: InputMaybe<BuildTrigger>;\n type: BuildWorkflow;\n updates?: InputMaybe<BuildUpdatesInput>;\n username?: InputMaybe<Scalars['String']>;\n version?: InputMaybe<IosJobVersionInput>;\n};\n\nexport type IosJobOverridesInput = {\n applicationArchivePath?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n artifactPath?: InputMaybe<Scalars['String']>;\n buildArtifactPaths?: InputMaybe<Array<Scalars['String']>>;\n buildConfiguration?: InputMaybe<Scalars['String']>;\n buildProfile?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n buildType?: InputMaybe<IosBuildType>;\n builderEnvironment?: InputMaybe<IosBuilderEnvironmentInput>;\n cache?: InputMaybe<BuildCacheInput>;\n developmentClient?: InputMaybe<Scalars['Boolean']>;\n /** @deprecated */\n distribution?: InputMaybe<DistributionType>;\n experimental?: InputMaybe<Scalars['JSONObject']>;\n mode?: InputMaybe<BuildMode>;\n releaseChannel?: InputMaybe<Scalars['String']>;\n resign?: InputMaybe<BuildResignInput>;\n scheme?: InputMaybe<Scalars['String']>;\n secrets?: InputMaybe<IosJobSecretsInput>;\n simulator?: InputMaybe<Scalars['Boolean']>;\n type?: InputMaybe<BuildWorkflow>;\n updates?: InputMaybe<BuildUpdatesInput>;\n username?: InputMaybe<Scalars['String']>;\n version?: InputMaybe<IosJobVersionInput>;\n};\n\nexport type IosJobSecretsInput = {\n buildCredentials?: InputMaybe<Array<InputMaybe<IosJobTargetCredentialsInput>>>;\n robotAccessToken?: InputMaybe<Scalars['String']>;\n};\n\nexport type IosJobTargetCredentialsInput = {\n distributionCertificate: IosJobDistributionCertificateInput;\n provisioningProfileBase64: Scalars['String'];\n targetName: Scalars['String'];\n};\n\nexport type IosJobVersionInput = {\n buildNumber: Scalars['String'];\n};\n\n/** @deprecated Use developmentClient option instead. */\nexport enum IosManagedBuildType {\n DevelopmentClient = 'DEVELOPMENT_CLIENT',\n Release = 'RELEASE'\n}\n\nexport enum IosSchemeBuildConfiguration {\n Debug = 'DEBUG',\n Release = 'RELEASE'\n}\n\nexport type IosSubmissionConfigInput = {\n appleAppSpecificPassword?: InputMaybe<Scalars['String']>;\n appleIdUsername?: InputMaybe<Scalars['String']>;\n archiveUrl?: InputMaybe<Scalars['String']>;\n ascApiKey?: InputMaybe<AscApiKeyInput>;\n ascApiKeyId?: InputMaybe<Scalars['String']>;\n ascAppIdentifier: Scalars['String'];\n};\n\nexport enum MailchimpAudience {\n ExpoDevelopers = 'EXPO_DEVELOPERS'\n}\n\nexport enum MailchimpTag {\n DevClientUsers = 'DEV_CLIENT_USERS',\n EasMasterList = 'EAS_MASTER_LIST'\n}\n\nexport enum NotificationEvent {\n BuildComplete = 'BUILD_COMPLETE',\n SubmissionComplete = 'SUBMISSION_COMPLETE'\n}\n\nexport type NotificationSubscriptionFilter = {\n accountId?: InputMaybe<Scalars['ID']>;\n appId?: InputMaybe<Scalars['ID']>;\n event?: InputMaybe<NotificationEvent>;\n type?: InputMaybe<NotificationType>;\n};\n\nexport enum NotificationType {\n Email = 'EMAIL'\n}\n\nexport enum OfferType {\n /** Addon, or supplementary subscription */\n Addon = 'ADDON',\n /** Advanced Purchase of Paid Resource */\n Prepaid = 'PREPAID',\n /** Term subscription */\n Subscription = 'SUBSCRIPTION'\n}\n\nexport enum Order {\n Asc = 'ASC',\n Desc = 'DESC'\n}\n\nexport type PartialManifest = {\n assets: Array<InputMaybe<PartialManifestAsset>>;\n extra?: InputMaybe<Scalars['JSONObject']>;\n launchAsset: PartialManifestAsset;\n};\n\nexport type PartialManifestAsset = {\n bundleKey: Scalars['String'];\n contentType: Scalars['String'];\n fileExtension?: InputMaybe<Scalars['String']>;\n fileSHA256: Scalars['String'];\n storageKey: Scalars['String'];\n};\n\nexport enum Permission {\n Admin = 'ADMIN',\n Own = 'OWN',\n Publish = 'PUBLISH',\n View = 'VIEW'\n}\n\nexport type ProjectArchiveSourceInput = {\n bucketKey?: InputMaybe<Scalars['String']>;\n gitRef?: InputMaybe<Scalars['String']>;\n repositoryUrl?: InputMaybe<Scalars['String']>;\n type: ProjectArchiveSourceType;\n url?: InputMaybe<Scalars['String']>;\n};\n\nexport enum ProjectArchiveSourceType {\n Gcs = 'GCS',\n Git = 'GIT',\n None = 'NONE',\n S3 = 'S3',\n Url = 'URL'\n}\n\nexport type PublishUpdateGroupInput = {\n awaitingCodeSigningInfo?: InputMaybe<Scalars['Boolean']>;\n branchId: Scalars['String'];\n excludedAssets?: InputMaybe<Array<PartialManifestAsset>>;\n gitCommitHash?: InputMaybe<Scalars['String']>;\n isGitWorkingTreeDirty?: InputMaybe<Scalars['Boolean']>;\n message?: InputMaybe<Scalars['String']>;\n rollBackToEmbeddedInfoGroup?: InputMaybe<UpdateRollBackToEmbeddedGroup>;\n runtimeVersion: Scalars['String'];\n updateInfoGroup?: InputMaybe<UpdateInfoGroup>;\n};\n\nexport type RobotDataInput = {\n name?: InputMaybe<Scalars['String']>;\n};\n\nexport enum Role {\n Admin = 'ADMIN',\n Custom = 'CUSTOM',\n Developer = 'DEVELOPER',\n HasAdmin = 'HAS_ADMIN',\n NotAdmin = 'NOT_ADMIN',\n Owner = 'OWNER',\n ViewOnly = 'VIEW_ONLY'\n}\n\nexport type SsoUserDataInput = {\n firstName?: InputMaybe<Scalars['String']>;\n githubUsername?: InputMaybe<Scalars['String']>;\n industry?: InputMaybe<Scalars['String']>;\n lastName?: InputMaybe<Scalars['String']>;\n location?: InputMaybe<Scalars['String']>;\n twitterUsername?: InputMaybe<Scalars['String']>;\n};\n\nexport type SecondFactorDeviceConfiguration = {\n isPrimary: Scalars['Boolean'];\n method: SecondFactorMethod;\n name: Scalars['String'];\n smsPhoneNumber?: InputMaybe<Scalars['String']>;\n};\n\nexport enum SecondFactorMethod {\n /** Google Authenticator (TOTP) */\n Authenticator = 'AUTHENTICATOR',\n /** SMS */\n Sms = 'SMS'\n}\n\nexport type ServerlessFunctionIdentifierInput = {\n gitCommitSHA1: Scalars['String'];\n};\n\nexport enum StandardOffer {\n /** $29 USD per month, 30 day trial */\n Default = 'DEFAULT',\n /** $800 USD per month */\n Support = 'SUPPORT',\n /** $29 USD per month, 1 year trial */\n YcDeals = 'YC_DEALS',\n /** $348 USD per year, 30 day trial */\n YearlySub = 'YEARLY_SUB'\n}\n\n/** Possible Incident impact values from Expo status page API. */\nexport enum StatuspageIncidentImpact {\n Critical = 'CRITICAL',\n Maintenance = 'MAINTENANCE',\n Major = 'MAJOR',\n Minor = 'MINOR',\n None = 'NONE'\n}\n\n/** Possible Incident statuses from Expo status page API. */\nexport enum StatuspageIncidentStatus {\n Completed = 'COMPLETED',\n Identified = 'IDENTIFIED',\n Investigating = 'INVESTIGATING',\n InProgress = 'IN_PROGRESS',\n Monitoring = 'MONITORING',\n Resolved = 'RESOLVED',\n Scheduled = 'SCHEDULED',\n Verifying = 'VERIFYING'\n}\n\n/** Name of a service monitored by Expo status page. */\nexport enum StatuspageServiceName {\n EasBuild = 'EAS_BUILD',\n EasSubmit = 'EAS_SUBMIT',\n EasUpdate = 'EAS_UPDATE'\n}\n\n/** Possible statuses for a service. */\nexport enum StatuspageServiceStatus {\n DegradedPerformance = 'DEGRADED_PERFORMANCE',\n MajorOutage = 'MAJOR_OUTAGE',\n Operational = 'OPERATIONAL',\n PartialOutage = 'PARTIAL_OUTAGE',\n UnderMaintenance = 'UNDER_MAINTENANCE'\n}\n\nexport enum SubmissionAndroidArchiveType {\n Aab = 'AAB',\n Apk = 'APK'\n}\n\nexport enum SubmissionAndroidReleaseStatus {\n Completed = 'COMPLETED',\n Draft = 'DRAFT',\n Halted = 'HALTED',\n InProgress = 'IN_PROGRESS'\n}\n\nexport enum SubmissionAndroidTrack {\n Alpha = 'ALPHA',\n Beta = 'BETA',\n Internal = 'INTERNAL',\n Production = 'PRODUCTION'\n}\n\nexport type SubmissionArchiveSourceInput = {\n /** Required if the archive source type is GCS_BUILD_APPLICATION_ARCHIVE or GCS_SUBMIT_ARCHIVE */\n bucketKey?: InputMaybe<Scalars['String']>;\n type: SubmissionArchiveSourceType;\n /** Required if the archive source type is URL */\n url?: InputMaybe<Scalars['String']>;\n};\n\nexport enum SubmissionArchiveSourceType {\n GcsBuildApplicationArchive = 'GCS_BUILD_APPLICATION_ARCHIVE',\n GcsSubmitArchive = 'GCS_SUBMIT_ARCHIVE',\n Url = 'URL'\n}\n\nexport type SubmissionFilter = {\n platform?: InputMaybe<AppPlatform>;\n status?: InputMaybe<SubmissionStatus>;\n};\n\nexport enum SubmissionStatus {\n AwaitingBuild = 'AWAITING_BUILD',\n Canceled = 'CANCELED',\n Errored = 'ERRORED',\n Finished = 'FINISHED',\n InProgress = 'IN_PROGRESS',\n InQueue = 'IN_QUEUE'\n}\n\nexport type TimelineActivityFilterInput = {\n channels?: InputMaybe<Array<Scalars['String']>>;\n platforms?: InputMaybe<Array<AppPlatform>>;\n releaseChannels?: InputMaybe<Array<Scalars['String']>>;\n types?: InputMaybe<Array<ActivityTimelineProjectActivityType>>;\n};\n\nexport type UpdateGitHubRepositorySettingsInput = {\n baseDirectory: Scalars['String'];\n};\n\nexport type UpdateInfoGroup = {\n android?: InputMaybe<PartialManifest>;\n ios?: InputMaybe<PartialManifest>;\n web?: InputMaybe<PartialManifest>;\n};\n\nexport type UpdateRollBackToEmbeddedGroup = {\n android?: InputMaybe<Scalars['Boolean']>;\n ios?: InputMaybe<Scalars['Boolean']>;\n web?: InputMaybe<Scalars['Boolean']>;\n};\n\nexport type UpdatesFilter = {\n platform?: InputMaybe<AppPlatform>;\n runtimeVersions?: InputMaybe<Array<Scalars['String']>>;\n sdkVersions?: InputMaybe<Array<Scalars['String']>>;\n};\n\nexport enum UploadSessionType {\n EasBuildGcsProjectSources = 'EAS_BUILD_GCS_PROJECT_SOURCES',\n EasBuildProjectSources = 'EAS_BUILD_PROJECT_SOURCES',\n EasSubmitAppArchive = 'EAS_SUBMIT_APP_ARCHIVE',\n EasSubmitGcsAppArchive = 'EAS_SUBMIT_GCS_APP_ARCHIVE'\n}\n\nexport enum UsageMetricType {\n Bandwidth = 'BANDWIDTH',\n Build = 'BUILD',\n Request = 'REQUEST',\n Update = 'UPDATE',\n User = 'USER'\n}\n\nexport enum UsageMetricsGranularity {\n Day = 'DAY',\n Hour = 'HOUR',\n Minute = 'MINUTE',\n Total = 'TOTAL'\n}\n\nexport type UsageMetricsTimespan = {\n end: Scalars['DateTime'];\n start: Scalars['DateTime'];\n};\n\nexport type UserDataInput = {\n appetizeCode?: InputMaybe<Scalars['String']>;\n email?: InputMaybe<Scalars['String']>;\n firstName?: InputMaybe<Scalars['String']>;\n fullName?: InputMaybe<Scalars['String']>;\n githubUsername?: InputMaybe<Scalars['String']>;\n id?: InputMaybe<Scalars['ID']>;\n industry?: InputMaybe<Scalars['String']>;\n lastName?: InputMaybe<Scalars['String']>;\n location?: InputMaybe<Scalars['String']>;\n profilePhoto?: InputMaybe<Scalars['String']>;\n twitterUsername?: InputMaybe<Scalars['String']>;\n username?: InputMaybe<Scalars['String']>;\n};\n\nexport type WebhookFilter = {\n event?: InputMaybe<WebhookType>;\n};\n\nexport type WebhookInput = {\n event: WebhookType;\n secret: Scalars['String'];\n url: Scalars['String'];\n};\n\nexport enum WebhookType {\n Build = 'BUILD',\n Submit = 'SUBMIT'\n}\n\nexport type AppByIdQueryVariables = Exact<{\n appId: Scalars['String'];\n}>;\n\n\nexport type AppByIdQuery = { __typename?: 'RootQuery', app: { __typename?: 'AppQuery', byId: { __typename?: 'App', id: string, scopeKey: string, ownerAccount: { __typename?: 'Account', id: string } } } };\n\nexport type CurrentUserQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type CurrentUserQuery = { __typename?: 'RootQuery', meActor?: { __typename: 'Robot', firstName?: string | null, id: string, accounts: Array<{ __typename?: 'Account', id: string, users: Array<{ __typename?: 'UserPermission', permissions: Array<Permission>, actor: { __typename?: 'Robot', id: string } | { __typename?: 'SSOUser', id: string } | { __typename?: 'User', id: string } }> }> } | { __typename: 'SSOUser', username: string, id: string, primaryAccount: { __typename?: 'Account', id: string }, accounts: Array<{ __typename?: 'Account', id: string, users: Array<{ __typename?: 'UserPermission', permissions: Array<Permission>, actor: { __typename?: 'Robot', id: string } | { __typename?: 'SSOUser', id: string } | { __typename?: 'User', id: string } }> }> } | { __typename: 'User', username: string, id: string, primaryAccount: { __typename?: 'Account', id: string }, accounts: Array<{ __typename?: 'Account', id: string, users: Array<{ __typename?: 'UserPermission', permissions: Array<Permission>, actor: { __typename?: 'Robot', id: string } | { __typename?: 'SSOUser', id: string } | { __typename?: 'User', id: string } }> }> } | null };\n\nexport type AppFragment = { __typename?: 'App', id: string, scopeKey: string, ownerAccount: { __typename?: 'Account', id: string } };\n"],"names":["AccountAppsSortByField","ActivityTimelineProjectActivityType","AndroidBuildType","AndroidFcmVersion","AndroidKeystoreType","AppPlatform","AppPrivacy","AppSort","AppStoreConnectUserRole","AppleDeviceClass","AppsFilter","AssetMetadataStatus","AuthProtocolType","BuildCredentialsSource","BuildIosEnterpriseProvisioning","BuildJobLogsFormat","BuildJobStatus","BuildMode","BuildPriority","BuildResourceClass","BuildRetryDisabledReason","BuildStatus","BuildTrigger","BuildWorkflow","DistributionType","EasBuildBillingResourceClass","EasBuildDeprecationInfoType","EasService","EasServiceMetric","EasTotalPlanEnablementUnit","EnvironmentSecretType","Feature","GitHubAppEnvironment","GitHubAppInstallationStatus","InvoiceDiscountType","IosBuildType","IosDistributionType","IosManagedBuildType","IosSchemeBuildConfiguration","MailchimpAudience","MailchimpTag","NotificationEvent","NotificationType","OfferType","Order","Permission","ProjectArchiveSourceType","Role","SecondFactorMethod","StandardOffer","StatuspageIncidentImpact","StatuspageIncidentStatus","StatuspageServiceName","StatuspageServiceStatus","SubmissionAndroidArchiveType","SubmissionAndroidReleaseStatus","SubmissionAndroidTrack","SubmissionArchiveSourceType","SubmissionStatus","UploadSessionType","UsageMetricType","UsageMetricsGranularity","WebhookType"],"mappings":"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"}
@@ -4,7 +4,9 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "applyPluginsAsync", {
6
6
  enumerable: true,
7
- get: ()=>applyPluginsAsync
7
+ get: function() {
8
+ return applyPluginsAsync;
9
+ }
8
10
  });
9
11
  function _config() {
10
12
  const data = require("@expo/config");
@@ -13,7 +15,7 @@ function _config() {
13
15
  };
14
16
  return data;
15
17
  }
16
- const _log = /*#__PURE__*/ _interopRequireWildcard(require("../log"));
18
+ const _log = /*#__PURE__*/ _interop_require_wildcard(require("../log"));
17
19
  function _getRequireWildcardCache(nodeInterop) {
18
20
  if (typeof WeakMap !== "function") return null;
19
21
  var cacheBabelInterop = new WeakMap();
@@ -22,7 +24,7 @@ function _getRequireWildcardCache(nodeInterop) {
22
24
  return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
23
25
  })(nodeInterop);
24
26
  }
25
- function _interopRequireWildcard(obj, nodeInterop) {
27
+ function _interop_require_wildcard(obj, nodeInterop) {
26
28
  if (!nodeInterop && obj && obj.__esModule) {
27
29
  return obj;
28
30
  }
@@ -35,7 +37,9 @@ function _interopRequireWildcard(obj, nodeInterop) {
35
37
  if (cache && cache.has(obj)) {
36
38
  return cache.get(obj);
37
39
  }
38
- var newObj = {};
40
+ var newObj = {
41
+ __proto__: null
42
+ };
39
43
  var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
40
44
  for(var key in obj){
41
45
  if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
@@ -54,14 +58,14 @@ function _interopRequireWildcard(obj, nodeInterop) {
54
58
  return newObj;
55
59
  }
56
60
  async function applyPluginsAsync(projectRoot, packages) {
57
- const { autoAddConfigPluginsAsync } = await Promise.resolve().then(()=>/*#__PURE__*/ _interopRequireWildcard(require("./utils/autoAddConfigPlugins.js")));
61
+ const { autoAddConfigPluginsAsync } = await Promise.resolve().then(()=>/*#__PURE__*/ _interop_require_wildcard(require("./utils/autoAddConfigPlugins.js")));
58
62
  try {
59
- const { exp } = (0, _config().getConfig)(projectRoot, {
63
+ const { exp } = (0, _config().getConfig)(projectRoot, {
60
64
  skipSDKVersionRequirement: true
61
65
  });
62
66
  // Only auto add plugins if the plugins array is defined or if the project is using SDK +42.
63
67
  await autoAddConfigPluginsAsync(projectRoot, exp, // Split any possible NPM tags. i.e. `expo@latest` -> `expo`
64
- packages.map((pkg)=>pkg.split("@")[0]).filter(Boolean));
68
+ packages.map((pkg)=>pkg.split('@')[0]).filter(Boolean));
65
69
  } catch (error) {
66
70
  // If we fail to apply plugins, the log a warning and continue.
67
71
  if (error.isPluginError) {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/install/applyPlugins.ts"],"sourcesContent":["import { getConfig } from '@expo/config';\n\nimport * as Log from '../log';\n\n/**\n * A convenience feature for automatically applying Expo Config Plugins to the `app.json` after installing them.\n * This should be dropped in favor of autolinking in the future.\n */\nexport async function applyPluginsAsync(projectRoot: string, packages: string[]) {\n const { autoAddConfigPluginsAsync } = await import('./utils/autoAddConfigPlugins.js');\n\n try {\n const { exp } = getConfig(projectRoot, { skipSDKVersionRequirement: true });\n\n // Only auto add plugins if the plugins array is defined or if the project is using SDK +42.\n await autoAddConfigPluginsAsync(\n projectRoot,\n exp,\n // Split any possible NPM tags. i.e. `expo@latest` -> `expo`\n packages.map((pkg) => pkg.split('@')[0]).filter(Boolean)\n );\n } catch (error: any) {\n // If we fail to apply plugins, the log a warning and continue.\n if (error.isPluginError) {\n Log.warn(`Skipping config plugin check: ` + error.message);\n return;\n }\n // Any other error, rethrow.\n throw error;\n }\n}\n"],"names":["applyPluginsAsync","projectRoot","packages","autoAddConfigPluginsAsync","exp","getConfig","skipSDKVersionRequirement","map","pkg","split","filter","Boolean","error","isPluginError","Log","warn","message"],"mappings":"AAAA;;;;+BAQsBA,mBAAiB;;aAAjBA,iBAAiB;;;yBARb,cAAc;;;;;;2DAEnB,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMtB,eAAeA,iBAAiB,CAACC,WAAmB,EAAEC,QAAkB,EAAE;IAC/E,MAAM,EAAEC,yBAAyB,CAAA,EAAE,GAAG,MAAM,iEAAA,OAAM,CAAC,iCAAiC,GAAC,AAAC;IAEtF,IAAI;QACF,MAAM,EAAEC,GAAG,CAAA,EAAE,GAAGC,IAAAA,OAAS,EAAA,UAAA,EAACJ,WAAW,EAAE;YAAEK,yBAAyB,EAAE,IAAI;SAAE,CAAC,AAAC;QAE5E,4FAA4F;QAC5F,MAAMH,yBAAyB,CAC7BF,WAAW,EACXG,GAAG,EACH,4DAA4D;QAC5DF,QAAQ,CAACK,GAAG,CAAC,CAACC,GAAG,GAAKA,GAAG,CAACC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAACC,MAAM,CAACC,OAAO,CAAC,CACzD,CAAC;IACJ,EAAE,OAAOC,KAAK,EAAO;QACnB,+DAA+D;QAC/D,IAAIA,KAAK,CAACC,aAAa,EAAE;YACvBC,IAAG,CAACC,IAAI,CAAC,CAAC,8BAA8B,CAAC,GAAGH,KAAK,CAACI,OAAO,CAAC,CAAC;YAC3D,OAAO;QACT,CAAC;QACD,4BAA4B;QAC5B,MAAMJ,KAAK,CAAC;IACd,CAAC;AACH,CAAC"}
1
+ {"version":3,"sources":["../../../src/install/applyPlugins.ts"],"sourcesContent":["import { getConfig } from '@expo/config';\n\nimport * as Log from '../log';\n\n/**\n * A convenience feature for automatically applying Expo Config Plugins to the `app.json` after installing them.\n * This should be dropped in favor of autolinking in the future.\n */\nexport async function applyPluginsAsync(projectRoot: string, packages: string[]) {\n const { autoAddConfigPluginsAsync } = await import('./utils/autoAddConfigPlugins.js');\n\n try {\n const { exp } = getConfig(projectRoot, { skipSDKVersionRequirement: true });\n\n // Only auto add plugins if the plugins array is defined or if the project is using SDK +42.\n await autoAddConfigPluginsAsync(\n projectRoot,\n exp,\n // Split any possible NPM tags. i.e. `expo@latest` -> `expo`\n packages.map((pkg) => pkg.split('@')[0]).filter(Boolean)\n );\n } catch (error: any) {\n // If we fail to apply plugins, the log a warning and continue.\n if (error.isPluginError) {\n Log.warn(`Skipping config plugin check: ` + error.message);\n return;\n }\n // Any other error, rethrow.\n throw error;\n }\n}\n"],"names":["applyPluginsAsync","projectRoot","packages","autoAddConfigPluginsAsync","exp","getConfig","skipSDKVersionRequirement","map","pkg","split","filter","Boolean","error","isPluginError","Log","warn","message"],"mappings":";;;;+BAQsBA;;;eAAAA;;;;yBARI;;;;;;6DAEL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMd,eAAeA,kBAAkBC,WAAmB,EAAEC,QAAkB;IAC7E,MAAM,EAAEC,yBAAyB,EAAE,GAAG,MAAM,mEAAA,QAAO;IAEnD,IAAI;QACF,MAAM,EAAEC,GAAG,EAAE,GAAGC,IAAAA,mBAAS,EAACJ,aAAa;YAAEK,2BAA2B;QAAK;QAEzE,4FAA4F;QAC5F,MAAMH,0BACJF,aACAG,KACA,4DAA4D;QAC5DF,SAASK,GAAG,CAAC,CAACC,MAAQA,IAAIC,KAAK,CAAC,IAAI,CAAC,EAAE,EAAEC,MAAM,CAACC;IAEpD,EAAE,OAAOC,OAAY;QACnB,+DAA+D;QAC/D,IAAIA,MAAMC,aAAa,EAAE;YACvBC,KAAIC,IAAI,CAAC,CAAC,8BAA8B,CAAC,GAAGH,MAAMI,OAAO;YACzD;QACF;QACA,4BAA4B;QAC5B,MAAMJ;IACR;AACF"}
@@ -4,7 +4,9 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "checkPackagesAsync", {
6
6
  enumerable: true,
7
- get: ()=>checkPackagesAsync
7
+ get: function() {
8
+ return checkPackagesAsync;
9
+ }
8
10
  });
9
11
  function _config() {
10
12
  const data = require("@expo/config");
@@ -14,20 +16,20 @@ function _config() {
14
16
  return data;
15
17
  }
16
18
  function _chalk() {
17
- const data = /*#__PURE__*/ _interopRequireDefault(require("chalk"));
19
+ const data = /*#__PURE__*/ _interop_require_default(require("chalk"));
18
20
  _chalk = function() {
19
21
  return data;
20
22
  };
21
23
  return data;
22
24
  }
23
25
  const _fixPackages = require("./fixPackages");
24
- const _log = /*#__PURE__*/ _interopRequireWildcard(require("../log"));
26
+ const _log = /*#__PURE__*/ _interop_require_wildcard(require("../log"));
25
27
  const _validateDependenciesVersions = require("../start/doctor/dependencies/validateDependenciesVersions");
26
28
  const _interactive = require("../utils/interactive");
27
29
  const _link = require("../utils/link");
28
30
  const _prompts = require("../utils/prompts");
29
31
  const _strings = require("../utils/strings");
30
- function _interopRequireDefault(obj) {
32
+ function _interop_require_default(obj) {
31
33
  return obj && obj.__esModule ? obj : {
32
34
  default: obj
33
35
  };
@@ -40,7 +42,7 @@ function _getRequireWildcardCache(nodeInterop) {
40
42
  return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
41
43
  })(nodeInterop);
42
44
  }
43
- function _interopRequireWildcard(obj, nodeInterop) {
45
+ function _interop_require_wildcard(obj, nodeInterop) {
44
46
  if (!nodeInterop && obj && obj.__esModule) {
45
47
  return obj;
46
48
  }
@@ -53,7 +55,9 @@ function _interopRequireWildcard(obj, nodeInterop) {
53
55
  if (cache && cache.has(obj)) {
54
56
  return cache.get(obj);
55
57
  }
56
- var newObj = {};
58
+ var newObj = {
59
+ __proto__: null
60
+ };
57
61
  var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
58
62
  for(var key in obj){
59
63
  if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
@@ -71,17 +75,17 @@ function _interopRequireWildcard(obj, nodeInterop) {
71
75
  }
72
76
  return newObj;
73
77
  }
74
- const debug = require("debug")("expo:install:check");
75
- async function checkPackagesAsync(projectRoot, { packages , packageManager , options: { fix } , packageManagerArguments }) {
76
- var ref, ref1, ref2, ref3;
78
+ const debug = require('debug')('expo:install:check');
79
+ async function checkPackagesAsync(projectRoot, { packages, packageManager, options: { fix }, packageManagerArguments }) {
80
+ var _pkg_expo_install_exclude, _pkg_expo_install, _pkg_expo, _pkg_dependencies;
77
81
  // Read the project Expo config without plugins.
78
- const { exp , pkg } = (0, _config().getConfig)(projectRoot, {
82
+ const { exp, pkg } = (0, _config().getConfig)(projectRoot, {
79
83
  // Sometimes users will add a plugin to the config before installing the library,
80
84
  // this wouldn't work unless we dangerously disable plugin serialization.
81
85
  skipPlugins: true
82
86
  });
83
- if ((ref = pkg.expo) == null ? void 0 : (ref1 = ref.install) == null ? void 0 : (ref2 = ref1.exclude) == null ? void 0 : ref2.length) {
84
- _log.log((0, _chalk().default)`Skipped ${fix ? "fixing" : "checking"} dependencies: ${(0, _strings.joinWithCommasAnd)(pkg.expo.install.exclude)}. These dependencies are listed in {bold expo.install.exclude} in package.json. ${(0, _link.learnMore)("https://docs.expo.dev/more/expo-cli/#configuring-dependency-validation")}`);
87
+ if ((_pkg_expo = pkg.expo) == null ? void 0 : (_pkg_expo_install = _pkg_expo.install) == null ? void 0 : (_pkg_expo_install_exclude = _pkg_expo_install.exclude) == null ? void 0 : _pkg_expo_install_exclude.length) {
88
+ _log.log((0, _chalk().default)`Skipped ${fix ? 'fixing' : 'checking'} dependencies: ${(0, _strings.joinWithCommasAnd)(pkg.expo.install.exclude)}. These dependencies are listed in {bold expo.install.exclude} in package.json. ${(0, _link.learnMore)('https://docs.expo.dev/more/expo-cli/#configuring-dependency-validation')}`);
85
89
  }
86
90
  const dependencies = await (0, _validateDependenciesVersions.getVersionedDependenciesAsync)(projectRoot, exp, pkg, packages);
87
91
  /*
@@ -89,29 +93,29 @@ async function checkPackagesAsync(projectRoot, { packages , packageManager , opt
89
93
  * Note: The e2e tests use nexpo which will always resolve 'expo-router/doctor.js'
90
94
  * For that reason, you cannot use nexpo to test for the sub-dependency check,
91
95
  * and you cannot replace this guard with a try/catch around the import('expo-router')
92
- */ if ((ref3 = pkg.dependencies) == null ? void 0 : ref3["expo-router"]) {
96
+ */ if ((_pkg_dependencies = pkg.dependencies) == null ? void 0 : _pkg_dependencies['expo-router']) {
93
97
  try {
94
- const { doctor: routerDoctor } = await Promise.resolve().then(()=>/*#__PURE__*/ _interopRequireWildcard(require("expo-router/doctor.js")));
95
- dependencies.push(...routerDoctor(pkg, require.resolve("@react-navigation/native"), {
98
+ const { doctor: routerDoctor } = await Promise.resolve().then(()=>/*#__PURE__*/ _interop_require_wildcard(require("expo-router/doctor.js")));
99
+ dependencies.push(...routerDoctor(pkg, require.resolve('@react-navigation/native'), {
96
100
  bold: _chalk().default.bold,
97
101
  learnMore: _link.learnMore
98
102
  }));
99
103
  } catch (error) {
100
104
  _log.log(`Skipped checking expo-router dependencies: expo-router/doctor.js not found.`);
101
- debug("expo-router/doctor error:", error);
105
+ debug('expo-router/doctor error:', error);
102
106
  }
103
107
  }
104
108
  if (!dependencies.length) {
105
- _log.exit(_chalk().default.greenBright("Dependencies are up to date"), 0);
109
+ _log.exit(_chalk().default.greenBright('Dependencies are up to date'), 0);
106
110
  }
107
111
  (0, _validateDependenciesVersions.logIncorrectDependencies)(dependencies);
108
112
  const value = // If `--fix` then always fix.
109
113
  fix || // Otherwise prompt to fix when not running in CI.
110
- ((0, _interactive.isInteractive)() && await (0, _prompts.confirmAsync)({
111
- message: "Fix dependencies?"
112
- }).catch(()=>false));
114
+ (0, _interactive.isInteractive)() && await (0, _prompts.confirmAsync)({
115
+ message: 'Fix dependencies?'
116
+ }).catch(()=>false);
113
117
  if (value) {
114
- debug("Installing fixed dependencies:", dependencies);
118
+ debug('Installing fixed dependencies:', dependencies);
115
119
  // Install the corrected dependencies.
116
120
  return (0, _fixPackages.fixPackagesAsync)(projectRoot, {
117
121
  packageManager,
@@ -121,7 +125,7 @@ async function checkPackagesAsync(projectRoot, { packages , packageManager , opt
121
125
  });
122
126
  }
123
127
  // Exit with non-zero exit code if any of the dependencies are out of date.
124
- _log.exit(_chalk().default.red("Found outdated dependencies"), 1);
128
+ _log.exit(_chalk().default.red('Found outdated dependencies'), 1);
125
129
  }
126
130
 
127
131
  //# sourceMappingURL=checkPackages.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/install/checkPackages.ts"],"sourcesContent":["import { getConfig } from '@expo/config';\nimport * as PackageManager from '@expo/package-manager';\nimport chalk from 'chalk';\n\nimport { fixPackagesAsync } from './fixPackages';\nimport { Options } from './resolveOptions';\nimport * as Log from '../log';\nimport {\n getVersionedDependenciesAsync,\n logIncorrectDependencies,\n} from '../start/doctor/dependencies/validateDependenciesVersions';\nimport { isInteractive } from '../utils/interactive';\nimport { learnMore } from '../utils/link';\nimport { confirmAsync } from '../utils/prompts';\nimport { joinWithCommasAnd } from '../utils/strings';\n\nconst debug = require('debug')('expo:install:check') as typeof console.log;\n\n/**\n * Handles `expo install --fix|check'.\n * Checks installed dependencies against bundledNativeModules and versions endpoints to find any incompatibilities.\n * If `--fix` is passed, it will install the correct versions of the dependencies.\n * If `--check` is passed, it will prompt the user to install the correct versions of the dependencies (on interactive terminal).\n */\nexport async function checkPackagesAsync(\n projectRoot: string,\n {\n packages,\n packageManager,\n options: { fix },\n packageManagerArguments,\n }: {\n /**\n * List of packages to version\n * @example ['uuid', 'react-native-reanimated@latest']\n */\n packages: string[];\n /** Package manager to use when installing the versioned packages. */\n packageManager: PackageManager.NodePackageManager;\n\n /** How the check should resolve */\n options: Pick<Options, 'fix'>;\n /**\n * Extra parameters to pass to the `packageManager` when installing versioned packages.\n * @example ['--no-save']\n */\n packageManagerArguments: string[];\n }\n) {\n // Read the project Expo config without plugins.\n const { exp, pkg } = getConfig(projectRoot, {\n // Sometimes users will add a plugin to the config before installing the library,\n // this wouldn't work unless we dangerously disable plugin serialization.\n skipPlugins: true,\n });\n\n if (pkg.expo?.install?.exclude?.length) {\n Log.log(\n chalk`Skipped ${fix ? 'fixing' : 'checking'} dependencies: ${joinWithCommasAnd(\n pkg.expo.install.exclude\n )}. These dependencies are listed in {bold expo.install.exclude} in package.json. ${learnMore(\n 'https://docs.expo.dev/more/expo-cli/#configuring-dependency-validation'\n )}`\n );\n }\n\n const dependencies = await getVersionedDependenciesAsync(projectRoot, exp, pkg, packages);\n\n /*\n * Expo Router projects will do this additional check\n * Note: The e2e tests use nexpo which will always resolve 'expo-router/doctor.js'\n * For that reason, you cannot use nexpo to test for the sub-dependency check,\n * and you cannot replace this guard with a try/catch around the import('expo-router')\n */\n if (pkg.dependencies?.['expo-router']) {\n try {\n const { doctor: routerDoctor } = await import('expo-router/doctor.js');\n dependencies.push(\n ...routerDoctor(pkg, require.resolve('@react-navigation/native'), {\n bold: chalk.bold,\n learnMore,\n })\n );\n } catch (error) {\n Log.log(`Skipped checking expo-router dependencies: expo-router/doctor.js not found.`);\n debug('expo-router/doctor error:', error);\n }\n }\n\n if (!dependencies.length) {\n Log.exit(chalk.greenBright('Dependencies are up to date'), 0);\n }\n\n logIncorrectDependencies(dependencies);\n\n const value =\n // If `--fix` then always fix.\n fix ||\n // Otherwise prompt to fix when not running in CI.\n (isInteractive() && (await confirmAsync({ message: 'Fix dependencies?' }).catch(() => false)));\n\n if (value) {\n debug('Installing fixed dependencies:', dependencies);\n // Install the corrected dependencies.\n return fixPackagesAsync(projectRoot, {\n packageManager,\n packages: dependencies,\n packageManagerArguments,\n sdkVersion: exp.sdkVersion!,\n });\n }\n\n // Exit with non-zero exit code if any of the dependencies are out of date.\n Log.exit(chalk.red('Found outdated dependencies'), 1);\n}\n"],"names":["checkPackagesAsync","debug","require","projectRoot","packages","packageManager","options","fix","packageManagerArguments","pkg","exp","getConfig","skipPlugins","expo","install","exclude","length","Log","log","chalk","joinWithCommasAnd","learnMore","dependencies","getVersionedDependenciesAsync","doctor","routerDoctor","push","resolve","bold","error","exit","greenBright","logIncorrectDependencies","value","isInteractive","confirmAsync","message","catch","fixPackagesAsync","sdkVersion","red"],"mappings":"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"}
1
+ {"version":3,"sources":["../../../src/install/checkPackages.ts"],"sourcesContent":["import { getConfig } from '@expo/config';\nimport * as PackageManager from '@expo/package-manager';\nimport chalk from 'chalk';\n\nimport { fixPackagesAsync } from './fixPackages';\nimport { Options } from './resolveOptions';\nimport * as Log from '../log';\nimport {\n getVersionedDependenciesAsync,\n logIncorrectDependencies,\n} from '../start/doctor/dependencies/validateDependenciesVersions';\nimport { isInteractive } from '../utils/interactive';\nimport { learnMore } from '../utils/link';\nimport { confirmAsync } from '../utils/prompts';\nimport { joinWithCommasAnd } from '../utils/strings';\n\nconst debug = require('debug')('expo:install:check') as typeof console.log;\n\n/**\n * Handles `expo install --fix|check'.\n * Checks installed dependencies against bundledNativeModules and versions endpoints to find any incompatibilities.\n * If `--fix` is passed, it will install the correct versions of the dependencies.\n * If `--check` is passed, it will prompt the user to install the correct versions of the dependencies (on interactive terminal).\n */\nexport async function checkPackagesAsync(\n projectRoot: string,\n {\n packages,\n packageManager,\n options: { fix },\n packageManagerArguments,\n }: {\n /**\n * List of packages to version\n * @example ['uuid', 'react-native-reanimated@latest']\n */\n packages: string[];\n /** Package manager to use when installing the versioned packages. */\n packageManager: PackageManager.NodePackageManager;\n\n /** How the check should resolve */\n options: Pick<Options, 'fix'>;\n /**\n * Extra parameters to pass to the `packageManager` when installing versioned packages.\n * @example ['--no-save']\n */\n packageManagerArguments: string[];\n }\n) {\n // Read the project Expo config without plugins.\n const { exp, pkg } = getConfig(projectRoot, {\n // Sometimes users will add a plugin to the config before installing the library,\n // this wouldn't work unless we dangerously disable plugin serialization.\n skipPlugins: true,\n });\n\n if (pkg.expo?.install?.exclude?.length) {\n Log.log(\n chalk`Skipped ${fix ? 'fixing' : 'checking'} dependencies: ${joinWithCommasAnd(\n pkg.expo.install.exclude\n )}. These dependencies are listed in {bold expo.install.exclude} in package.json. ${learnMore(\n 'https://docs.expo.dev/more/expo-cli/#configuring-dependency-validation'\n )}`\n );\n }\n\n const dependencies = await getVersionedDependenciesAsync(projectRoot, exp, pkg, packages);\n\n /*\n * Expo Router projects will do this additional check\n * Note: The e2e tests use nexpo which will always resolve 'expo-router/doctor.js'\n * For that reason, you cannot use nexpo to test for the sub-dependency check,\n * and you cannot replace this guard with a try/catch around the import('expo-router')\n */\n if (pkg.dependencies?.['expo-router']) {\n try {\n const { doctor: routerDoctor } = await import('expo-router/doctor.js');\n dependencies.push(\n ...routerDoctor(pkg, require.resolve('@react-navigation/native'), {\n bold: chalk.bold,\n learnMore,\n })\n );\n } catch (error) {\n Log.log(`Skipped checking expo-router dependencies: expo-router/doctor.js not found.`);\n debug('expo-router/doctor error:', error);\n }\n }\n\n if (!dependencies.length) {\n Log.exit(chalk.greenBright('Dependencies are up to date'), 0);\n }\n\n logIncorrectDependencies(dependencies);\n\n const value =\n // If `--fix` then always fix.\n fix ||\n // Otherwise prompt to fix when not running in CI.\n (isInteractive() && (await confirmAsync({ message: 'Fix dependencies?' }).catch(() => false)));\n\n if (value) {\n debug('Installing fixed dependencies:', dependencies);\n // Install the corrected dependencies.\n return fixPackagesAsync(projectRoot, {\n packageManager,\n packages: dependencies,\n packageManagerArguments,\n sdkVersion: exp.sdkVersion!,\n });\n }\n\n // Exit with non-zero exit code if any of the dependencies are out of date.\n Log.exit(chalk.red('Found outdated dependencies'), 1);\n}\n"],"names":["checkPackagesAsync","debug","require","projectRoot","packages","packageManager","options","fix","packageManagerArguments","pkg","exp","getConfig","skipPlugins","expo","install","exclude","length","Log","log","chalk","joinWithCommasAnd","learnMore","dependencies","getVersionedDependenciesAsync","doctor","routerDoctor","push","resolve","bold","error","exit","greenBright","logIncorrectDependencies","value","isInteractive","confirmAsync","message","catch","fixPackagesAsync","sdkVersion","red"],"mappings":";;;;+BAwBsBA;;;eAAAA;;;;yBAxBI;;;;;;;gEAER;;;;;;6BAEe;6DAEZ;8CAId;6BACuB;sBACJ;yBACG;yBACK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAElC,MAAMC,QAAQC,QAAQ,SAAS;AAQxB,eAAeF,mBACpBG,WAAmB,EACnB,EACEC,QAAQ,EACRC,cAAc,EACdC,SAAS,EAAEC,GAAG,EAAE,EAChBC,uBAAuB,EAiBxB;QASGC,2BAAAA,mBAAAA,WAkBAA;IAzBJ,gDAAgD;IAChD,MAAM,EAAEC,GAAG,EAAED,GAAG,EAAE,GAAGE,IAAAA,mBAAS,EAACR,aAAa;QAC1C,iFAAiF;QACjF,yEAAyE;QACzES,aAAa;IACf;IAEA,KAAIH,YAAAA,IAAII,IAAI,sBAARJ,oBAAAA,UAAUK,OAAO,sBAAjBL,4BAAAA,kBAAmBM,OAAO,qBAA1BN,0BAA4BO,MAAM,EAAE;QACtCC,KAAIC,GAAG,CACLC,IAAAA,gBAAK,CAAA,CAAC,QAAQ,EAAEZ,MAAM,WAAW,WAAW,eAAe,EAAEa,IAAAA,0BAAiB,EAC5EX,IAAII,IAAI,CAACC,OAAO,CAACC,OAAO,EACxB,gFAAgF,EAAEM,IAAAA,eAAS,EAC3F,0EACA,CAAC;IAEP;IAEA,MAAMC,eAAe,MAAMC,IAAAA,2DAA6B,EAACpB,aAAaO,KAAKD,KAAKL;IAEhF;;;;;GAKC,GACD,KAAIK,oBAAAA,IAAIa,YAAY,qBAAhBb,iBAAkB,CAAC,cAAc,EAAE;QACrC,IAAI;YACF,MAAM,EAAEe,QAAQC,YAAY,EAAE,GAAG,MAAM,mEAAA,QAAO;YAC9CH,aAAaI,IAAI,IACZD,aAAahB,KAAKP,QAAQyB,OAAO,CAAC,6BAA6B;gBAChEC,MAAMT,gBAAK,CAACS,IAAI;gBAChBP,WAAAA,eAAS;YACX;QAEJ,EAAE,OAAOQ,OAAO;YACdZ,KAAIC,GAAG,CAAC,CAAC,2EAA2E,CAAC;YACrFjB,MAAM,6BAA6B4B;QACrC;IACF;IAEA,IAAI,CAACP,aAAaN,MAAM,EAAE;QACxBC,KAAIa,IAAI,CAACX,gBAAK,CAACY,WAAW,CAAC,gCAAgC;IAC7D;IAEAC,IAAAA,sDAAwB,EAACV;IAEzB,MAAMW,QACJ,8BAA8B;IAC9B1B,OACA,kDAAkD;IACjD2B,IAAAA,0BAAa,OAAO,MAAMC,IAAAA,qBAAY,EAAC;QAAEC,SAAS;IAAoB,GAAGC,KAAK,CAAC,IAAM;IAExF,IAAIJ,OAAO;QACThC,MAAM,kCAAkCqB;QACxC,sCAAsC;QACtC,OAAOgB,IAAAA,6BAAgB,EAACnC,aAAa;YACnCE;YACAD,UAAUkB;YACVd;YACA+B,YAAY7B,IAAI6B,UAAU;QAC5B;IACF;IAEA,2EAA2E;IAC3EtB,KAAIa,IAAI,CAACX,gBAAK,CAACqB,GAAG,CAAC,gCAAgC;AACrD"}
@@ -4,10 +4,12 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "fixPackagesAsync", {
6
6
  enumerable: true,
7
- get: ()=>fixPackagesAsync
7
+ get: function() {
8
+ return fixPackagesAsync;
9
+ }
8
10
  });
9
11
  function _chalk() {
10
- const data = /*#__PURE__*/ _interopRequireDefault(require("chalk"));
12
+ const data = /*#__PURE__*/ _interop_require_default(require("chalk"));
11
13
  _chalk = function() {
12
14
  return data;
13
15
  };
@@ -15,10 +17,10 @@ function _chalk() {
15
17
  }
16
18
  const _applyPlugins = require("./applyPlugins");
17
19
  const _installExpoPackage = require("./installExpoPackage");
18
- const _log = /*#__PURE__*/ _interopRequireWildcard(require("../log"));
20
+ const _log = /*#__PURE__*/ _interop_require_wildcard(require("../log"));
19
21
  const _getVersionedPackages = require("../start/doctor/dependencies/getVersionedPackages");
20
22
  const _array = require("../utils/array");
21
- function _interopRequireDefault(obj) {
23
+ function _interop_require_default(obj) {
22
24
  return obj && obj.__esModule ? obj : {
23
25
  default: obj
24
26
  };
@@ -31,7 +33,7 @@ function _getRequireWildcardCache(nodeInterop) {
31
33
  return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
32
34
  })(nodeInterop);
33
35
  }
34
- function _interopRequireWildcard(obj, nodeInterop) {
36
+ function _interop_require_wildcard(obj, nodeInterop) {
35
37
  if (!nodeInterop && obj && obj.__esModule) {
36
38
  return obj;
37
39
  }
@@ -44,7 +46,9 @@ function _interopRequireWildcard(obj, nodeInterop) {
44
46
  if (cache && cache.has(obj)) {
45
47
  return cache.get(obj);
46
48
  }
47
- var newObj = {};
49
+ var newObj = {
50
+ __proto__: null
51
+ };
48
52
  var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
49
53
  for(var key in obj){
50
54
  if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
@@ -62,27 +66,27 @@ function _interopRequireWildcard(obj, nodeInterop) {
62
66
  }
63
67
  return newObj;
64
68
  }
65
- async function fixPackagesAsync(projectRoot, { packages , packageManager , sdkVersion , packageManagerArguments }) {
69
+ async function fixPackagesAsync(projectRoot, { packages, packageManager, sdkVersion, packageManagerArguments }) {
66
70
  if (!packages.length) {
67
71
  return;
68
72
  }
69
- const { dependencies =[] , devDependencies =[] } = (0, _array.groupBy)(packages, (dep)=>dep.packageType);
73
+ const { dependencies = [], devDependencies = [] } = (0, _array.groupBy)(packages, (dep)=>dep.packageType);
70
74
  const versioningMessages = (0, _getVersionedPackages.getOperationLog)({
71
75
  othersCount: 0,
72
76
  nativeModulesCount: packages.length,
73
77
  sdkVersion
74
78
  });
75
79
  // display all packages to update, including expo package
76
- _log.log((0, _chalk().default)`\u203A Installing ${versioningMessages.length ? versioningMessages.join(" and ") + " " : ""}using {bold ${packageManager.name}}`);
80
+ _log.log((0, _chalk().default)`\u203A Installing ${versioningMessages.length ? versioningMessages.join(' and ') + ' ' : ''}using {bold ${packageManager.name}}`);
77
81
  // if updating expo package, install this first, then run expo install --fix again under new version
78
- const expoDep = dependencies.find((dep)=>dep.packageName === "expo");
82
+ const expoDep = dependencies.find((dep)=>dep.packageName === 'expo');
79
83
  if (expoDep) {
80
84
  await (0, _installExpoPackage.installExpoPackageAsync)(projectRoot, {
81
85
  packageManager,
82
86
  packageManagerArguments,
83
87
  expoPackageToInstall: `expo@${expoDep.expectedVersionOrRange}`,
84
88
  followUpCommandArgs: [
85
- "--fix"
89
+ '--fix'
86
90
  ]
87
91
  });
88
92
  // follow-up commands will be spawned in a detached process, so return immediately
@@ -99,7 +103,7 @@ async function fixPackagesAsync(projectRoot, { packages , packageManager , sdkVe
99
103
  if (devDependencies.length) {
100
104
  await packageManager.addDevAsync([
101
105
  ...packageManagerArguments,
102
- ...devDependencies.map((dep)=>`${dep.packageName}@${dep.expectedVersionOrRange}`),
106
+ ...devDependencies.map((dep)=>`${dep.packageName}@${dep.expectedVersionOrRange}`)
103
107
  ]);
104
108
  }
105
109
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/install/fixPackages.ts"],"sourcesContent":["import * as PackageManager from '@expo/package-manager';\nimport chalk from 'chalk';\n\nimport { applyPluginsAsync } from './applyPlugins';\nimport { installExpoPackageAsync } from './installExpoPackage';\nimport * as Log from '../log';\nimport { getOperationLog } from '../start/doctor/dependencies/getVersionedPackages';\nimport { getVersionedDependenciesAsync } from '../start/doctor/dependencies/validateDependenciesVersions';\nimport { groupBy } from '../utils/array';\n\n/**\n * Given a list of incompatible packages, installs the correct versions of the packages with the package manager used for the project.\n */\nexport async function fixPackagesAsync(\n projectRoot: string,\n {\n packages,\n packageManager,\n sdkVersion,\n packageManagerArguments,\n }: {\n packages: Awaited<ReturnType<typeof getVersionedDependenciesAsync>>;\n /** Package manager to use when installing the versioned packages. */\n packageManager: PackageManager.NodePackageManager;\n /**\n * SDK to version `packages` for.\n * @example '44.0.0'\n */\n sdkVersion: string;\n /**\n * Extra parameters to pass to the `packageManager` when installing versioned packages.\n * @example ['--no-save']\n */\n packageManagerArguments: string[];\n }\n): Promise<void> {\n if (!packages.length) {\n return;\n }\n\n const { dependencies = [], devDependencies = [] } = groupBy(packages, (dep) => dep.packageType);\n const versioningMessages = getOperationLog({\n othersCount: 0, // All fixable packages are versioned\n nativeModulesCount: packages.length,\n sdkVersion,\n });\n\n // display all packages to update, including expo package\n Log.log(\n chalk`\\u203A Installing ${\n versioningMessages.length ? versioningMessages.join(' and ') + ' ' : ''\n }using {bold ${packageManager.name}}`\n );\n\n // if updating expo package, install this first, then run expo install --fix again under new version\n const expoDep = dependencies.find((dep) => dep.packageName === 'expo');\n if (expoDep) {\n await installExpoPackageAsync(projectRoot, {\n packageManager,\n packageManagerArguments,\n expoPackageToInstall: `expo@${expoDep.expectedVersionOrRange}`,\n followUpCommandArgs: ['--fix'],\n });\n // follow-up commands will be spawned in a detached process, so return immediately\n return;\n }\n\n if (dependencies.length) {\n const versionedPackages = dependencies.map(\n (dep) => `${dep.packageName}@${dep.expectedVersionOrRange}`\n );\n\n await packageManager.addAsync([...packageManagerArguments, ...versionedPackages]);\n\n await applyPluginsAsync(projectRoot, versionedPackages);\n }\n\n if (devDependencies.length) {\n await packageManager.addDevAsync([\n ...packageManagerArguments,\n ...devDependencies.map((dep) => `${dep.packageName}@${dep.expectedVersionOrRange}`),\n ]);\n }\n}\n"],"names":["fixPackagesAsync","projectRoot","packages","packageManager","sdkVersion","packageManagerArguments","length","dependencies","devDependencies","groupBy","dep","packageType","versioningMessages","getOperationLog","othersCount","nativeModulesCount","Log","log","chalk","join","name","expoDep","find","packageName","installExpoPackageAsync","expoPackageToInstall","expectedVersionOrRange","followUpCommandArgs","versionedPackages","map","addAsync","applyPluginsAsync","addDevAsync"],"mappings":"AAAA;;;;+BAasBA,kBAAgB;;aAAhBA,gBAAgB;;;8DAZpB,OAAO;;;;;;8BAES,gBAAgB;oCACV,sBAAsB;2DACzC,QAAQ;sCACG,mDAAmD;uBAE3D,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKjC,eAAeA,gBAAgB,CACpCC,WAAmB,EACnB,EACEC,QAAQ,CAAA,EACRC,cAAc,CAAA,EACdC,UAAU,CAAA,EACVC,uBAAuB,CAAA,EAexB,EACc;IACf,IAAI,CAACH,QAAQ,CAACI,MAAM,EAAE;QACpB,OAAO;IACT,CAAC;IAED,MAAM,EAAEC,YAAY,EAAG,EAAE,CAAA,EAAEC,eAAe,EAAG,EAAE,CAAA,EAAE,GAAGC,IAAAA,MAAO,QAAA,EAACP,QAAQ,EAAE,CAACQ,GAAG,GAAKA,GAAG,CAACC,WAAW,CAAC,AAAC;IAChG,MAAMC,kBAAkB,GAAGC,IAAAA,qBAAe,gBAAA,EAAC;QACzCC,WAAW,EAAE,CAAC;QACdC,kBAAkB,EAAEb,QAAQ,CAACI,MAAM;QACnCF,UAAU;KACX,CAAC,AAAC;IAEH,yDAAyD;IACzDY,IAAG,CAACC,GAAG,CACLC,IAAAA,MAAK,EAAA,QAAA,CAAA,CAAC,kBAAkB,EACtBN,kBAAkB,CAACN,MAAM,GAAGM,kBAAkB,CAACO,IAAI,CAAC,OAAO,CAAC,GAAG,GAAG,GAAG,EAAE,CACxE,YAAY,EAAEhB,cAAc,CAACiB,IAAI,CAAC,CAAC,CAAC,CACtC,CAAC;IAEF,oGAAoG;IACpG,MAAMC,OAAO,GAAGd,YAAY,CAACe,IAAI,CAAC,CAACZ,GAAG,GAAKA,GAAG,CAACa,WAAW,KAAK,MAAM,CAAC,AAAC;IACvE,IAAIF,OAAO,EAAE;QACX,MAAMG,IAAAA,mBAAuB,wBAAA,EAACvB,WAAW,EAAE;YACzCE,cAAc;YACdE,uBAAuB;YACvBoB,oBAAoB,EAAE,CAAC,KAAK,EAAEJ,OAAO,CAACK,sBAAsB,CAAC,CAAC;YAC9DC,mBAAmB,EAAE;gBAAC,OAAO;aAAC;SAC/B,CAAC,CAAC;QACH,kFAAkF;QAClF,OAAO;IACT,CAAC;IAED,IAAIpB,YAAY,CAACD,MAAM,EAAE;QACvB,MAAMsB,iBAAiB,GAAGrB,YAAY,CAACsB,GAAG,CACxC,CAACnB,GAAG,GAAK,CAAC,EAAEA,GAAG,CAACa,WAAW,CAAC,CAAC,EAAEb,GAAG,CAACgB,sBAAsB,CAAC,CAAC,CAC5D,AAAC;QAEF,MAAMvB,cAAc,CAAC2B,QAAQ,CAAC;eAAIzB,uBAAuB;eAAKuB,iBAAiB;SAAC,CAAC,CAAC;QAElF,MAAMG,IAAAA,aAAiB,kBAAA,EAAC9B,WAAW,EAAE2B,iBAAiB,CAAC,CAAC;IAC1D,CAAC;IAED,IAAIpB,eAAe,CAACF,MAAM,EAAE;QAC1B,MAAMH,cAAc,CAAC6B,WAAW,CAAC;eAC5B3B,uBAAuB;eACvBG,eAAe,CAACqB,GAAG,CAAC,CAACnB,GAAG,GAAK,CAAC,EAAEA,GAAG,CAACa,WAAW,CAAC,CAAC,EAAEb,GAAG,CAACgB,sBAAsB,CAAC,CAAC,CAAC;SACpF,CAAC,CAAC;IACL,CAAC;AACH,CAAC"}
1
+ {"version":3,"sources":["../../../src/install/fixPackages.ts"],"sourcesContent":["import * as PackageManager from '@expo/package-manager';\nimport chalk from 'chalk';\n\nimport { applyPluginsAsync } from './applyPlugins';\nimport { installExpoPackageAsync } from './installExpoPackage';\nimport * as Log from '../log';\nimport { getOperationLog } from '../start/doctor/dependencies/getVersionedPackages';\nimport { getVersionedDependenciesAsync } from '../start/doctor/dependencies/validateDependenciesVersions';\nimport { groupBy } from '../utils/array';\n\n/**\n * Given a list of incompatible packages, installs the correct versions of the packages with the package manager used for the project.\n */\nexport async function fixPackagesAsync(\n projectRoot: string,\n {\n packages,\n packageManager,\n sdkVersion,\n packageManagerArguments,\n }: {\n packages: Awaited<ReturnType<typeof getVersionedDependenciesAsync>>;\n /** Package manager to use when installing the versioned packages. */\n packageManager: PackageManager.NodePackageManager;\n /**\n * SDK to version `packages` for.\n * @example '44.0.0'\n */\n sdkVersion: string;\n /**\n * Extra parameters to pass to the `packageManager` when installing versioned packages.\n * @example ['--no-save']\n */\n packageManagerArguments: string[];\n }\n): Promise<void> {\n if (!packages.length) {\n return;\n }\n\n const { dependencies = [], devDependencies = [] } = groupBy(packages, (dep) => dep.packageType);\n const versioningMessages = getOperationLog({\n othersCount: 0, // All fixable packages are versioned\n nativeModulesCount: packages.length,\n sdkVersion,\n });\n\n // display all packages to update, including expo package\n Log.log(\n chalk`\\u203A Installing ${\n versioningMessages.length ? versioningMessages.join(' and ') + ' ' : ''\n }using {bold ${packageManager.name}}`\n );\n\n // if updating expo package, install this first, then run expo install --fix again under new version\n const expoDep = dependencies.find((dep) => dep.packageName === 'expo');\n if (expoDep) {\n await installExpoPackageAsync(projectRoot, {\n packageManager,\n packageManagerArguments,\n expoPackageToInstall: `expo@${expoDep.expectedVersionOrRange}`,\n followUpCommandArgs: ['--fix'],\n });\n // follow-up commands will be spawned in a detached process, so return immediately\n return;\n }\n\n if (dependencies.length) {\n const versionedPackages = dependencies.map(\n (dep) => `${dep.packageName}@${dep.expectedVersionOrRange}`\n );\n\n await packageManager.addAsync([...packageManagerArguments, ...versionedPackages]);\n\n await applyPluginsAsync(projectRoot, versionedPackages);\n }\n\n if (devDependencies.length) {\n await packageManager.addDevAsync([\n ...packageManagerArguments,\n ...devDependencies.map((dep) => `${dep.packageName}@${dep.expectedVersionOrRange}`),\n ]);\n }\n}\n"],"names":["fixPackagesAsync","projectRoot","packages","packageManager","sdkVersion","packageManagerArguments","length","dependencies","devDependencies","groupBy","dep","packageType","versioningMessages","getOperationLog","othersCount","nativeModulesCount","Log","log","chalk","join","name","expoDep","find","packageName","installExpoPackageAsync","expoPackageToInstall","expectedVersionOrRange","followUpCommandArgs","versionedPackages","map","addAsync","applyPluginsAsync","addDevAsync"],"mappings":";;;;+BAasBA;;;eAAAA;;;;gEAZJ;;;;;;8BAEgB;oCACM;6DACnB;sCACW;uBAER;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKjB,eAAeA,iBACpBC,WAAmB,EACnB,EACEC,QAAQ,EACRC,cAAc,EACdC,UAAU,EACVC,uBAAuB,EAexB;IAED,IAAI,CAACH,SAASI,MAAM,EAAE;QACpB;IACF;IAEA,MAAM,EAAEC,eAAe,EAAE,EAAEC,kBAAkB,EAAE,EAAE,GAAGC,IAAAA,cAAO,EAACP,UAAU,CAACQ,MAAQA,IAAIC,WAAW;IAC9F,MAAMC,qBAAqBC,IAAAA,qCAAe,EAAC;QACzCC,aAAa;QACbC,oBAAoBb,SAASI,MAAM;QACnCF;IACF;IAEA,yDAAyD;IACzDY,KAAIC,GAAG,CACLC,IAAAA,gBAAK,CAAA,CAAC,kBAAkB,EACtBN,mBAAmBN,MAAM,GAAGM,mBAAmBO,IAAI,CAAC,WAAW,MAAM,GACtE,YAAY,EAAEhB,eAAeiB,IAAI,CAAC,CAAC,CAAC;IAGvC,oGAAoG;IACpG,MAAMC,UAAUd,aAAae,IAAI,CAAC,CAACZ,MAAQA,IAAIa,WAAW,KAAK;IAC/D,IAAIF,SAAS;QACX,MAAMG,IAAAA,2CAAuB,EAACvB,aAAa;YACzCE;YACAE;YACAoB,sBAAsB,CAAC,KAAK,EAAEJ,QAAQK,sBAAsB,EAAE;YAC9DC,qBAAqB;gBAAC;aAAQ;QAChC;QACA,kFAAkF;QAClF;IACF;IAEA,IAAIpB,aAAaD,MAAM,EAAE;QACvB,MAAMsB,oBAAoBrB,aAAasB,GAAG,CACxC,CAACnB,MAAQ,GAAGA,IAAIa,WAAW,CAAC,CAAC,EAAEb,IAAIgB,sBAAsB,EAAE;QAG7D,MAAMvB,eAAe2B,QAAQ,CAAC;eAAIzB;eAA4BuB;SAAkB;QAEhF,MAAMG,IAAAA,+BAAiB,EAAC9B,aAAa2B;IACvC;IAEA,IAAIpB,gBAAgBF,MAAM,EAAE;QAC1B,MAAMH,eAAe6B,WAAW,CAAC;eAC5B3B;eACAG,gBAAgBqB,GAAG,CAAC,CAACnB,MAAQ,GAAGA,IAAIa,WAAW,CAAC,CAAC,EAAEb,IAAIgB,sBAAsB,EAAE;SACnF;IACH;AACF"}