florian-lefebvre / astro-integration-kit

A package that contains utilities to help you build Astro integrations.

Home Page:https://astro-integration-kit.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typing for AstroDB after semver 0.9 seems to have broken

Adammatthiesen opened this issue · comments

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