import { getVersions } from './operations/getVersions.methods';
import { checkVersion } from './operations/checkVersion.methods';

export const versionOperations = {
	getVersions,
	checkVersion,
};
