@sveltejs/adapter-cloudflare-workers
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,10 +0,12 @@ | ||
/// <reference types="@cloudflare/workers-types" /> | ||
import { Cache, CacheStorage } from '@cloudflare/workers-types'; | ||
declare namespace App { | ||
export interface Platform { | ||
context?: { | ||
waitUntil(promise: Promise<any>): void; | ||
}; | ||
caches?: CacheStorage & { default: Cache }; | ||
declare global { | ||
namespace App { | ||
export interface Platform { | ||
context?: { | ||
waitUntil(promise: Promise<any>): void; | ||
}; | ||
caches?: CacheStorage & { default: Cache }; | ||
} | ||
} | ||
} |
{ | ||
"name": "@sveltejs/adapter-cloudflare-workers", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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
13129
214