@zuplo/runtime 6.44.7 → 6.44.9

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.
@@ -3245,6 +3245,7 @@ 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 */
3248
3249
  }
3249
3250
 
3250
3251
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.44.7",
4
+ "version": "6.44.9",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {