v3.0.1
Docs-only patch release: aligns the package documentation with public OSS
conventions. No runtime, API, or dependency changes vs. [3.0.0]; users on
3.0.0 do not need to upgrade for functionality.
Added
CONTRIBUTING.md— setup (pnpm install), scripts (pnpm test/
typecheck/lint/build/dev), playground walkthrough, PR
conventions, and pointer toSECURITY.md.SECURITY.md— private vulnerability reporting via GitHub Security
Advisories; supported version line stated as3.x.
Changed
- README: shields.io badges (npm version, monthly downloads, license),
table of contents, "YAML vs Zod" guidance section to help users pick
between the two pipelines introduced in [3.0.0], and a footer with
Contributing / Reporting issues / License sections linking the new files. - README intro: replaced the vague "Compatible with latest Directus
versions" line with the explicit range^9 || ^10 || ^11, matching
directus:extension.hostinpackage.json.