What bump changed: where the entry lives, and the range it now carries.
import type { BumpedEntry } from './manifest.ts'; const bumped: BumpedEntry = { field: 'devDependencies', range: '~0.35.0' }; bumped.range; // '~0.35.0' — the operator the project chose, kept