@gitkraken/gitkraken-components 7.3.0 → 8.0.1

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.
@@ -170,7 +170,10 @@ export interface Ref {
170
170
  }
171
171
  export interface Head extends Ref {
172
172
  isCurrentHead?: boolean;
173
- upstream?: string;
173
+ upstream?: {
174
+ name: string;
175
+ id: string;
176
+ };
174
177
  }
175
178
  export interface Remote extends Ref {
176
179
  owner?: string;