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.
globalThis.__VINYL_VERSION__is replaced at build time with the package.version via esbuild'sdefineoption. 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.