v0.4.2
Dependency-range bump for transitive dedup.
Changes
- Bump
@jdevalk/seo-graph-corerange from^0.2.0to^0.3.0 - Bump
@jdevalk/astro-seo-graphrange from^0.2.1to^0.2.4
Why
@jdevalk/astro-seo-graph@0.2.4 pins @jdevalk/seo-graph-core@0.3.0 as a direct dep. The plugin's previous ^0.2.0 range excluded 0.3.0 (pre-1.0 caret semver: ^0.2.0 means >=0.2.0 <0.3.0), so consumers ended up with two parallel copies of seo-graph-core in their node_modules — one for astro-seo-graph, one for this plugin. Widening the range to ^0.3.0 lets both resolutions converge on a single installed copy.
No behavioural change
seo-graph-core@0.3.0 ships three additive improvements (no inLanguage default on piece builders, optional WebPageInput.breadcrumb, generic type parameter on buildOrganization) that this plugin doesn't exercise directly. The plugin's rendered JSON-LD output is unchanged.
See CHANGELOG.md for details.
🤖 Generated with Claude Code