@vpxa/aikit 0.1.140 → 0.1.142

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.
@@ -945,6 +945,7 @@ interface EvidenceMapResult {
945
945
  entry?: EvidenceEntry;
946
946
  gate?: GateResult;
947
947
  deleted?: boolean;
948
+ autoCreated?: boolean;
948
949
  formattedMap?: string;
949
950
  }
950
951
  declare function evidenceMap(action: EvidenceMapAction, cwd?: string): EvidenceMapResult;