@astrojs/cloudflare 12.5.1 → 12.5.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.
@@ -12,7 +12,7 @@ export declare function setImageConfig(service: string, config: AstroConfig['ima
12
12
  hostname?: string | undefined;
13
13
  pathname?: string | undefined;
14
14
  }[];
15
- experimentalLayout?: "none" | "fixed" | "responsive" | "full-width" | undefined;
15
+ experimentalLayout?: "none" | "fixed" | "constrained" | "full-width" | undefined;
16
16
  experimentalObjectFit?: string | undefined;
17
17
  experimentalObjectPosition?: string | undefined;
18
18
  experimentalBreakpoints?: number[] | undefined;
@@ -28,7 +28,7 @@ export declare function setImageConfig(service: string, config: AstroConfig['ima
28
28
  hostname?: string | undefined;
29
29
  pathname?: string | undefined;
30
30
  }[];
31
- experimentalLayout?: "none" | "fixed" | "responsive" | "full-width" | undefined;
31
+ experimentalLayout?: "none" | "fixed" | "constrained" | "full-width" | undefined;
32
32
  experimentalObjectFit?: string | undefined;
33
33
  experimentalObjectPosition?: string | undefined;
34
34
  experimentalBreakpoints?: number[] | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@astrojs/cloudflare",
3
3
  "description": "Deploy your site to Cloudflare Workers/Pages",
4
- "version": "12.5.1",
4
+ "version": "12.5.2",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "author": "withastro",
@@ -31,7 +31,7 @@
31
31
  "dependencies": {
32
32
  "@cloudflare/workers-types": "^4.20250327.0",
33
33
  "tinyglobby": "^0.2.12",
34
- "vite": "^6.2.6",
34
+ "vite": "^6.3.4",
35
35
  "wrangler": "^4.5.1",
36
36
  "@astrojs/internal-helpers": "0.6.1",
37
37
  "@astrojs/underscore-redirects": "0.6.1"
@@ -44,8 +44,8 @@
44
44
  "devalue": "^5.1.1",
45
45
  "execa": "^8.0.1",
46
46
  "rollup": "^4.35.0",
47
- "astro-scripts": "0.0.14",
48
- "astro": "5.7.5"
47
+ "astro": "5.7.10",
48
+ "astro-scripts": "0.0.14"
49
49
  },
50
50
  "publishConfig": {
51
51
  "provenance": true