Skip to main content

Variable: VERSION

const VERSION: "1.0.1"

Defined in: src/version.ts:13

Package version — kept in sync with package.json via build script.

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}`);