@sanity/migrate
Version:
Tooling for running data migrations on Sanity.io projects
13 lines (12 loc) • 615 B
text/typescript
export * from '../defineMigration.js'
export * from '../it-utils/index.js'
export * from '../mutations/index.js'
export * from '../runner/collectMigrationMutations.js'
export {DEFAULT_MUTATION_CONCURRENCY, MAX_MUTATION_CONCURRENCY} from '../runner/constants.js'
export * from '../runner/dryRun.js'
export * from '../runner/run.js'
export {fromDocuments} from '../sources/fromDocuments.js'
export {fromExportArchive} from '../sources/fromExportArchive.js'
export {fromExportEndpoint} from '../sources/fromExportEndpoint.js'
export {safeJsonParser} from '../sources/fromExportEndpoint.js'
export * from '../types.js'