Skip to content

Commit

Permalink
Changed IndexData.version to be just number
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Dec 23, 2024
1 parent 36ac80c commit 93fc184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/file_index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { decodeUTF8, encodeUTF8 } from '../utils.js';
* @internal
*/
export interface IndexData {
version: 1;
version: number;
entries: Record<string, StatsLike<number>>;
}

Expand Down

0 comments on commit 93fc184

Please sign in to comment.