@astrojs/cloudflare
Advanced tools
Comparing version 0.5.0 to 1.0.0
# @astrojs/cloudflare | ||
## 1.0.0 | ||
### Major Changes | ||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/). | ||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`! | ||
## 0.5.0 | ||
@@ -53,3 +61,3 @@ | ||
```astro | ||
<div>Your address {Astro.clientAddress}</div> | ||
``` | ||
@@ -56,0 +64,0 @@ |
{ | ||
"name": "@astrojs/cloudflare", | ||
"description": "Deploy your site to cloudflare pages functions", | ||
"version": "0.5.0", | ||
"version": "1.0.0", | ||
"type": "module", | ||
@@ -29,4 +29,4 @@ "types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"astro": "1.0.0-rc.8", | ||
"astro-scripts": "0.0.6", | ||
"astro": "1.0.0", | ||
"astro-scripts": "0.0.7", | ||
"wrangler": "^2.0.23" | ||
@@ -33,0 +33,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
27661
0