@vohongtho.infotech/code-intel 0.1.5 → 0.2.0

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.
package/dist/index.d.ts CHANGED
@@ -302,6 +302,7 @@ declare function removeRepo(repoPath: string): void;
302
302
 
303
303
  interface IndexMetadata {
304
304
  indexedAt: string;
305
+ indexVersion?: string;
305
306
  commitHash?: string;
306
307
  stats: {
307
308
  nodes: number;