@zuplo/runtime 6.44.9 → 6.44.11
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/out/esm/index.js +21 -21
- package/out/types/index.d.ts +0 -1
- package/package.json +1 -1
package/out/types/index.d.ts
CHANGED
|
@@ -3245,7 +3245,6 @@ export declare class MemoryZoneReadThroughCache<T = unknown> {
|
|
|
3245
3245
|
constructor(name: string, context: ZuploContext);
|
|
3246
3246
|
get(key: string): Promise<T | undefined>;
|
|
3247
3247
|
put(key: string, data: T, ttlSeconds: number): void;
|
|
3248
|
-
/* Excluded from this release type: delete */
|
|
3249
3248
|
}
|
|
3250
3249
|
|
|
3251
3250
|
/**
|