{"version":3,"file":"index.mjs","names":[],"sources":["../../../../../src/storage/migration/updates/0.3.1-0.4/index.ts"],"sourcesContent":["import type { BaseAgent } from '../../../../agent/BaseAgent'\n\nimport { migrateCacheToV0_4 } from './cache'\nimport { migrateDidRecordToV0_4 } from './did'\nimport { migrateW3cCredentialRecordToV0_4 } from './w3cCredentialRecord'\n\nexport async function updateV0_3_1ToV0_4<Agent extends BaseAgent>(agent: Agent): Promise<void> {\n  await migrateDidRecordToV0_4(agent)\n  await migrateCacheToV0_4(agent)\n  await migrateW3cCredentialRecordToV0_4(agent)\n}\n"],"mappings":";;;;;;;AAMA,eAAsB,mBAA4C,OAA6B;AAC7F,OAAM,uBAAuB,MAAM;AACnC,OAAM,mBAAmB,MAAM;AAC/B,OAAM,iCAAiC,MAAM"}