@comfyorg/comfyui-frontend-types 1.36.0 → 1.36.1

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 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -4582,7 +4582,7 @@ export declare class ComfyApp {
4582
4582
  block_delete?: boolean;
4583
4583
  selected?: boolean;
4584
4584
  showAdvanced?: boolean;
4585
- comfyMatchType?: Record<string, Record<string, string>>;
4585
+ comfyDynamic?: Record<string, object>;
4586
4586
  comfyClass?: string;
4587
4587
  isVirtualNode?: boolean;
4588
4588
  applyToGraph?(extraLinks?: LLink[]): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.36.0",
3
+ "version": "1.36.1",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"