@astrojs/cloudflare 6.2.3 → 6.2.4

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @astrojs/cloudflare@6.2.3 build /home/runner/work/astro/astro/packages/integrations/cloudflare
2
+ > @astrojs/cloudflare@6.2.4 build /home/runner/work/astro/astro/packages/integrations/cloudflare
3
3
  > astro-scripts build "src/**/*.ts" && tsc
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @astrojs/cloudflare
2
2
 
3
+ ## 6.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6925](https://github.com/withastro/astro/pull/6925) [`d11d18595`](https://github.com/withastro/astro/commit/d11d1859518f9fdc94390aab9be29f8667bb27cb) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Fix missing code language in Cloudflare README
8
+
9
+ - Updated dependencies [[`a98df9374`](https://github.com/withastro/astro/commit/a98df9374dec65c678fa47319cb1481b1af123e2), [`50975f2ea`](https://github.com/withastro/astro/commit/50975f2ea3a59f9e023cc631a9372c0c7986eec9), [`ebae1eaf8`](https://github.com/withastro/astro/commit/ebae1eaf87f49399036033c673b513338f7d9c42), [`dc062f669`](https://github.com/withastro/astro/commit/dc062f6695ce577dc569781fc0678c903012c336)]:
10
+ - astro@2.3.3
11
+
3
12
  ## 6.2.3
4
13
 
5
14
  ### Patch Changes
package/README.md CHANGED
@@ -117,7 +117,7 @@ You can also check our [Astro Integration Documentation][astro-integration] for
117
117
 
118
118
  Currently, errors during running your application in Wrangler are not very useful, due to the minification of your code. For better debugging, you can add `vite.build.minify = false` setting to your `astro.config.js`
119
119
 
120
- ```
120
+ ```js
121
121
  export default defineConfig({
122
122
  adapter: cloudflare(),
123
123
  output: 'server',
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": "6.2.3",
4
+ "version": "6.2.4",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "author": "withastro",
@@ -32,14 +32,14 @@
32
32
  "tiny-glob": "^0.2.9"
33
33
  },
34
34
  "peerDependencies": {
35
- "astro": "^2.3.2"
35
+ "astro": "^2.3.3"
36
36
  },
37
37
  "devDependencies": {
38
38
  "chai": "^4.3.6",
39
39
  "cheerio": "^1.0.0-rc.11",
40
40
  "mocha": "^9.2.2",
41
41
  "wrangler": "^2.0.23",
42
- "astro": "2.3.2",
42
+ "astro": "2.3.3",
43
43
  "astro-scripts": "0.0.14"
44
44
  },
45
45
  "scripts": {