Amazon Vinyl
    Preparing search index...

    Variable vinylVersionConst

    vinylVersion: Version = ...

    globalThis.__VINYL_VERSION__ is replaced at build time with the package.version via esbuild's define option. In unit tests and unbundled dev builds the replacement does not happen and the global is undefined, so we fall through to a placeholder version.