We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c0c97 commit bb2ccedCopy full SHA for bb2cced
1 file changed
src/index.ts
@@ -8,6 +8,7 @@ import { policyCmd } from './commands/policy.js'
8
import { auditCmd } from './commands/audit.js'
9
10
11
+
12
// Read version from package.json — single source of truth
13
const require = createRequire(import.meta.url)
14
const { version } = require('../package.json') as { version: string }
0 commit comments