github withastro/astro @astrojs/db@0.13.0

latest releases: astro@4.16.9, astro@5.0.0-beta.6, @astrojs/vue@5.0.0-beta.1...
2 months ago

Minor Changes

  • #11360 a79a8b0 Thanks @ascorbic! - Changes how type generation works

    The generated .d.ts file is now at a new location:

    - .astro/db-types.d.ts
    + .astro/integrations/astro_db/db.d.ts

    The following line can now be removed from src/env.d.ts:

    - /// <reference path="../.astro/db-types.d.ts" />

Patch Changes

  • #11645 849e4c6 Thanks @bluwy! - Refactors internally to use node:util parseArgs instead of yargs-parser

  • Updated dependencies []:

    • @astrojs/studio@0.1.1

Don't miss a new astro release

NewReleases is sending notifications on new releases.