@astrojs/cloudflare 13.0.0-beta.10 → 13.0.0-beta.11

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.
@@ -80,7 +80,7 @@ function serverStart({
80
80
  host,
81
81
  base
82
82
  }) {
83
- const version = "13.0.0-beta.10";
83
+ const version = "13.0.0-beta.11";
84
84
  const localPrefix = `${colors.dim("\u2503")} Local `;
85
85
  const networkPrefix = `${colors.dim("\u2503")} Network `;
86
86
  const emptyPrefix = " ".repeat(11);
package/dist/index.js CHANGED
@@ -204,8 +204,8 @@ function createIntegration({
204
204
  setAdapter({
205
205
  name: "@astrojs/cloudflare",
206
206
  adapterFeatures: {
207
- edgeMiddleware: false,
208
- buildOutput: "server"
207
+ buildOutput: "server",
208
+ middlewareMode: "classic"
209
209
  },
210
210
  entrypointResolution: "auto",
211
211
  previewEntrypoint: "@astrojs/cloudflare/entrypoints/preview",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@astrojs/cloudflare",
3
3
  "description": "Deploy your site to Cloudflare Workers",
4
- "version": "13.0.0-beta.10",
4
+ "version": "13.0.0-beta.11",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "author": "withastro",
@@ -51,7 +51,7 @@
51
51
  "@types/node": "^25.2.2",
52
52
  "cheerio": "1.2.0",
53
53
  "devalue": "^5.6.3",
54
- "astro": "6.0.0-beta.16",
54
+ "astro": "6.0.0-beta.17",
55
55
  "astro-scripts": "0.0.14"
56
56
  },
57
57
  "publishConfig": {