@astrojs/db 0.13.1 → 0.13.2

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
  ` ${bgGreen(black(` ${commandName} `))} ${green(
30
- `v${"0.13.1"}`
30
+ `v${"0.13.2"}`
31
31
  )} ${headline}`
32
32
  );
33
33
  }
@@ -181,7 +181,7 @@ async function executeSeedFile({
181
181
  async function getTempViteServer({ viteConfig }) {
182
182
  const tempViteServer = await createServer(
183
183
  mergeConfig(viteConfig, {
184
- server: { middlewareMode: true, hmr: false, watch: null },
184
+ server: { middlewareMode: true, hmr: false, watch: null, ws: false },
185
185
  optimizeDeps: { noDiscovery: true },
186
186
  ssr: { external: [] },
187
187
  logLevel: "silent"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrojs/db",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "description": "Add libSQL and Astro Studio support to your Astro site",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -83,8 +83,8 @@
83
83
  "@types/yargs-parser": "^21.0.3",
84
84
  "cheerio": "1.0.0",
85
85
  "typescript": "^5.5.4",
86
- "vite": "^5.4.0",
87
- "astro": "4.14.2",
86
+ "vite": "^5.4.1",
87
+ "astro": "4.14.3",
88
88
  "astro-scripts": "0.0.14"
89
89
  },
90
90
  "scripts": {