| 1 | import { resolve, relative } from 'node:path'; |
| 2 | import { realpathSync } from 'node:fs'; |
| 3 | import { log } from '../utils/logger.ts'; |
| 4 | import type { BumpFile, BumpType, PlannedRelease, BumpyConfig } from '../types.ts'; |
nothing calls this directly
no test coverage detected