feat(planner): add bridge target version strategy for auto-stamping ledger to app versions

This commit is contained in:
2026-05-19 21:44:57 +00:00
parent c04a094723
commit b3078029e3
8 changed files with 250 additions and 3 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ export type {
ISmartMigrationLedgerData,
} from './interfaces.js';
export type { TMigrationStatus, TLedgerBackend } from './types.js';
export type { TMigrationStatus, TLedgerBackend, TTargetVersionStrategy } from './types.js';