function getVersion() { return '0.0.17' } function getReleaseChannel() { return 'stable' } async function getPath(path) { return Promise.reject("stubbed out") } module.exports = { getVersion, getReleaseChannel, getPath }