{"version":3,"file":"nodeVersion.js","sources":["../../src/nodeVersion.ts"],"sourcesContent":["import { parseSemver } from '@sentry/core';\n\nexport const NODE_VERSION = parseSemver(process.versions.node) as { major: number; minor: number; patch: number };\nexport const NODE_MAJOR = NODE_VERSION.major;\nexport const NODE_MINOR = NODE_VERSION.minor;\n"],"names":[],"mappings":";;AAEO,MAAM,YAAA,GAAe,WAAA,CAAY,OAAA,CAAQ,QAAA,CAAS,IAAI;AACtD,MAAM,aAAa,YAAA,CAAa;AAChC,MAAM,aAAa,YAAA,CAAa;;;;"}