@vertexa/prisma-engines-version
v7.9.1
Published
Fork of @prisma/engines-version — stamps the Prisma engine commit hash for the @vertexa/* fork. Internal package, do not depend on it directly.
Maintainers
Readme
@vertexa/prisma-engines-version (stub)
Workspace stub that becomes @vertexa/prisma-engines-version after
scripts/fork/rebrand.ts runs. Exports a single enginesVersion string read
from package.json#prisma.enginesVersion.
The forked publish pipeline:
- Sets
prisma.enginesVersionto the commit hash of the localprisma-engines/checkout (orFORK_ENGINES_COMMIT). - Renames
name→@vertexa/prisma-engines-versionand pinsversiontoFORK_VERSION. npm publish --access publicfrom this directory.
Do not depend on this package directly; depend on
@vertexa/prisma-engines-version upstream and let the rebrand script rewrite the
dep at publish time.
