@astrojs/cloudflare 13.1.2 → 13.1.3

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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @astrojs/cloudflare
2
2
 
3
- An SSR adapter for use with Cloudflare Pages Functions targets. Write your code in Astro/JavaScript and deploy to Cloudflare Pages.
3
+ An SSR adapter for use with Cloudflare Workers targets. Write your code in Astro/JavaScript and deploy to Cloudflare Workers.
4
4
 
5
5
  ## Documentation
6
6
 
@@ -87,7 +87,7 @@ function serverStart({
87
87
  host,
88
88
  base
89
89
  }) {
90
- const version = "13.1.2";
90
+ const version = "13.1.3";
91
91
  const localPrefix = `${colors.dim("\u2503")} Local `;
92
92
  const networkPrefix = `${colors.dim("\u2503")} Network `;
93
93
  const emptyPrefix = " ".repeat(11);
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.1.2",
4
+ "version": "13.1.3",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "author": "withastro",
@@ -41,7 +41,7 @@
41
41
  "tinyglobby": "^0.2.15",
42
42
  "vite": "^7.3.1",
43
43
  "@astrojs/internal-helpers": "0.8.0",
44
- "@astrojs/underscore-redirects": "1.0.1"
44
+ "@astrojs/underscore-redirects": "1.0.2"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "astro": "^6.0.0",
@@ -52,7 +52,7 @@
52
52
  "@types/node": "^25.2.2",
53
53
  "cheerio": "1.2.0",
54
54
  "devalue": "^5.6.3",
55
- "astro": "6.0.5",
55
+ "astro": "6.0.8",
56
56
  "astro-scripts": "0.0.14"
57
57
  },
58
58
  "publishConfig": {