Description
Hi 👋
Currently, vitest is being vendored by vite-plus. Third party tools canno't really retrieve the version being vendored by vite-plus.
Some needs to do this for compatibility check with tools being aliased by vite-plus
Suggested solution
have vendored tools provide a json, could be a copy of the package.json from the bundled tool so third party libraries can do
import { versions } from 'vite-plus'
// or
import { version} from 'vite-plus/test'
Alternative
No response
Additional context
No response
Validations
Description
Hi 👋
Currently,
vitestis being vendored byvite-plus. Third party tools canno't really retrieve the version being vendored byvite-plus.Some needs to do this for compatibility check with tools being aliased by vite-plus
Suggested solution
have vendored tools provide a json, could be a copy of the package.json from the bundled tool so third party libraries can do
Alternative
No response
Additional context
No response
Validations