jbrowse-plugin-msaview 2.4.3 → 2.4.4

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.
@@ -631,6 +631,7 @@ export default function stateModelFactory(): import("@jbrowse/mobx-state-tree").
631
631
  readonly transcriptToMsaMap: {
632
632
  g2p: Record<number, number>;
633
633
  p2g: Record<number, number>;
634
+ p2gCodon: Record<number, number[]>;
634
635
  refName: string;
635
636
  strand: number;
636
637
  } | undefined;