@comfyorg/comfyui-frontend-types 1.6.3 → 1.6.4

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.
Files changed (2) hide show
  1. package/index.d.ts +5 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -497,6 +497,11 @@ export declare class ComfyApp {
497
497
  */
498
498
  refreshComboInNodes(): Promise<void>;
499
499
  resetView(): void;
500
+ /**
501
+ * Frees memory allocated to image preview blobs for a specific node, by revoking the URLs associated with them.
502
+ * @param nodeId ID of the node to revoke all preview images of
503
+ */
504
+ revokePreviews(nodeId: NodeId): void;
500
505
  /**
501
506
  * Clean current state
502
507
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"