v8.0.0-rc.3Pre-release
Changed 1
- Move exact @prisma/cli-engine peer dependency from 0.1.1 to 0.2.0
From prisma
A single-purpose release: @prisma/orm-toolchain moves its exact @prisma/cli-engine peer from 0.1.1 to 0.2.0, so the unified prisma CLI can ship a release in which every mounted product runs on the one engine version it installs. There are no ORM API changes in this release.
Breaking changes
- The exact
@prisma/cli-enginepeer moves to 0.2.0 — engine 0.2.0 adds the credential-refresh exports and structured delegated output thatprisma@8.0.0-rc.4was built against but the registry's engine 0.1.1 does not contain, which is whynpx prisma@nextcurrently fails on import. This release pairs with theprismaCLI release that depends on it (8.0.0-rc.5); upgrade both together. No code changes — an operational peer move only. (#30056)