chore: bump version

This commit is contained in:
2025-09-12 02:11:03 +02:00
parent 74a724c287
commit 79d46bdad1
5 changed files with 11 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ export declare class CustomService extends core.Service {
private getFileContent;
private getLineAndColumn;
private getErrorProperties;
checkFile(path: string, lang: string): Promise<boolean>;
checkFile(filePath: string, lang: string): Promise<boolean>;
checkAllFiles(): Promise<boolean>;
}
export declare function checkDatapack(rootDir: string, version: string, reportAll: boolean, verbose: boolean): Promise<void>;