UNPKG

@code-pushup/js-packages-plugin

Version:
13 lines 410 B
import { objectToKeys } from '@code-pushup/utils'; export const outdatedSeverity = { major: 'error', premajor: 'info', minor: 'warning', preminor: 'info', patch: 'info', prepatch: 'info', prerelease: 'info', }; // RELEASE_TYPES directly exported from semver don't work out of the box export const RELEASE_TYPES = objectToKeys(outdatedSeverity); //# sourceMappingURL=constants.js.map