@astrojs/cloudflare 0.2.3 → 0.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,5 +1,5 @@
1
- @astrojs/cloudflare:build: cache hit, replaying output f28e120d799f877a
2
- @astrojs/cloudflare:build: 
3
- @astrojs/cloudflare:build: > @astrojs/cloudflare@0.2.3 build /home/runner/work/astro/astro/packages/integrations/cloudflare
4
- @astrojs/cloudflare:build: > astro-scripts build "src/**/*.ts" && tsc
5
- @astrojs/cloudflare:build: 
1
+ @astrojs/cloudflare:build: cache hit, replaying output af6a8235acaf44a1
2
+ @astrojs/cloudflare:build: 
3
+ @astrojs/cloudflare:build: > @astrojs/cloudflare@0.2.4 build /home/runner/work/astro/astro/packages/integrations/cloudflare
4
+ @astrojs/cloudflare:build: > astro-scripts build "src/**/*.ts" && tsc
5
+ @astrojs/cloudflare:build: 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @astrojs/cloudflare
2
2
 
3
+ ## 0.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes
8
+
3
9
  ## 0.2.3
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  An SSR adapter for use with Cloudflare Pages Functions targets. Write your code in Astro/Node and deploy to Cloudflare Pages.
4
4
 
5
- In your astro.config.mjs use:
5
+ In your `astro.config.mjs` use:
6
6
 
7
7
  ```js
8
8
  import { defineConfig } from 'astro/config';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@astrojs/cloudflare",
3
3
  "description": "Deploy your site to cloudflare pages functions",
4
- "version": "0.2.3",
4
+ "version": "0.2.4",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "author": "withastro",
@@ -15,7 +15,7 @@
15
15
  "astro-adapter"
16
16
  ],
17
17
  "bugs": "https://github.com/withastro/astro/issues",
18
- "homepage": "https://astro.build",
18
+ "homepage": "https://docs.astro.build/en/guides/integrations-guide/cloudflare/",
19
19
  "exports": {
20
20
  ".": "./dist/index.js",
21
21
  "./server.js": "./dist/server.js",
@@ -25,7 +25,7 @@
25
25
  "esbuild": "^0.14.42"
26
26
  },
27
27
  "devDependencies": {
28
- "astro": "1.0.0-beta.65",
28
+ "astro": "1.0.0-beta.69",
29
29
  "astro-scripts": "0.0.6"
30
30
  },
31
31
  "scripts": {