Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[eas-cli] pass on fingerprint info on republish (#2708)
# Why This PR adds support for fingerprint information in update republishing workflows. If the republished update has fingerprint info, we include it. # Before landing - [ ] merge expo/universe#17575 - [ ] rerun graphql generation against staging # How - Added fingerprint fields to the GraphQL schema and related types - Updated the Update fragment to include fingerprint information (id, hash, and source details) - Modified the republish functionality to include fingerprint information when republishing updates - Added support for fingerprint source types and bucket key information # Test Plan - [x] republished update with fingerprint info https://staging.expo.dev/accounts/quintest110/projects/staging-sdk-52/updates/dcf49334-3330-4d37-8ef5-50c2b7bea414 - [x] republished update without fingerprint info https://staging.expo.dev/accounts/quintest110/projects/staging-sdk-52/updates/fd7f062b-cc2e-4c54-b306-36587dc841f6
- Loading branch information