@comfyorg/comfyui-frontend-types 1.43.10 → 1.43.12

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
@@ -1379,6 +1379,7 @@ export declare class ComfyApp {
1379
1379
  deferWarnings?: boolean;
1380
1380
  }): Promise<void>;
1381
1381
  private runMissingModelPipeline;
1382
+ private runMissingMediaPipeline;
1382
1383
  graphToPrompt(graph?: LGraph): Promise<{
1383
1384
  workflow: ComfyWorkflowJSON;
1384
1385
  output: ComfyApiWorkflow;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.43.10",
3
+ "version": "1.43.12",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"