indexvariablesVariable: VERSIONVersion: 1.xOn this pageVariable: VERSION const VERSION: string Package version — injected from package.json at build time. Remarks Read at runtime by telemetry (service.version) and user-agent headers. Example import { VERSION, PACKAGE_NAME } from './version.js';logger.info(`${PACKAGE_NAME}@${VERSION}`);