@astrojs/db 0.19.0-beta.4 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,7 +27,7 @@ function printHelp({
27
27
  message.push(
28
28
  linebreak(),
29
29
  ` ${colors.bgGreen(colors.black(` ${commandName} `))} ${colors.green(
30
- `v${"0.19.0-beta.4"}`
30
+ `v${"0.20.0"}`
31
31
  )} ${headline}`
32
32
  );
33
33
  }
@@ -161,7 +161,7 @@ function astroDBIntegration(options) {
161
161
  await executeSeedFile({ fileUrl, environment });
162
162
  };
163
163
  },
164
- "astro:build:done": async ({}) => {
164
+ "astro:build:done": async () => {
165
165
  await tempViteServer?.close();
166
166
  }
167
167
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrojs/db",
3
- "version": "0.19.0-beta.4",
3
+ "version": "0.20.0",
4
4
  "description": "Add libSQL support to your Astro site",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -79,7 +79,7 @@
79
79
  "expect-type": "^1.3.0",
80
80
  "typescript": "^5.9.3",
81
81
  "vite": "^7.3.1",
82
- "astro": "6.0.0-beta.12",
82
+ "astro": "6.0.0",
83
83
  "astro-scripts": "0.0.14"
84
84
  },
85
85
  "scripts": {