chore : bump all packages versions

This commit is contained in:
GuillaumeSD
2024-12-29 00:01:08 +01:00
parent 2db361e2f6
commit 0b8d0ad780
10 changed files with 2112 additions and 1149 deletions

View File

@@ -118,7 +118,7 @@ export const moveLineUciToSan = (
try {
const move = game.move(uciMoveParams(moveUci));
return move.san;
} catch (e) {
} catch {
return moveUci;
}
};