UNPKG

@sanity/migrate

Version:

Tooling for running data migrations on Sanity.io projects

13 lines (12 loc) 567 B
export * from '../defineMigration' export * from '../it-utils' export * from '../mutations' export * from '../runner/collectMigrationMutations' export {DEFAULT_MUTATION_CONCURRENCY, MAX_MUTATION_CONCURRENCY} from '../runner/constants' export * from '../runner/dryRun' export * from '../runner/run' export {fromDocuments} from '../sources/fromDocuments' export {fromExportArchive} from '../sources/fromExportArchive' export {fromExportEndpoint} from '../sources/fromExportEndpoint' export {safeJsonParser} from '../sources/fromExportEndpoint' export * from '../types'