Skip to content

v0.4.1

Choose a tag to compare

@jdevalk jdevalk released this 09 Apr 19:46
· 15 commits to main since this release

Dependency-bump patch release.

Changes

  • Bump @jdevalk/seo-graph-core range from ^0.1.0 to ^0.2.0 to match what @jdevalk/astro-seo-graph@^0.2.1 pulls in transitively. Avoids duplicate seo-graph-core copies in consumer node_modules.

Context

@jdevalk/seo-graph-core@0.2.0 shipped two additive API improvements:

  • buildOrganization gained a generic type parameter (<T extends Organization = Organization>) with OrganizationInput.extra typed as Partial<T> — flows schema-dts subtype autocomplete into the escape-hatch field.
  • WebPageInput.breadcrumb became optional.

This plugin doesn't call those piece builders directly, so there's no functional change. The bump is install-footprint hygiene.

See CHANGELOG.md for details.

🤖 Generated with Claude Code