v8.0.0-rc.1-dev.43
📦 prismaView on GitHub →
✨ 3 features🔧 4 symbols
Summary
Introduced automated conformance checks to the publishing workflow to ensure package integrity, import purity, validator robustness, and clean tarball installations. These checks enhance the quality and reliability of published packages.
✨ New Features
- Added three conformance checks to the publish path: packed imports validation, a validator that never throws, and tarball installation verification.
- The conformance checks validate import purity over built JavaScript, ensure the shipped ORM config-section validator does not throw on hostile inputs, and verify the published tarball installs cleanly and its binaries start.
- Added a conformance step to the publish workflow that runs checks on what actually ships in the package.