@lamhieu/prisma-engines-version
v7.8.0
Published
Forked counterpart of @prisma/engines-version. The actual commit hash is filled in by `scripts/fork/rebrand.ts` before publishing.
Readme
@prisma/engines-version-fork
Workspace stub that becomes @<your-scope>/prisma-engines-version after
scripts/fork/rebrand.ts runs. It mirrors the contract of upstream
@lamhieu/prisma-engines-version: a single enginesVersion export 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→@<scope>/prisma-engines-versionand pinsversiontoFORK_VERSION. npm publish --access publicfrom this directory.
Do not depend on this package directly; depend on
@lamhieu/prisma-engines-version upstream and let the rebrand script rewrite the
dep at publish time.
