@sveltejs/adapter-cloudflare
Advanced tools
Comparing version 1.0.0-next.30 to 1.0.0-next.31
@@ -44,2 +44,3 @@ // src/worker.js | ||
async fetch(req, env, context) { | ||
server.init({ env }); | ||
let pragma = req.headers.get("cache-control") || ""; | ||
@@ -46,0 +47,0 @@ let res = !pragma.includes("no-cache") && await c(req); |
{ | ||
"name": "@sveltejs/adapter-cloudflare", | ||
"version": "1.0.0-next.30", | ||
"version": "1.0.0-next.31", | ||
"repository": { | ||
@@ -42,5 +42,5 @@ "type": "git", | ||
"lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore", | ||
"format": "npm run check-format -- --write", | ||
"format": "npm run lint -- --write", | ||
"check": "tsc --skipLibCheck" | ||
} | ||
} |
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
10824
134