KIT_VERSION
The published version of this kit.
The published version of this kit.
Read from package.json and inlined at build time, so it cannot drift: changesets owns package.json’s version, and a hardcoded constant here would have to be hand-edited on every release — on a branch changesets force-pushes, which would silently discard the edit. src/index.test.ts asserts it against package.json to prove the inlining actually happened.
Import from @homepages/template-kit.
Signature
Section titled “Signature”const KIT_VERSION: string