florian-lefebvre / astro-integration-kit

A package that contains utilities to help you build Astro integrations.
https://astro-integration-kit.netlify.app
MIT License
46 stars 8 forks source link

Typing for AstroDB after semver 0.9 seems to have broken #102

Closed Adammatthiesen closed 2 months ago

Adammatthiesen commented 2 months ago

Console error presented about deps:

└─┬ astro-integration-kit 0.12.0
  └── ✕ unmet peer @astrojs/db@^0.9.0: found 0.10.6

the only side effect of this seems to be lost typing for the extendDb hook within the main astro integration file. image

If i revert the Astrojs/db package to a 0.9... version the typing returns.

The broken typing does not appear to effect the actual functionality of the integration as everything else appears to be still functioning as intended