big-potato-91793
01/07/2021, 11:18 PMbillowy-army-68599
01/08/2021, 5:01 AMbig-potato-91793
01/08/2021, 3:27 PMutilities.ts
that is generated in the tool?purple-beach-36424
01/08/2021, 3:33 PMwhat’s the purpose of the “required”?package.json
export function getVersion(): string {
let version = require('./package.json').version;
// Node allows for the version to be prefixed by a "v", while semver doesn't.
// If there is a v, strip it off.
if (version.indexOf('v') === 0) {
big-potato-91793
01/09/2021, 12:01 PMquiet-wolf-18467
01/16/2021, 10:34 AMbig-potato-91793
01/16/2021, 3:32 PMquiet-wolf-18467
01/16/2021, 3:33 PMbig-potato-91793
01/16/2021, 7:11 PM