| 6 | import type { BumpObject, Context, Flags, PackageJson } from './types'; |
| 7 | |
| 8 | interface WriteOptions { |
| 9 | version?: boolean; |
| 10 | hash?: boolean; |
| 11 | } |
| 12 | |
| 13 | export const writeUpdate = async ( |
| 14 | pkg: BumpObject, |
nothing calls this directly
no outgoing calls
no test coverage detected