@astrojs/cloudflare 0.0.0-prerender-20221215200617 → 0.0.0-prerender-20221215222121

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 d6b00155b7fccb91
2
- @astrojs/cloudflare:build: 
3
- @astrojs/cloudflare:build: > @astrojs/cloudflare@0.0.0-prerender-20221215200617 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 fa9c2b10036a14df
2
+ @astrojs/cloudflare:build: 
3
+ @astrojs/cloudflare:build: > @astrojs/cloudflare@0.0.0-prerender-20221215222121 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,11 +1,11 @@
1
1
  # @astrojs/cloudflare
2
2
 
3
- ## 0.0.0-prerender-20221215200617
3
+ ## 0.0.0-prerender-20221215222121
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [[`f3af698e2`](https://github.com/withastro/astro/commit/f3af698e2c18b415b2445c6dd0b8f2e388f84577), [`31ec84797`](https://github.com/withastro/astro/commit/31ec8479721a1cd65538ec041458c5ffe8f50ee9), [`dced4a8a2`](https://github.com/withastro/astro/commit/dced4a8a2657887ec569860d9862d20f695dc23a), [`6b156dd3b`](https://github.com/withastro/astro/commit/6b156dd3b467884839a571c53114aadf26fa4b0b)]:
8
- - astro@0.0.0-prerender-20221215200617
8
+ - astro@0.0.0-prerender-20221215222121
9
9
 
10
10
  ## 4.1.1
11
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 or cloudflare pages",
4
- "version": "0.0.0-prerender-20221215200617",
4
+ "version": "0.0.0-prerender-20221215222121",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "author": "withastro",
@@ -32,10 +32,10 @@
32
32
  "tiny-glob": "^0.2.9"
33
33
  },
34
34
  "peerDependencies": {
35
- "astro": "0.0.0-prerender-20221215200617"
35
+ "astro": "0.0.0-prerender-20221215222121"
36
36
  },
37
37
  "devDependencies": {
38
- "astro": "0.0.0-prerender-20221215200617",
38
+ "astro": "0.0.0-prerender-20221215222121",
39
39
  "astro-scripts": "0.0.9",
40
40
  "chai": "^4.3.6",
41
41
  "cheerio": "^1.0.0-rc.11",