Typing for AstroDB after semver 0.9 seems to have broken
Adammatthiesen opened this issue · comments
Adam Matthiesen commented
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.
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