1.0.0 commands (#12853)

This commit is contained in:
Paul Rastoin
2025-06-24 20:20:15 +02:00
committed by GitHub
parent 2fc300a63c
commit 02ce53bd2f

View File

@ -170,11 +170,17 @@ export class UpgradeCommand extends UpgradeCommandRunner {
beforeSyncMetadata: [],
};
const commands_100: VersionCommands = {
afterSyncMetadata: [],
beforeSyncMetadata: [],
};
this.allCommands = {
'0.53.0': commands_053,
'0.54.0': commands_054,
'0.55.0': commands_055,
'0.60.0': commands_060,
'1.0.0': commands_100,
};
}