@sveltejs/adapter-cloudflare-workers
Advanced tools
Comparing version 1.0.0-next.52 to 1.0.0-next.53
@@ -70,3 +70,3 @@ import { Server } from 'SERVER'; | ||
return await server.respond(req, { | ||
platform: { env, context }, | ||
platform: { env, context, caches }, | ||
getClientAddress() { | ||
@@ -73,0 +73,0 @@ return req.headers.get('cf-connecting-ip'); |
{ | ||
"name": "@sveltejs/adapter-cloudflare-workers", | ||
"version": "1.0.0-next.52", | ||
"version": "1.0.0-next.53", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
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
11981