@workers-community/workers-types 4.20260421.1 → 4.20260422.1
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.
- package/index.d.ts +1 -0
- package/index.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -13700,6 +13700,7 @@ declare namespace CloudflareWorkersModule {
|
|
|
13700
13700
|
): unknown;
|
|
13701
13701
|
export const env: Cloudflare.Env;
|
|
13702
13702
|
export const exports: Cloudflare.Exports;
|
|
13703
|
+
export const cache: CacheContext;
|
|
13703
13704
|
}
|
|
13704
13705
|
declare module "cloudflare:workers" {
|
|
13705
13706
|
export = CloudflareWorkersModule;
|
package/index.ts
CHANGED
|
@@ -13671,6 +13671,7 @@ export declare namespace CloudflareWorkersModule {
|
|
|
13671
13671
|
): unknown;
|
|
13672
13672
|
export const env: Cloudflare.Env;
|
|
13673
13673
|
export const exports: Cloudflare.Exports;
|
|
13674
|
+
export const cache: CacheContext;
|
|
13674
13675
|
}
|
|
13675
13676
|
export interface SecretsStoreSecret {
|
|
13676
13677
|
/**
|