@comfyorg/comfyui-frontend-types 1.41.4 → 1.41.5

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 +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1347,6 +1347,7 @@ export declare class ComfyApp {
1347
1347
  */
1348
1348
  handleFileList(fileList: File[]): Promise<void>;
1349
1349
  handleAudioFileList(fileList: File[]): Promise<void>;
1350
+ handleVideoFileList(fileList: File[]): Promise<void>;
1350
1351
  /**
1351
1352
  * Positions batched nodes in drag and drop
1352
1353
  * @param nodes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.41.4",
3
+ "version": "1.41.5",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"