Skip to content

Commit

Permalink
fix: indexer private methods
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Apr 11, 2024
1 parent 12019b7 commit 65ca093
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tw5-typed",
"version": "0.5.8",
"version": "0.5.9",
"scripts": {
"check": "tsc --noEmit && eslint src/**/*.ts",
"docs": "docs-ts",
Expand Down
2 changes: 0 additions & 2 deletions src/modules/indexers/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ declare module 'tiddlywiki' {
*/
abstract class Indexer {
protected wiki: Wiki;
protected index: Record<string, Record<string, string[]>> | null;
protected maxIndexedValueLength: number;

/**
* Constructs an Indexer instance.
Expand Down

0 comments on commit 65ca093

Please sign in to comment.